Skip to content

Commit da2baf4

Browse files
chore(deps): update moto requirement from <6,>=5.2.2 to >=5.2.3,<6
Updates the requirements on [moto](https://github.com/getmoto/moto) to permit the latest version. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.2.2...5.2.3) --- updated-dependencies: - dependency-name: moto dependency-version: 5.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ca2694 commit da2baf4

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)