mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 17:19:49 -04:00
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:
10
poetry.lock
generated
10
poetry.lock
generated
@@ -403,17 +403,17 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "boto3"
|
name = "boto3"
|
||||||
version = "1.28.83"
|
version = "1.28.85"
|
||||||
description = "The AWS SDK for Python"
|
description = "The AWS SDK for Python"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">= 3.7"
|
python-versions = ">= 3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "boto3-1.28.83-py3-none-any.whl", hash = "sha256:1d10691911c4b8b9443d3060257ba32b68b6e3cad0eebbb9f69fd1c52a78417f"},
|
{file = "boto3-1.28.85-py3-none-any.whl", hash = "sha256:1fb7e7ba32a6701990168eb7a08e1fb624ae48130784dfab25904ed47deabb31"},
|
||||||
{file = "boto3-1.28.83.tar.gz", hash = "sha256:489c4967805b677b7a4030460e4c06c0903d6bc0f6834453611bf87efbd8d8a3"},
|
{file = "boto3-1.28.85.tar.gz", hash = "sha256:96b4cb2708933cef7dbe1177df37ef0593839942978784147aade0e49511eb2b"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
botocore = ">=1.31.83,<1.32.0"
|
botocore = ">=1.31.85,<1.32.0"
|
||||||
jmespath = ">=0.7.1,<2.0.0"
|
jmespath = ">=0.7.1,<2.0.0"
|
||||||
s3transfer = ">=0.7.0,<0.8.0"
|
s3transfer = ">=0.7.0,<0.8.0"
|
||||||
|
|
||||||
@@ -4648,4 +4648,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.9,<3.12"
|
python-versions = ">=3.9,<3.12"
|
||||||
content-hash = "52d22aaaf936aca559622ffba19f7c415ae3638edfbbef2dabf3c2d2e846bff6"
|
content-hash = "008b8ab99af5ccdcc359c72fa73744f09bc62261d92fcb13dfe92e152556ea8c"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ python = ">=3.9,<3.12"
|
|||||||
alembic = "==1.12.1"
|
alembic = "==1.12.1"
|
||||||
amqp = "==5.2.0"
|
amqp = "==5.2.0"
|
||||||
beautifulsoup4 = "==4.12.2"
|
beautifulsoup4 = "==4.12.2"
|
||||||
boto3 = "^1.28.66"
|
boto3 = "^1.28.85"
|
||||||
botocore = "^1.31.85"
|
botocore = "^1.31.85"
|
||||||
cachetools = "==5.3.2"
|
cachetools = "==5.3.2"
|
||||||
celery = {version = "==5.3.5", extras = ["redis"]}
|
celery = {version = "==5.3.5", extras = ["redis"]}
|
||||||
|
|||||||
Reference in New Issue
Block a user