Update dependency boto3 to v1.21.9 (develop)
This commit is contained in:
parent
9bd580e5a0
commit
0b683d2de6
|
@ -234,14 +234,14 @@ webencodings = "*"
|
|||
|
||||
[[package]]
|
||||
name = "boto3"
|
||||
version = "1.21.3"
|
||||
version = "1.21.9"
|
||||
description = "The AWS SDK for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">= 3.6"
|
||||
|
||||
[package.dependencies]
|
||||
botocore = ">=1.24.3,<1.25.0"
|
||||
botocore = ">=1.24.9,<1.25.0"
|
||||
jmespath = ">=0.7.1,<1.0.0"
|
||||
s3transfer = ">=0.5.0,<0.6.0"
|
||||
|
||||
|
@ -250,7 +250,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
|
|||
|
||||
[[package]]
|
||||
name = "botocore"
|
||||
version = "1.24.3"
|
||||
version = "1.24.9"
|
||||
description = "Low-level, data-driven core of boto 3."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "ca4f3e1f09affa59779b635ece28a9364a47f4fcc72c369927fb9f4ae402b027"
|
||||
content-hash = "911f7513dc781b803ac78ae435706de106759fe199960c8970436c3787095b82"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2254,12 +2254,12 @@ bleach = [
|
|||
{file = "bleach-4.1.0.tar.gz", hash = "sha256:0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da"},
|
||||
]
|
||||
boto3 = [
|
||||
{file = "boto3-1.21.3-py3-none-any.whl", hash = "sha256:ab4ab2392f7520c01ce6e40e6df4b5b65a575ee6bd9fb78db0239cb2a06de557"},
|
||||
{file = "boto3-1.21.3.tar.gz", hash = "sha256:aa00024cc1f3d24b2318dae4d5dbaa173c8da8bc6f9d12f0b2e67467ec460989"},
|
||||
{file = "boto3-1.21.9-py3-none-any.whl", hash = "sha256:32080e2d956b222f36b76f8fec532ec237ddb4a935dd1c9bb79c759fbe4a5868"},
|
||||
{file = "boto3-1.21.9.tar.gz", hash = "sha256:bd7c71274e9257596879f99cff3d0f531b801e567e509b5e3d613bd2033a7279"},
|
||||
]
|
||||
botocore = [
|
||||
{file = "botocore-1.24.3-py3-none-any.whl", hash = "sha256:ca33f747c67cd0e109fab9398d39c38c1a2df352c1e1f9823839df8f1db58046"},
|
||||
{file = "botocore-1.24.3.tar.gz", hash = "sha256:979e5c5e826ff115f4903fe9887b191f3809229f694a747f910e1221fe63efc7"},
|
||||
{file = "botocore-1.24.9-py3-none-any.whl", hash = "sha256:c44758c487df7a357c4a103d959962d78e225d1ab6c9eeda4c77f79a410ccd19"},
|
||||
{file = "botocore-1.24.9.tar.gz", hash = "sha256:8d41deb25e585b0d7b6ee8547990d5e95562f1dc5d3127af58459450b25c13c7"},
|
||||
]
|
||||
cached-property = [
|
||||
{file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"},
|
||||
|
|
|
@ -42,7 +42,7 @@ PyLD = "==2.0.3"
|
|||
aiohttp = "==3.8.1"
|
||||
django-oauth-toolkit = "==1.7.0"
|
||||
django-storages = "==1.12.3"
|
||||
boto3 = "==1.21.3"
|
||||
boto3 = "==1.21.9"
|
||||
unicode-slugify = "==0.1.5"
|
||||
django-cacheops = "==6.0"
|
||||
service-identity = "==21.1.0"
|
||||
|
|
Loading…
Reference in New Issue