Update dependency boto3 to v1.21.20 (develop)

This commit is contained in:
RenovateBot 2022-03-15 22:02:52 +00:00
parent 45a05e7738
commit 600dfc17e6
2 changed files with 10 additions and 10 deletions

18
api/poetry.lock generated
View File

@ -234,14 +234,14 @@ webencodings = "*"
[[package]]
name = "boto3"
version = "1.21.19"
version = "1.21.20"
description = "The AWS SDK for Python"
category = "main"
optional = false
python-versions = ">= 3.6"
[package.dependencies]
botocore = ">=1.24.19,<1.25.0"
botocore = ">=1.24.20,<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.19"
version = "1.24.20"
description = "Low-level, data-driven core of boto 3."
category = "main"
optional = false
@ -262,7 +262,7 @@ python-dateutil = ">=2.1,<3.0.0"
urllib3 = ">=1.25.4,<1.27"
[package.extras]
crt = ["awscrt (==0.12.5)"]
crt = ["awscrt (==0.13.5)"]
[[package]]
name = "cached-property"
@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "e52cb1dbea094dcdca4d1167a4906b62cf99f1a0e9f98c8027bd70a5d4fa93eb"
content-hash = "047b0b43eea497e7e9e6e2cf114d5f1dee4acb9236fa9d9be97ae49b5e2a933a"
[metadata.files]
aiohttp = [
@ -2254,12 +2254,12 @@ bleach = [
{file = "bleach-4.1.0.tar.gz", hash = "sha256:0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da"},
]
boto3 = [
{file = "boto3-1.21.19-py3-none-any.whl", hash = "sha256:7bb2e6506a6ad44d111dd20a5d510374b6958fe989b4ef887109c79d812f926f"},
{file = "boto3-1.21.19.tar.gz", hash = "sha256:76d5b90400c54b25278150768e946edf166acce2c1597c0ecfbebb1dbe9acf2c"},
{file = "boto3-1.21.20-py3-none-any.whl", hash = "sha256:b1c90fcdce73e6bc11f6a7a834b89e365257ddd12d8e27e0c2871184d4ceb740"},
{file = "boto3-1.21.20.tar.gz", hash = "sha256:c82456100f503f405a7690f9aba1b32182f602b5afec06458522a3d682ab6ca6"},
]
botocore = [
{file = "botocore-1.24.19-py3-none-any.whl", hash = "sha256:d0d77bce152ca51f3c2cd0f9bf05cb3b623e719406ad58b4c20444e237fe82eb"},
{file = "botocore-1.24.19.tar.gz", hash = "sha256:5ed2be0e413961134f4c17eab16396d41a5b4b73a637588260c04d20806d52ea"},
{file = "botocore-1.24.20-py3-none-any.whl", hash = "sha256:d913c2670799dece00ccd4880e164f8c05df8cfadd7d3fe02e01fe384ad0f8c1"},
{file = "botocore-1.24.20.tar.gz", hash = "sha256:e7b06f6bb88593b8d668ee50cf7c42b85f3db1cbfef7eb7b939b17ba1e3ce73f"},
]
cached-property = [
{file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"},

View File

@ -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.19"
boto3 = "==1.21.20"
unicode-slugify = "==0.1.5"
django-cacheops = "==6.0"
service-identity = "==21.1.0"