Merge pull request #988 from GSA/dependabot/pip/boto3-1.34.103

Bump boto3 from 1.34.101 to 1.34.103
This commit is contained in:
Carlo Costino
2024-05-15 09:56:41 -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.101"
version = "1.34.103"
description = "The AWS SDK for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "boto3-1.34.101-py3-none-any.whl", hash = "sha256:79b93f3370ea96ce838042bc2eac0c996aee204b01e7e6452eb77abcbe697d6a"},
{file = "boto3-1.34.101.tar.gz", hash = "sha256:1d854b5880e185db546b4c759fcb664bf3326275064d2b44229cc217e8be9d7e"},
{file = "boto3-1.34.103-py3-none-any.whl", hash = "sha256:59b6499f1bb423dd99de6566a20d0a7cf1a5476824be3a792290fd86600e8365"},
{file = "boto3-1.34.103.tar.gz", hash = "sha256:58d097241f3895c4a4c80c9e606689c6e06d77f55f9f53a4cc02dee7e03938b9"},
]
[package.dependencies]
botocore = ">=1.34.101,<1.35.0"
botocore = ">=1.34.103,<1.35.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.10.0,<0.11.0"
@@ -4815,4 +4815,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "c43c8759e9259fb87f001a17d32681caf84f0d90b740c4fae61e23a08a64b202"
content-hash = "477254951a3f060f16823c1c5891091efa2f86d0406debe0843e62bb4330116b"

View File

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