Update dependency boto3 to v1.21.39 (develop)
This commit is contained in:
parent
c77ed052c4
commit
505d784589
|
@ -253,14 +253,14 @@ webencodings = "*"
|
|||
|
||||
[[package]]
|
||||
name = "boto3"
|
||||
version = "1.21.38"
|
||||
version = "1.21.39"
|
||||
description = "The AWS SDK for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">= 3.6"
|
||||
|
||||
[package.dependencies]
|
||||
botocore = ">=1.24.38,<1.25.0"
|
||||
botocore = ">=1.24.39,<1.25.0"
|
||||
jmespath = ">=0.7.1,<2.0.0"
|
||||
s3transfer = ">=0.5.0,<0.6.0"
|
||||
|
||||
|
@ -269,7 +269,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
|
|||
|
||||
[[package]]
|
||||
name = "botocore"
|
||||
version = "1.24.38"
|
||||
version = "1.24.39"
|
||||
description = "Low-level, data-driven core of boto 3."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -2114,7 +2114,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "7d9c0d05cc7ce3d6916cdeec16fc9f4158a00857c48ca60825e79cb9f1a773c2"
|
||||
content-hash = "04e52123ca1f64c0385c93414d9e4d03b7e43c9f44a879670e9a1263c54c0251"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2284,12 +2284,12 @@ bleach = [
|
|||
{file = "bleach-4.1.0.tar.gz", hash = "sha256:0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da"},
|
||||
]
|
||||
boto3 = [
|
||||
{file = "boto3-1.21.38-py3-none-any.whl", hash = "sha256:4bc11350b4d8ebd81bacfb5b2a9613a419dfe05468a61ccafdcaf3fcd2a6d319"},
|
||||
{file = "boto3-1.21.38.tar.gz", hash = "sha256:62dde36a57697b40b4693e0ad0d39013f1e187e5a3c52fdb50dbe710633061bb"},
|
||||
{file = "boto3-1.21.39-py3-none-any.whl", hash = "sha256:b709cb65ffc4e3f78c590145e2dee40758056c9edafb9ee692f67d170855dfc3"},
|
||||
{file = "boto3-1.21.39.tar.gz", hash = "sha256:56425debf5f1fd2cf5494d9cb110b2a977453888f071898a12e6ab64bdd41796"},
|
||||
]
|
||||
botocore = [
|
||||
{file = "botocore-1.24.38-py3-none-any.whl", hash = "sha256:91d3be3f961b35e80e6eb314c54b0c2563f6c3efbf0615e5822d4f291c551851"},
|
||||
{file = "botocore-1.24.38.tar.gz", hash = "sha256:e39af0eea4dea96c643fb899207d945b04a0d1bc6ba4535ce03488fdb165a497"},
|
||||
{file = "botocore-1.24.39-py3-none-any.whl", hash = "sha256:94f50a544003918270ba726eb5652b2c31f6cb34accbf25e053ed6ea97ecf1fd"},
|
||||
{file = "botocore-1.24.39.tar.gz", hash = "sha256:a0883dfe8b81689060af7bb2ca4ce3048b954b25bef4ed712c6760ce3da51485"},
|
||||
]
|
||||
cached-property = [
|
||||
{file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"},
|
||||
|
|
|
@ -41,7 +41,7 @@ PyLD = "==2.0.3"
|
|||
aiohttp = "==3.8.1"
|
||||
django-oauth-toolkit = "==1.7.1"
|
||||
django-storages = "==1.12.3"
|
||||
boto3 = "==1.21.38"
|
||||
boto3 = "==1.21.39"
|
||||
unicode-slugify = "==0.1.5"
|
||||
django-cacheops = "==6.0"
|
||||
service-identity = "==21.1.0"
|
||||
|
|
Loading…
Reference in New Issue