From fbbface689bc8266f233f99f1e8827b53eaab084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:22:13 +0000 Subject: [PATCH] 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](https://github.com/getmoto/moto/compare/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] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index d3c7dc51..500fb3f3 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -7,7 +7,7 @@ google_compute_engine # Need this because boto has issues with dynamic package l ipython>=5.0,<9.0.0 ipywidgets notebook -moto >= 5.0.0,<5.1.0 +moto >= 5.0.0,< 5.2.0 pytest>=4.1 pytest-cov>=2.6.1 pytest-mock>=1.10