From 6c70504aa35ecccc1daba35906f38de74a87ef2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 05:34:27 +0000 Subject: [PATCH] build(deps-dev): update boto3 requirement from >=1.43.29 to >=1.43.62 Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.29...1.43.62) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.62 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6766609..73e9437 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,9 +36,9 @@ dependencies = [ web = ["fastapi>=0.104.0", "uvicorn>=0.46.0"] yaml = ["pyyaml>=6.0.3"] cloud = ["cryptography>=49.0.0"] -s3 = ["boto3>=1.43.29"] +s3 = ["boto3>=1.43.62"] jwt = ["PyJWT>=2.8.0"] -all = ["fastapi>=0.104.0", "uvicorn>=0.46.0", "pyyaml>=6.0.3", "cryptography>=49.0.0", "boto3>=1.43.29", "PyJWT>=2.8.0"] +all = ["fastapi>=0.104.0", "uvicorn>=0.46.0", "pyyaml>=6.0.3", "cryptography>=49.0.0", "boto3>=1.43.62", "PyJWT>=2.8.0"] dev = ["pytest>=7.0", "pytest-cov", "ruff", "mypy"] [project.scripts]