Merge pull request #2438 from GSA/dependabot/pip/boto3-1.35.99

Bump boto3 from 1.35.51 to 1.35.99
This commit is contained in:
Alex Janousek
2025-03-26 10:44:10 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -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"

View File

@@ -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"