From c9cc93e1288f4c0f091f078f5d99f75448d3f627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:46:16 +0000 Subject: [PATCH] Chore(deps): Update moto[s3] requirement in /backend/archiver Updates the requirements on [moto[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/5.0.28...5.2.2) --- updated-dependencies: - dependency-name: moto[s3] dependency-version: 5.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/archiver/archiver.egg-info/requires.txt | 2 +- backend/archiver/pyproject.toml | 4 ++-- backend/archiver/uv.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/archiver/archiver.egg-info/requires.txt b/backend/archiver/archiver.egg-info/requires.txt index fdb46b8f..6b9f763b 100644 --- a/backend/archiver/archiver.egg-info/requires.txt +++ b/backend/archiver/archiver.egg-info/requires.txt @@ -1,5 +1,5 @@ boto3>=1.36.23 -moto[s3]>=5.0.28 +moto[s3]>=5.2.2 prefect==3.7.2 prefect-docker==0.6.6 pytest>=9.0.3 diff --git a/backend/archiver/pyproject.toml b/backend/archiver/pyproject.toml index b2fddbb1..287bea1f 100644 --- a/backend/archiver/pyproject.toml +++ b/backend/archiver/pyproject.toml @@ -13,7 +13,7 @@ readme = "README.md" requires-python = "==3.13.*" dependencies = [ "boto3==1.35.95", - "moto[s3]>=5.0.28", + "moto[s3]>=5.2.2", "prefect==3.7.2", "prefect-docker==0.6.6", "pytest>=9.0.3", @@ -59,7 +59,7 @@ indent-width = 4 [dependency-groups] dev = [ - "moto[s3]>=5.0.28", + "moto[s3]>=5.2.2", "pytest>=9.0.3", "pytest-asyncio>=0.25.3", "pytest-cov>=6.0.0", diff --git a/backend/archiver/uv.lock b/backend/archiver/uv.lock index f3350cf2..c27b7006 100644 --- a/backend/archiver/uv.lock +++ b/backend/archiver/uv.lock @@ -115,7 +115,7 @@ lint = [ [package.metadata] requires-dist = [ { name = "boto3", specifier = "==1.35.95" }, - { name = "moto", extras = ["s3"], specifier = ">=5.0.28" }, + { name = "moto", extras = ["s3"], specifier = ">=5.2.2" }, { name = "prefect", specifier = "==3.7.2" }, { name = "prefect-docker", specifier = "==0.6.6" }, { name = "pytest", specifier = ">=9.0.3" }, @@ -128,7 +128,7 @@ requires-dist = [ [package.metadata.requires-dev] dev = [ - { name = "moto", extras = ["s3"], specifier = ">=5.0.28" }, + { name = "moto", extras = ["s3"], specifier = ">=5.2.2" }, { name = "pytest", specifier = ">=9.0.3" }, { name = "pytest-asyncio", specifier = ">=0.25.3" }, { name = "pytest-cov", specifier = ">=6.0.0" },