Merge pull request #1216 from GSA/dependabot/pip/boto3-1.34.148

Bump boto3 from 1.34.144 to 1.34.148
This commit is contained in:
Carlo Costino
2024-07-29 14:45:34 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -403,17 +403,17 @@ files = [
[[package]]
name = "boto3"
version = "1.34.144"
version = "1.34.148"
description = "The AWS SDK for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "boto3-1.34.144-py3-none-any.whl", hash = "sha256:b8433d481d50b68a0162c0379c0dd4aabfc3d1ad901800beb5b87815997511c1"},
{file = "boto3-1.34.144.tar.gz", hash = "sha256:2f3e88b10b8fcc5f6100a9d74cd28230edc9d4fa226d99dd40a3ab38ac213673"},
{file = "boto3-1.34.148-py3-none-any.whl", hash = "sha256:d63d36e5a34533ba69188d56f96da132730d5e9932c4e11c02d79319cd1afcec"},
{file = "boto3-1.34.148.tar.gz", hash = "sha256:2058397f0a92c301e3116e9e65fbbc70ea49270c250882d65043d19b7c6e2d17"},
]
[package.dependencies]
botocore = ">=1.34.144,<1.35.0"
botocore = ">=1.34.148,<1.35.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.10.0,<0.11.0"
@@ -4742,4 +4742,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "73b4e076cfdfa6a0282ff4b7f4acf7db179fce61d485ccc660f3aea9d210cc48"
content-hash = "1ae472767fefe4ee835358932190a1231b2f0118d2412193d7875e48bc748384"

View File

@@ -11,7 +11,7 @@ python = "^3.12.2"
alembic = "==1.13.2"
amqp = "==5.2.0"
beautifulsoup4 = "==4.12.3"
boto3 = "^1.34.144"
boto3 = "^1.34.148"
botocore = "^1.34.148"
cachetools = "==5.4.0"
celery = {version = "==5.4.0", extras = ["redis"]}