Merge pull request #996 from GSA/dependabot/pip/boto3-1.34.106

Bump boto3 from 1.34.103 to 1.34.106
This commit is contained in:
Carlo Costino
2024-05-16 09:43:09 -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.103"
version = "1.34.106"
description = "The AWS SDK for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "boto3-1.34.103-py3-none-any.whl", hash = "sha256:59b6499f1bb423dd99de6566a20d0a7cf1a5476824be3a792290fd86600e8365"},
{file = "boto3-1.34.103.tar.gz", hash = "sha256:58d097241f3895c4a4c80c9e606689c6e06d77f55f9f53a4cc02dee7e03938b9"},
{file = "boto3-1.34.106-py3-none-any.whl", hash = "sha256:d3be4e1dd5d546a001cd4da805816934cbde9d395316546e9411fec341ade5cf"},
{file = "boto3-1.34.106.tar.gz", hash = "sha256:6165b8cf1c7e625628ab28b32f9027064c8f5e5fca1c38d7fc228cd22069a19f"},
]
[package.dependencies]
botocore = ">=1.34.103,<1.35.0"
botocore = ">=1.34.106,<1.35.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.10.0,<0.11.0"
@@ -4800,4 +4800,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "99901801a3c2a2dff8728de427066d131f3dfd59d642f1622b989cb2be2518de"
content-hash = "ed8a34b31a8739d1cb852c90f2004efccc00458c06fc5760a078b4225386e4db"

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