From 6ebacb85258a9c848bb9907d0953a08338907ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:14:26 -0500 Subject: [PATCH] chore(deps): update moto[s3,sts] requirement from ~=4.1 to ~=4.2 (#4) Updates the requirements on [moto[s3,sts]](https://github.com/getmoto/moto) to permit the latest version. - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/4.1.0...4.2.0) --- updated-dependencies: - dependency-name: moto[s3,sts] dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com> --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index b5ec7aa..9dfa4be 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -7,4 +7,4 @@ twine ~= 4.0 mypy ~= 1.5 black ~= 23.9 ruff ~= 0.0.287 -moto[s3,sts] ~= 4.1 +moto[s3,sts] ~= 4.2