From b15e333f6cc0a0b6f3a4935f8c7f7b51ab11c77c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:35:47 +0000 Subject: [PATCH] chore: bump moto[s3] from 5.0.25 to 5.0.27 Bumps [moto[s3]](https://github.com/getmoto/moto) from 5.0.25 to 5.0.27. - [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.25...5.0.27) --- updated-dependencies: - dependency-name: moto[s3] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50ef9dcc..ac1e1b2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ test = [ "pytest-playwright==0.6.2", "pytest-rerunfailures==15.0", "pytest-xdist>=3.5.0,<4", - "moto[s3]==5.0.25" + "moto[s3]==5.0.27" ] docker = [ "uwsgi==2.0.28",