mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-11 20:59:39 -04:00
Bump botocore from 1.31.83 to 1.31.85
Bumps [botocore](https://github.com/boto/botocore) from 1.31.83 to 1.31.85. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.31.83...1.31.85) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
18
poetry.lock
generated
18
poetry.lock
generated
@@ -216,17 +216,17 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte
|
||||
|
||||
[[package]]
|
||||
name = "awscli"
|
||||
version = "1.29.83"
|
||||
version = "1.29.85"
|
||||
description = "Universal Command Line Environment for AWS."
|
||||
optional = false
|
||||
python-versions = ">= 3.7"
|
||||
files = [
|
||||
{file = "awscli-1.29.83-py3-none-any.whl", hash = "sha256:bdf4d948b104e4604ab77aca3c5d7c5f3116bfa20c303737ab2759dbf0f4cdb4"},
|
||||
{file = "awscli-1.29.83.tar.gz", hash = "sha256:04b3ab93374b87c43eb1d47d0bb1e569cb3baf907907933bad108d052b17b26d"},
|
||||
{file = "awscli-1.29.85-py3-none-any.whl", hash = "sha256:fcb5e3debbcabfd3db1126d1ac040fd6ec7d9b2df9e18cd6040f02ccaf3a73ed"},
|
||||
{file = "awscli-1.29.85.tar.gz", hash = "sha256:36715409d1103114a66eb204fd5d7e8928cf991b6cf4d62f7735a67a397ac5c1"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
botocore = "1.31.83"
|
||||
botocore = "1.31.85"
|
||||
colorama = ">=0.2.5,<0.4.5"
|
||||
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.31.83"
|
||||
version = "1.31.85"
|
||||
description = "Low-level, data-driven core of boto 3."
|
||||
optional = false
|
||||
python-versions = ">= 3.7"
|
||||
files = [
|
||||
{file = "botocore-1.31.83-py3-none-any.whl", hash = "sha256:c742069e8bfd06d212d712228258ff09fb481b6ec02358e539381ce0fcad065a"},
|
||||
{file = "botocore-1.31.83.tar.gz", hash = "sha256:40914b0fb28f13d709e1f8a4481e278350b77a3987be81acd23715ec8d5fedca"},
|
||||
{file = "botocore-1.31.85-py3-none-any.whl", hash = "sha256:b8f35d65f2b45af50c36fc25cc1844d6bd61d38d2148b2ef133b8f10e198555d"},
|
||||
{file = "botocore-1.31.85.tar.gz", hash = "sha256:ce58e688222df73ec5691f934be1a2122a52c9d11d3037b586b3fff16ed6d25f"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -440,7 +440,7 @@ urllib3 = [
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
crt = ["awscrt (==0.16.26)"]
|
||||
crt = ["awscrt (==0.19.12)"]
|
||||
|
||||
[[package]]
|
||||
name = "build"
|
||||
@@ -4636,4 +4636,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9,<3.12"
|
||||
content-hash = "e223cac839ae5b1ab211d99721cf19ae94173af069136976495f8489c5e3f5e9"
|
||||
content-hash = "755f080b45fe39c8712e31a8de2f7d281dd0ef83b019112621cc580545d2d672"
|
||||
|
||||
@@ -12,7 +12,7 @@ alembic = "==1.12.1"
|
||||
amqp = "==5.2.0"
|
||||
beautifulsoup4 = "==4.12.2"
|
||||
boto3 = "^1.28.66"
|
||||
botocore = "^1.31.66"
|
||||
botocore = "^1.31.85"
|
||||
cachetools = "==5.3.2"
|
||||
celery = {version = "==5.2.7", extras = ["redis"]}
|
||||
certifi = ">=2022.12.7"
|
||||
|
||||
Reference in New Issue
Block a user