Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update moto requirement from <4.2.5,>=3.1.16 to >=3.1.16,<4.2.9
Browse files Browse the repository at this point in the history
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.1.16...4.2.8)

---
updated-dependencies:
- dependency-name: moto
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 13, 2023
1 parent 679fad1 commit d87af08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdocstrings-python-legacy
mock; python_version < '3.8'
# moto 4.2.5 broke something fairly deep in our test suite
# https://github.com/PrefectHQ/prefect-aws/issues/318
moto >= 3.1.16, < 4.2.5
moto >= 3.1.16, < 4.2.9
mypy
pillow
pre-commit
Expand Down

0 comments on commit d87af08

Please sign in to comment.