Update dependency boto3 to v1.21.40 (develop)

This commit is contained in:
RenovateBot 2022-04-14 12:08:07 +00:00
parent 760e322fcb
commit 8e44013e7a
2 changed files with 9 additions and 9 deletions

16
api/poetry.lock generated
View File

@ -253,14 +253,14 @@ webencodings = "*"
[[package]]
name = "boto3"
version = "1.21.39"
version = "1.21.40"
description = "The AWS SDK for Python"
category = "main"
optional = false
python-versions = ">= 3.6"
[package.dependencies]
botocore = ">=1.24.39,<1.25.0"
botocore = ">=1.24.40,<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.39"
version = "1.24.40"
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 = "1d72a088d182224fbec73e017389f8759aae0aefe5c9d2d53f2e9d7296b2f781"
content-hash = "18ba5c326c83c2388fb824042289aa7e7f35952c2b31a740a2e3ae8683718d82"
[metadata.files]
aiohttp = [
@ -2284,12 +2284,12 @@ bleach = [
{file = "bleach-4.1.0.tar.gz", hash = "sha256:0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da"},
]
boto3 = [
{file = "boto3-1.21.39-py3-none-any.whl", hash = "sha256:b709cb65ffc4e3f78c590145e2dee40758056c9edafb9ee692f67d170855dfc3"},
{file = "boto3-1.21.39.tar.gz", hash = "sha256:56425debf5f1fd2cf5494d9cb110b2a977453888f071898a12e6ab64bdd41796"},
{file = "boto3-1.21.40-py3-none-any.whl", hash = "sha256:f99417fb53d0af357eb91152b30686c40dd22381499bfab0d61830eee72d5a0b"},
{file = "boto3-1.21.40.tar.gz", hash = "sha256:03fe95333a51e3a14d7ab9644ae702f9feb008a4f5d308724eaa9ab8fd4c7d71"},
]
botocore = [
{file = "botocore-1.24.39-py3-none-any.whl", hash = "sha256:94f50a544003918270ba726eb5652b2c31f6cb34accbf25e053ed6ea97ecf1fd"},
{file = "botocore-1.24.39.tar.gz", hash = "sha256:a0883dfe8b81689060af7bb2ca4ce3048b954b25bef4ed712c6760ce3da51485"},
{file = "botocore-1.24.40-py3-none-any.whl", hash = "sha256:fbf7ad87581a888600e5f0f39b19ded2dd668f6cf6abe29a172ac23ba7f39dd6"},
{file = "botocore-1.24.40.tar.gz", hash = "sha256:06badf7bbddadc404b5df10e7fd5bd351caccebd151bda29155a94dde789af5c"},
]
cached-property = [
{file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"},

View File

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