Merge pull request #600 from GSA/dependabot/pip/boto3-1.28.85

Bump boto3 from 1.28.83 to 1.28.85
This commit is contained in:
Carlo Costino
2023-11-16 09:38:54 -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.28.83"
version = "1.28.85"
description = "The AWS SDK for Python"
optional = false
python-versions = ">= 3.7"
files = [
{file = "boto3-1.28.83-py3-none-any.whl", hash = "sha256:1d10691911c4b8b9443d3060257ba32b68b6e3cad0eebbb9f69fd1c52a78417f"},
{file = "boto3-1.28.83.tar.gz", hash = "sha256:489c4967805b677b7a4030460e4c06c0903d6bc0f6834453611bf87efbd8d8a3"},
{file = "boto3-1.28.85-py3-none-any.whl", hash = "sha256:1fb7e7ba32a6701990168eb7a08e1fb624ae48130784dfab25904ed47deabb31"},
{file = "boto3-1.28.85.tar.gz", hash = "sha256:96b4cb2708933cef7dbe1177df37ef0593839942978784147aade0e49511eb2b"},
]
[package.dependencies]
botocore = ">=1.31.83,<1.32.0"
botocore = ">=1.31.85,<1.32.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.7.0,<0.8.0"
@@ -4648,4 +4648,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "52d22aaaf936aca559622ffba19f7c415ae3638edfbbef2dabf3c2d2e846bff6"
content-hash = "008b8ab99af5ccdcc359c72fa73744f09bc62261d92fcb13dfe92e152556ea8c"

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.28.66"
boto3 = "^1.28.85"
botocore = "^1.31.85"
cachetools = "==5.3.2"
celery = {version = "==5.3.5", extras = ["redis"]}