Update dependency boto3 to v1.24.36 (develop)

This commit is contained in:
RenovateBot 2022-07-23 21:02:36 +00:00
parent 0c2d2840b0
commit 9f854fe2a9
2 changed files with 9 additions and 9 deletions

16
api/poetry.lock generated
View File

@ -255,14 +255,14 @@ dev = ["build (==0.8.0)", "flake8 (==4.0.1)", "hashin (==0.17.0)", "pip-tools (=
[[package]] [[package]]
name = "boto3" name = "boto3"
version = "1.24.35" version = "1.24.36"
description = "The AWS SDK for Python" description = "The AWS SDK for Python"
category = "main" category = "main"
optional = false optional = false
python-versions = ">= 3.7" python-versions = ">= 3.7"
[package.dependencies] [package.dependencies]
botocore = ">=1.27.35,<1.28.0" botocore = ">=1.27.36,<1.28.0"
jmespath = ">=0.7.1,<2.0.0" jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.6.0,<0.7.0" s3transfer = ">=0.6.0,<0.7.0"
@ -271,7 +271,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]] [[package]]
name = "botocore" name = "botocore"
version = "1.27.35" version = "1.27.36"
description = "Low-level, data-driven core of boto 3." description = "Low-level, data-driven core of boto 3."
category = "main" category = "main"
optional = false optional = false
@ -2125,7 +2125,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7" python-versions = "^3.7"
content-hash = "15bb32681b7d802fa892df7a2b5dd5a24a9a090c36d4d02dc8580503a673238e" content-hash = "cafc9e31bf557c9bcdfccdc92c84d3a8b7a9f1e2dfc4b0caf84a8c873be1fb76"
[metadata.files] [metadata.files]
aiohttp = [ aiohttp = [
@ -2294,12 +2294,12 @@ bleach = [
{file = "bleach-5.0.1.tar.gz", hash = "sha256:0d03255c47eb9bd2f26aa9bb7f2107732e7e8fe195ca2f64709fcf3b0a4a085c"}, {file = "bleach-5.0.1.tar.gz", hash = "sha256:0d03255c47eb9bd2f26aa9bb7f2107732e7e8fe195ca2f64709fcf3b0a4a085c"},
] ]
boto3 = [ boto3 = [
{file = "boto3-1.24.35-py3-none-any.whl", hash = "sha256:1822c1524c5be007b966498cd196a040a1bd414c8aca7b270431a10d3ade8294"}, {file = "boto3-1.24.36-py3-none-any.whl", hash = "sha256:8844bbcb69ac0afc68225b58abe105852231cf1b562e6c8c9eb6b2b97fd4757a"},
{file = "boto3-1.24.35.tar.gz", hash = "sha256:2bc600c88d963bbf98cb1244e34f5b7c889a861121b95041c6a47f917fa46748"}, {file = "boto3-1.24.36.tar.gz", hash = "sha256:b1855ede59e725b968d6336908ffc864b65985ca441d730625b09c43ccd6413b"},
] ]
botocore = [ botocore = [
{file = "botocore-1.27.35-py3-none-any.whl", hash = "sha256:9949d61959476b5a34408881bdb98f54b0642238ffb217c5260124ec58fb0c72"}, {file = "botocore-1.27.36-py3-none-any.whl", hash = "sha256:3119ce186053b9bf6bd0bd0ad19a8cedeb626b205ce6ad26ea0894634f702cd5"},
{file = "botocore-1.27.35.tar.gz", hash = "sha256:d2e708dd766b21c8e20a57ce1a90e98d324f871f81215efbc2dddaa42d13c551"}, {file = "botocore-1.27.36.tar.gz", hash = "sha256:8109526f55742539d2311d742b40c89e65781ad18966e577dda360cd55c9d047"},
] ]
cached-property = [ cached-property = [
{file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"}, {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" aiohttp = "==3.8.1"
django-oauth-toolkit = "==1.7.1" django-oauth-toolkit = "==1.7.1"
django-storages = "==1.12.3" django-storages = "==1.12.3"
boto3 = "==1.24.35" boto3 = "==1.24.36"
unicode-slugify = "==0.1.5" unicode-slugify = "==0.1.5"
django-cacheops = "==6.1" django-cacheops = "==6.1"
service-identity = "==21.1.0" service-identity = "==21.1.0"