Update dependency boto3 to v1.21.17 (develop)
This commit is contained in:
parent
cc2637c0d7
commit
80da450435
|
@ -234,14 +234,14 @@ webencodings = "*"
|
|||
|
||||
[[package]]
|
||||
name = "boto3"
|
||||
version = "1.21.16"
|
||||
version = "1.21.17"
|
||||
description = "The AWS SDK for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">= 3.6"
|
||||
|
||||
[package.dependencies]
|
||||
botocore = ">=1.24.16,<1.25.0"
|
||||
botocore = ">=1.24.17,<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.16"
|
||||
version = "1.24.17"
|
||||
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 = "47e9f8d56ad2df38547cfcb0e0b0912107ddd5b1e1512e792b2934391219030e"
|
||||
content-hash = "cced99742583c118f32f2ff1d14fa8323697fffccb071f0db4ba434faaa64447"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2254,12 +2254,12 @@ bleach = [
|
|||
{file = "bleach-4.1.0.tar.gz", hash = "sha256:0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da"},
|
||||
]
|
||||
boto3 = [
|
||||
{file = "boto3-1.21.16-py3-none-any.whl", hash = "sha256:15fa6d1acac422d2d34f7811e02acfc7ac222cea24db3f463d5c52f2f87baa52"},
|
||||
{file = "boto3-1.21.16.tar.gz", hash = "sha256:c974a7fa781c500b7067441f9883ed939cf8c80bcd74c88b11965b336cabb4b6"},
|
||||
{file = "boto3-1.21.17-py3-none-any.whl", hash = "sha256:b01d29305527fe8754a0c5847c0431ec677dca34069aaed9429ff178826ab366"},
|
||||
{file = "boto3-1.21.17.tar.gz", hash = "sha256:a235c422239d1b468924b37faa95f5750c6abd43651fe7deb3976e10a331c991"},
|
||||
]
|
||||
botocore = [
|
||||
{file = "botocore-1.24.16-py3-none-any.whl", hash = "sha256:0a809efb821d81dc29f2e6c404ed123176b8d2eb43103758f31d89b291af2a8b"},
|
||||
{file = "botocore-1.24.16.tar.gz", hash = "sha256:dcff7f9b5fea98701d0b520eba99385c538825f10e6d1cab1e7da213293d141e"},
|
||||
{file = "botocore-1.24.17-py3-none-any.whl", hash = "sha256:e61b9e6d0d5e384f8135211f05fc05694571505390293d939a9688ac08d4f62a"},
|
||||
{file = "botocore-1.24.17.tar.gz", hash = "sha256:29212b4be640efc047665650fee474357e884725a3e2a9bc029bca46a6ef0853"},
|
||||
]
|
||||
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.16"
|
||||
boto3 = "==1.21.17"
|
||||
unicode-slugify = "==0.1.5"
|
||||
django-cacheops = "==6.0"
|
||||
service-identity = "==21.1.0"
|
||||
|
|
Loading…
Reference in New Issue