mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-06 19:18:24 -04:00
Merge pull request #1146 from GSA/dependabot/pip/botocore-1.34.136
Bump botocore from 1.34.134 to 1.34.136
This commit is contained in:
16
poetry.lock
generated
16
poetry.lock
generated
@@ -204,17 +204,17 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "awscli"
|
name = "awscli"
|
||||||
version = "1.33.16"
|
version = "1.33.18"
|
||||||
description = "Universal Command Line Environment for AWS."
|
description = "Universal Command Line Environment for AWS."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "awscli-1.33.16-py3-none-any.whl", hash = "sha256:8eef82e6c5c3d1f6c881ed4558eaf790c6e433670d4fb5cac622ed5a74d54c98"},
|
{file = "awscli-1.33.18-py3-none-any.whl", hash = "sha256:4065a0c9ee7bd2281e0b04616242693abbe17cd9d7be966abc7a850d5044226d"},
|
||||||
{file = "awscli-1.33.16.tar.gz", hash = "sha256:5550ca894ab66974061ad3f8fef7a9bc579e5dd8f25a97eebf356e9d8abd5907"},
|
{file = "awscli-1.33.18.tar.gz", hash = "sha256:800cae2c020dae7e86877e2b53dee637c19acc62de8084bc67e3434ac174ca35"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
botocore = "1.34.134"
|
botocore = "1.34.136"
|
||||||
colorama = ">=0.2.5,<0.4.7"
|
colorama = ">=0.2.5,<0.4.7"
|
||||||
docutils = ">=0.10,<0.17"
|
docutils = ">=0.10,<0.17"
|
||||||
PyYAML = ">=3.10,<6.1"
|
PyYAML = ">=3.10,<6.1"
|
||||||
@@ -422,13 +422,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "botocore"
|
name = "botocore"
|
||||||
version = "1.34.134"
|
version = "1.34.136"
|
||||||
description = "Low-level, data-driven core of boto 3."
|
description = "Low-level, data-driven core of boto 3."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "botocore-1.34.134-py3-none-any.whl", hash = "sha256:45219e00639755f92569b29f8f279d5dde721494791412c1f7026a3779e8d9f4"},
|
{file = "botocore-1.34.136-py3-none-any.whl", hash = "sha256:c63fe9032091fb9e9477706a3ebfa4d0c109b807907051d892ed574f9b573e61"},
|
||||||
{file = "botocore-1.34.134.tar.gz", hash = "sha256:e29c299599426ed16dd2d4c1e20eef784f96b15e1850ebbc59a3250959285b95"},
|
{file = "botocore-1.34.136.tar.gz", hash = "sha256:7f7135178692b39143c8f152a618d2a3b71065a317569a7102d2306d4946f42f"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -4752,4 +4752,4 @@ multidict = ">=4.0"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12.2"
|
python-versions = "^3.12.2"
|
||||||
content-hash = "da984134a9968f2bc665b499dee6236a617cefbe7f35e1162ddd9c7e3c7a622f"
|
content-hash = "8d280f28d1dc6b29c4f9589a903b870e15d265ad3c1b5a0977c39ca3e77940d4"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ alembic = "==1.13.2"
|
|||||||
amqp = "==5.2.0"
|
amqp = "==5.2.0"
|
||||||
beautifulsoup4 = "==4.12.3"
|
beautifulsoup4 = "==4.12.3"
|
||||||
boto3 = "^1.34.131"
|
boto3 = "^1.34.131"
|
||||||
botocore = "^1.34.134"
|
botocore = "^1.34.136"
|
||||||
cachetools = "==5.3.3"
|
cachetools = "==5.3.3"
|
||||||
celery = {version = "==5.4.0", extras = ["redis"]}
|
celery = {version = "==5.4.0", extras = ["redis"]}
|
||||||
certifi = ">=2022.12.7"
|
certifi = ">=2022.12.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user