Skip to content

Commit 1b1d20a

Browse files
chore(deps): update moto requirement from <6,>=3 to >=5.2.2,<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@3.0.0...5.2.2) --- updated-dependencies: - dependency-name: moto dependency-version: 5.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f23eee commit 1b1d20a

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
@@ -1,4 +1,4 @@
11
# pip install -r requirements/test_adapter.txt
2-
moto>=3,<6 # For AWS tests
2+
moto>=5.2.2,<6 # For AWS tests
33
boddle>=0.2.9,<0.3 # For Bottle app tests
44
sanic-testing>=0.7

0 commit comments

Comments
 (0)