mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 10:28:55 -04:00
Merge pull request #627 from GSA/dependabot/pip/boto3-1.29.6
Bump boto3 from 1.29.5 to 1.29.6
This commit is contained in:
Generated
+5
-5
@@ -403,17 +403,17 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "boto3"
|
name = "boto3"
|
||||||
version = "1.29.5"
|
version = "1.29.6"
|
||||||
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.29.5-py3-none-any.whl", hash = "sha256:030b0f0faf8d44f97e67a5411644243482f33ebf1c45338bb40662239a16dda4"},
|
{file = "boto3-1.29.6-py3-none-any.whl", hash = "sha256:f4d19e01d176c3a5a05e4af733185ff1891b08a3c38d4a439800fa132aa6e9be"},
|
||||||
{file = "boto3-1.29.5.tar.gz", hash = "sha256:76fc6a17781c27558c526e899579ccf530df10eb279261fe7800540f0043917e"},
|
{file = "boto3-1.29.6.tar.gz", hash = "sha256:d1d0d979a70bf9b0b13ae3b017f8523708ad953f62d16f39a602d67ee9b25554"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
botocore = ">=1.32.5,<1.33.0"
|
botocore = ">=1.32.6,<1.33.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"
|
||||||
|
|
||||||
@@ -4709,4 +4709,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 = "cad23192e0d70f9813eebdb07873abddf7a5302a6a5e0e324d1a5a402ec187bf"
|
content-hash = "27b2c81e68771f82fe2badba1e1d1fe567b74f6b148c61598829fb557543d8c6"
|
||||||
|
|||||||
+1
-1
@@ -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.29.5"
|
boto3 = "^1.29.6"
|
||||||
botocore = "^1.32.6"
|
botocore = "^1.32.6"
|
||||||
cachetools = "==5.3.2"
|
cachetools = "==5.3.2"
|
||||||
celery = {version = "==5.3.6", extras = ["redis"]}
|
celery = {version = "==5.3.6", extras = ["redis"]}
|
||||||
|
|||||||
Reference in New Issue
Block a user