Merge pull request #1032 from GSA/dependabot/pip/boto3-1.34.114

Bump boto3 from 1.34.112 to 1.34.114
This commit is contained in:
Carlo Costino
2024-05-28 18:14:21 -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.112"
version = "1.34.114"
description = "The AWS SDK for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "boto3-1.34.112-py3-none-any.whl", hash = "sha256:4cf28ce2c19a4e4963f1cb1f9b659a548f840f88af3e2da727b35ceb104f9223"},
{file = "boto3-1.34.112.tar.gz", hash = "sha256:1092ac6c68acdd33051ed0d2b7cb6f5a4527c5d1535a48cda53f7012accde206"},
{file = "boto3-1.34.114-py3-none-any.whl", hash = "sha256:4460958d2b0c53bd2195b23ed5d45db2350e514486fe8caeb38b285b30742280"},
{file = "boto3-1.34.114.tar.gz", hash = "sha256:eeb11bca9b19d12baf93436fb8a16b8b824f1f7e8b9bcc722607e862c46b1b08"},
]
[package.dependencies]
botocore = ">=1.34.112,<1.35.0"
botocore = ">=1.34.114,<1.35.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.10.0,<0.11.0"
@@ -4755,4 +4755,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "292bc10177348b6da74fe03ac201d42ed75f838232871867619cf777332b3aa8"
content-hash = "81af59750dfe335204a44033903f180f6b00f07511057404b14398ebc0a48cb8"

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