Merge pull request #627 from GSA/dependabot/pip/boto3-1.29.6

Bump boto3 from 1.29.5 to 1.29.6
This commit is contained in:
Carlo Costino
2023-11-24 17:10:06 -05: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.29.5"
version = "1.29.6"
description = "The AWS SDK for Python"
optional = false
python-versions = ">= 3.7"
files = [
{file = "boto3-1.29.5-py3-none-any.whl", hash = "sha256:030b0f0faf8d44f97e67a5411644243482f33ebf1c45338bb40662239a16dda4"},
{file = "boto3-1.29.5.tar.gz", hash = "sha256:76fc6a17781c27558c526e899579ccf530df10eb279261fe7800540f0043917e"},
{file = "boto3-1.29.6-py3-none-any.whl", hash = "sha256:f4d19e01d176c3a5a05e4af733185ff1891b08a3c38d4a439800fa132aa6e9be"},
{file = "boto3-1.29.6.tar.gz", hash = "sha256:d1d0d979a70bf9b0b13ae3b017f8523708ad953f62d16f39a602d67ee9b25554"},
]
[package.dependencies]
botocore = ">=1.32.5,<1.33.0"
botocore = ">=1.32.6,<1.33.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.7.0,<0.8.0"
@@ -4709,4 +4709,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "cad23192e0d70f9813eebdb07873abddf7a5302a6a5e0e324d1a5a402ec187bf"
content-hash = "27b2c81e68771f82fe2badba1e1d1fe567b74f6b148c61598829fb557543d8c6"

View File

@@ -11,7 +11,7 @@ python = ">=3.9,<3.12"
alembic = "==1.12.1"
amqp = "==5.2.0"
beautifulsoup4 = "==4.12.2"
boto3 = "^1.29.5"
boto3 = "^1.29.6"
botocore = "^1.32.6"
cachetools = "==5.3.2"
celery = {version = "==5.3.6", extras = ["redis"]}