From 9c3f5cc41cc815e88caeb468565acb05514d9f98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:00:56 +0000 Subject: [PATCH] chore: bump moto[s3] from 5.1.14 to 5.1.18 Bumps [moto[s3]](https://github.com/getmoto/moto) from 5.1.14 to 5.1.18. - [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.1.14...5.1.18) --- updated-dependencies: - dependency-name: moto[s3] dependency-version: 5.1.18 dependency-type: direct:development 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 ca5f4a4c7..1f1c188fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ test = [ "pytest-playwright==0.7.2", "pytest-rerunfailures==16.1", "pytest-xdist>=3.5.0,<4", - "moto[s3]==5.1.14" + "moto[s3]==5.1.18" ] docker = [ "uvicorn==0.38.0",