Merge pull request #1188 from GSA/dependabot/pip/boto3-1.34.144

Bump boto3 from 1.34.143 to 1.34.144
This commit is contained in:
Carlo Costino
2024-07-22 17:55:27 -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.143"
version = "1.34.144"
description = "The AWS SDK for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "boto3-1.34.143-py3-none-any.whl", hash = "sha256:0d16832f23e6bd3ae94e35ea8e625529850bfad9baccd426de96ad8f445d8e03"},
{file = "boto3-1.34.143.tar.gz", hash = "sha256:b590ce80c65149194def43ebf0ea1cf0533945502507837389a8d22e3ecbcf05"},
{file = "boto3-1.34.144-py3-none-any.whl", hash = "sha256:b8433d481d50b68a0162c0379c0dd4aabfc3d1ad901800beb5b87815997511c1"},
{file = "boto3-1.34.144.tar.gz", hash = "sha256:2f3e88b10b8fcc5f6100a9d74cd28230edc9d4fa226d99dd40a3ab38ac213673"},
]
[package.dependencies]
botocore = ">=1.34.143,<1.35.0"
botocore = ">=1.34.144,<1.35.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.10.0,<0.11.0"
@@ -4747,4 +4747,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "c80a9b595b08b46a031fa42a8029191d0ea0818de72a964aac6cbec516d6f536"
content-hash = "18f2831363d3cd7d940c712c2fae2c438d2280ae702ea4b2ad240502a2c213b1"

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.143"
boto3 = "^1.34.144"
botocore = "^1.34.144"
cachetools = "==5.4.0"
celery = {version = "==5.4.0", extras = ["redis"]}