From 9bed7d4253c19d7a718d715614a6a8f2e7edf0c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 14:19:42 +0000 Subject: [PATCH] Bump boto3 from 1.35.51 to 1.35.99 Bumps [boto3](https://github.com/boto/boto3) from 1.35.51 to 1.35.99. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.51...1.35.99) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5c9ef654d..16053579a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -212,18 +212,18 @@ files = [ [[package]] name = "boto3" -version = "1.35.51" +version = "1.35.99" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "boto3-1.35.51-py3-none-any.whl", hash = "sha256:c922f6a18958af9d8af0489d6d8503b517029d8159b26aa4859a8294561c72e9"}, - {file = "boto3-1.35.51.tar.gz", hash = "sha256:a57c6c7012ecb40c43e565a6f7a891f39efa990ff933eab63cd456f7501c2731"}, + {file = "boto3-1.35.99-py3-none-any.whl", hash = "sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71"}, + {file = "boto3-1.35.99.tar.gz", hash = "sha256:e0abd794a7a591d90558e92e29a9f8837d25ece8e3c120e530526fe27eba5fca"}, ] [package.dependencies] -botocore = ">=1.35.51,<1.36.0" +botocore = ">=1.35.99,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -3310,4 +3310,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "a5fd36939a6d410e61d90c4cbb0cf224701665fe27a75b9b16b2c68b7121902d" +content-hash = "80b6ce5f2e55bfb269a9283bfef93685eb9cd88161b8564dd33131828c2f40bc" diff --git a/pyproject.toml b/pyproject.toml index bfb56b2ba..5a2f221ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ wtforms = "~=3.1" markdown = "^3.5.2" async-timeout = "^4.0.3" bleach = "^6.1.0" -boto3 = "^1.34.156" +boto3 = "^1.35.99" botocore = "^1.35.99" cachetools = "^5.5.2" cffi = "^1.16.0"