Skip to content

Commit ede2c93

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cryptography<46; implementation_name == "pypy" and python_version == "3.10"
1212
# used only under slack_sdk/*_store
1313
boto3<=2
1414
# For AWS tests
15-
moto>=4.0.13,<6
15+
moto>=4.2.14,<6
1616
# For AsyncSQLAlchemy tests
1717
greenlet<=4
1818
aiosqlite<=1

0 commit comments

Comments
 (0)