Merge pull request #1090 from GSA/dependabot/pip/boto3-1.34.128

Bump boto3 from 1.34.120 to 1.34.128
This commit is contained in:
Carlo Costino
2024-06-18 00:01:46 -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.120"
version = "1.34.128"
description = "The AWS SDK for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "boto3-1.34.120-py3-none-any.whl", hash = "sha256:3c42bc309246a761413f6e152f307f009e80e7c9fd03dd9e6c0dc8ab8b3a8fc1"},
{file = "boto3-1.34.120.tar.gz", hash = "sha256:38893db8269d25b72cc6fbab97633bfc863eefde5456847169d06149a16aa6e0"},
{file = "boto3-1.34.128-py3-none-any.whl", hash = "sha256:a048ff980a81cd652724a73bc496c519b336fabe19cc8bfc6c53b2ff6eb22c7b"},
{file = "boto3-1.34.128.tar.gz", hash = "sha256:43a6e99f53a8d34b3b4dbe424dbcc6b894350dc41a85b0af7c7bc24a7ec2cead"},
]
[package.dependencies]
botocore = ">=1.34.120,<1.35.0"
botocore = ">=1.34.128,<1.35.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.10.0,<0.11.0"
@@ -4752,4 +4752,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "f534a8960f26daf5902943d111e5bf387bf1f98fab56da4bb5e6c6a90a16063f"
content-hash = "460acc2fefc9038bbbf2290afb1c657ea43018dd8abb626370044988d49744d6"

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