Merge pull request #977 from GSA/dependabot/pip/boto3-1.34.101

Bump boto3 from 1.34.94 to 1.34.101
This commit is contained in:
Carlo Costino
2024-05-08 21:26:56 -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.94"
version = "1.34.101"
description = "The AWS SDK for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "boto3-1.34.94-py3-none-any.whl", hash = "sha256:bbb87d641c73462e53b1777083b55c8f13921618ad08757478a8122985c56c13"},
{file = "boto3-1.34.94.tar.gz", hash = "sha256:22f65b3c9b7a419f8f39c2dddc421e14fab8cbb3bd8a9d467e874237d39f59b1"},
{file = "boto3-1.34.101-py3-none-any.whl", hash = "sha256:79b93f3370ea96ce838042bc2eac0c996aee204b01e7e6452eb77abcbe697d6a"},
{file = "boto3-1.34.101.tar.gz", hash = "sha256:1d854b5880e185db546b4c759fcb664bf3326275064d2b44229cc217e8be9d7e"},
]
[package.dependencies]
botocore = ">=1.34.94,<1.35.0"
botocore = ">=1.34.101,<1.35.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.10.0,<0.11.0"
@@ -4798,4 +4798,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "d15af6ca8a0a73cf75cdb7c85de1d807cb26840a1de332a2cc6af7b52e0a3d62"
content-hash = "921ca99805a13f6cd19679dacdf7bf0684d491226375baed6e7c450fa62737c7"

View File

@@ -11,7 +11,7 @@ python = "^3.12.2"
alembic = "==1.13.1"
amqp = "==5.2.0"
beautifulsoup4 = "==4.12.3"
boto3 = "^1.29.6"
boto3 = "^1.34.101"
botocore = "^1.34.101"
cachetools = "==5.3.3"
celery = {version = "==5.3.6", extras = ["redis"]}