Merge pull request #963 from GSA/dependabot/pip/botocore-1.34.99

Bump botocore from 1.34.94 to 1.34.99
This commit is contained in:
Carlo Costino
2024-05-07 10:21:35 -04:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

16
poetry.lock generated
View File

@@ -204,17 +204,17 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p
[[package]]
name = "awscli"
version = "1.32.94"
version = "1.32.99"
description = "Universal Command Line Environment for AWS."
optional = false
python-versions = ">=3.8"
files = [
{file = "awscli-1.32.94-py3-none-any.whl", hash = "sha256:8d2311c491c42ca7ef5fa1dd6f623e2749372da76f99355612f0812bfa8bae47"},
{file = "awscli-1.32.94.tar.gz", hash = "sha256:ffb9e2169c96fe4cf84b45b0743512da821011714b42cf51b0473d6d1c67ab2e"},
{file = "awscli-1.32.99-py3-none-any.whl", hash = "sha256:23cf12da832472cd979efb12f86a4455e4366f6065a40ff9c821a351bdf7f09e"},
{file = "awscli-1.32.99.tar.gz", hash = "sha256:4ff59f69c5faf1d469905e259296c65a858dd564f8e8fa5a8f502b213d8b438e"},
]
[package.dependencies]
botocore = "1.34.94"
botocore = "1.34.99"
colorama = ">=0.2.5,<0.4.7"
docutils = ">=0.10,<0.17"
PyYAML = ">=3.10,<6.1"
@@ -422,13 +422,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]]
name = "botocore"
version = "1.34.94"
version = "1.34.99"
description = "Low-level, data-driven core of boto 3."
optional = false
python-versions = ">=3.8"
files = [
{file = "botocore-1.34.94-py3-none-any.whl", hash = "sha256:f00a79002e0cb9d6895ecd0919c506402850177d7b6c4d2634fa2da362d95bcb"},
{file = "botocore-1.34.94.tar.gz", hash = "sha256:99b11be9a28f9051af4c96fa121e9c3f22a86d499abd773c9e868b2a38961bae"},
{file = "botocore-1.34.99-py3-none-any.whl", hash = "sha256:18c68bdeb0ffb73290912b0c96204fc36d3128f00a00b5cdc35ac34d66225f1c"},
{file = "botocore-1.34.99.tar.gz", hash = "sha256:cafe569e2136cb33cb0e5dd32fb1c0e1503ddc1413d3be215df8ddf05e69137a"},
]
[package.dependencies]
@@ -4798,4 +4798,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "a5a93389b007f1729a19ef02acee2f4c172c9af0accd1ac403ee591dcfe959ac"
content-hash = "07ad288006c415313237bbb98f5c3807db310548d846ac38e6d0cdc657854966"

View File

@@ -12,7 +12,7 @@ alembic = "==1.13.1"
amqp = "==5.2.0"
beautifulsoup4 = "==4.12.3"
boto3 = "^1.29.6"
botocore = "^1.32.6"
botocore = "^1.34.99"
cachetools = "==5.3.3"
celery = {version = "==5.3.6", extras = ["redis"]}
certifi = ">=2022.12.7"