Update dependency boto3 to v1.24.35 (develop)
This commit is contained in:
parent
d9cfa167c6
commit
cb76172b4e
|
@ -252,14 +252,14 @@ webencodings = "*"
|
|||
|
||||
[[package]]
|
||||
name = "boto3"
|
||||
version = "1.24.31"
|
||||
version = "1.24.35"
|
||||
description = "The AWS SDK for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">= 3.7"
|
||||
|
||||
[package.dependencies]
|
||||
botocore = ">=1.27.31,<1.28.0"
|
||||
botocore = ">=1.27.35,<1.28.0"
|
||||
jmespath = ">=0.7.1,<2.0.0"
|
||||
s3transfer = ">=0.6.0,<0.7.0"
|
||||
|
||||
|
@ -268,7 +268,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
|
|||
|
||||
[[package]]
|
||||
name = "botocore"
|
||||
version = "1.27.32"
|
||||
version = "1.27.35"
|
||||
description = "Low-level, data-driven core of boto 3."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -2122,7 +2122,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "11c3392645130ad740893ca1e3d2a6aec7a6c9e4bf7f9e2ce2c0c2271cd56abf"
|
||||
content-hash = "864b46e70becf5f7996cb551e33964b2e34cb7a544daf4656aa2af69367e7fcd"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2291,12 +2291,12 @@ bleach = [
|
|||
{file = "bleach-4.1.0.tar.gz", hash = "sha256:0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da"},
|
||||
]
|
||||
boto3 = [
|
||||
{file = "boto3-1.24.31-py3-none-any.whl", hash = "sha256:d4685e2fe2c436e558a94c7f68f1a6d4a6c7519d2b25a88fdf855d9a928889ad"},
|
||||
{file = "boto3-1.24.31.tar.gz", hash = "sha256:de067346942c6d1730b513783385620519b8b2935f5b0ee2e66d565ffb57ce12"},
|
||||
{file = "boto3-1.24.35-py3-none-any.whl", hash = "sha256:1822c1524c5be007b966498cd196a040a1bd414c8aca7b270431a10d3ade8294"},
|
||||
{file = "boto3-1.24.35.tar.gz", hash = "sha256:2bc600c88d963bbf98cb1244e34f5b7c889a861121b95041c6a47f917fa46748"},
|
||||
]
|
||||
botocore = [
|
||||
{file = "botocore-1.27.32-py3-none-any.whl", hash = "sha256:10eb15e178f9e1aef679fd1d7dbeba11c851859e09f6c1a2e334287bd8ed3a7e"},
|
||||
{file = "botocore-1.27.32.tar.gz", hash = "sha256:d510a1d1956a18b6fa4b74b1b5dfbe8a7ca83f5ca4f59c43c368e143425f3725"},
|
||||
{file = "botocore-1.27.35-py3-none-any.whl", hash = "sha256:9949d61959476b5a34408881bdb98f54b0642238ffb217c5260124ec58fb0c72"},
|
||||
{file = "botocore-1.27.35.tar.gz", hash = "sha256:d2e708dd766b21c8e20a57ce1a90e98d324f871f81215efbc2dddaa42d13c551"},
|
||||
]
|
||||
cached-property = [
|
||||
{file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"},
|
||||
|
|
|
@ -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.24.31"
|
||||
boto3 = "==1.24.35"
|
||||
unicode-slugify = "==0.1.5"
|
||||
django-cacheops = "==6.1"
|
||||
service-identity = "==21.1.0"
|
||||
|
|
Loading…
Reference in New Issue