Skip to content

Commit b22f30c

Browse files
pip(deps): update moto requirement from ~=2.3 to ~=3.0 (#209)
Updates the requirements on [moto](https://github.com/spulec/moto) to permit the latest version. - [Release notes](https://github.com/spulec/moto/releases) - [Changelog](https://github.com/spulec/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@2.3.0...3.0.0) --- updated-dependencies: - dependency-name: moto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicholas Cilfone <[email protected]>
1 parent ada5986 commit b22f30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/DEV_REQUIREMENTS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ black~=21.4b0 ; python_version == '3.6'
33
coveralls~=3.3
44
coverage~=6.1
55
isort~=5.10
6-
moto~=2.3
6+
moto~=3.0
77
pydoc-markdown~=4.3 ; python_version >= '3.7'
88
pydoc-markdown~=3.13 ; python_version == '3.6'
99
pytest~=6.2

0 commit comments

Comments
 (0)