Skip to content

Commit 69bd90f

Browse files
chore(deps): update moto requirement from <6,>=5.2.2 to >=5.2.3,<6 (#1571)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 80ae8c6 commit 69bd90f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/test_adapter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
moto>=3,<5; python_version < "3.8"
77
moto>=3,<5.1; python_version >= "3.8" and python_version < "3.9"
88
moto>=3,<5.2; python_version >= "3.9" and python_version < "3.10"
9-
moto>=5.2.2,<6; python_version >= "3.10"
9+
moto>=5.2.3,<6; python_version >= "3.10"
1010

1111
# boddle
1212
# Note: for Bottle app tests

0 commit comments

Comments
 (0)