WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit fbbface

Browse files
Update moto requirement in /requirements
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.0.0...5.1.17) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f26414 commit fbbface

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ google_compute_engine # Need this because boto has issues with dynamic package l
77
ipython>=5.0,<9.0.0
88
ipywidgets
99
notebook
10-
moto >= 5.0.0,<5.1.0
10+
moto >= 5.0.0,< 5.2.0
1111
pytest>=4.1
1212
pytest-cov>=2.6.1
1313
pytest-mock>=1.10

0 commit comments

Comments
 (0)