From 0ab5e94eaee0a0f1cd9066fd529068c94accf474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 13:29:22 +0000 Subject: [PATCH] chore(deps): update moto[s3,sts] requirement from ~=4.1 to ~=4.2 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] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 16bb40a..7d4d4ab 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -7,4 +7,4 @@ twine ~= 4.0 mypy ~= 1.5 black ~= 23.7 ruff ~= 0.0.284 -moto[s3,sts] ~= 4.1 \ No newline at end of file +moto[s3,sts] ~= 4.2 \ No newline at end of file