From 34869ac54fa52bcc305c5dcec9ddcb9142c0e460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:17:22 +0000 Subject: [PATCH] chore(deps): update moto[cloudformation,s3] requirement Updates the requirements on [moto[cloudformation,s3]](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.0...5.0.0) --- updated-dependencies: - dependency-name: moto[cloudformation,s3] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 3bda193..e17f8c4 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -4,7 +4,7 @@ pytest-cov == 4.1.* pytest-timeout == 2.3.* pytest-xdist == 3.5.* black == 24.3.* -moto[cloudformation,s3] == 4.2.* +moto[cloudformation,s3] == 5.0.* mypy == 1.8.* ruff == 0.3.* twine == 5.0.*