From 1a93eb946ace50d98c799f75e4825dcfc5a2539a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:20:46 +0000 Subject: [PATCH] Update moto requirement from <5.0.0 to <6.0.0 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](https://github.com/getmoto/moto/compare/4.2.8...5.0.1) --- updated-dependencies: - dependency-name: moto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 25d3156a..1153b781 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,7 +6,7 @@ google_compute_engine # Need this because boto has issues with dynamic package l ipython>=5.0 ipywidgets notebook -moto <5.0.0 +moto <6.0.0 pytest>=4.1 pytest-cov>=2.6.1 pytest-mock>=1.10