Skip to content

Commit 58b3de5

Browse files
dependabot[bot]WilliamBergaminClaude
authored
chore(deps): update moto requirement from <6,>=3 to >=5.2.2,<6 (#1546)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@slack-corp.com> Co-authored-by: Claude <svc-devxp-claude@slack-corp.com>
1 parent 52f4444 commit 58b3de5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

requirements/test_adapter.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
# moto
44
# Note: for AWS tests
5-
moto>=3,<6
5+
# Note: moto drops old Pythons across the 5.x line — 5.0.0 requires >=3.8, 5.1.0 >=3.9, 5.2.0 >=3.10; older interpreters stay on the last compatible release.
6+
moto>=3,<5; python_version < "3.8"
7+
moto>=3,<5.1; python_version >= "3.8" and python_version < "3.9"
8+
moto>=3,<5.2; python_version >= "3.9" and python_version < "3.10"
9+
moto>=5.2.2,<6; python_version >= "3.10"
610

711
# boddle
812
# Note: for Bottle app tests

0 commit comments

Comments
 (0)