Update dependency boto3 to v1.24.17 (develop)
This commit is contained in:
parent
b21e700510
commit
86ddcdce12
|
@ -252,14 +252,14 @@ webencodings = "*"
|
|||
|
||||
[[package]]
|
||||
name = "boto3"
|
||||
version = "1.24.12"
|
||||
version = "1.24.17"
|
||||
description = "The AWS SDK for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">= 3.7"
|
||||
|
||||
[package.dependencies]
|
||||
botocore = ">=1.27.12,<1.28.0"
|
||||
botocore = ">=1.27.17,<1.28.0"
|
||||
jmespath = ">=0.7.1,<2.0.0"
|
||||
s3transfer = ">=0.6.0,<0.7.0"
|
||||
|
||||
|
@ -2120,7 +2120,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "378579e7861f00e534ea7acfc136477ea4a2821fda674b402d4a05714acda9f1"
|
||||
content-hash = "f69acb767cdef4339f9e3d8da9b055a4d4d3ab3688326933cd8407e12b4fc07a"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2290,8 +2290,8 @@ bleach = [
|
|||
{file = "bleach-4.1.0.tar.gz", hash = "sha256:0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da"},
|
||||
]
|
||||
boto3 = [
|
||||
{file = "boto3-1.24.12-py3-none-any.whl", hash = "sha256:0b9757575b8003928defc5fb6e816936fa1bdb1384d0edec6622bb9fb104e96c"},
|
||||
{file = "boto3-1.24.12.tar.gz", hash = "sha256:f39b91a4c3614db8e44912ee82426fb4b16d5df2cd66883f3aff6f76d7f5d310"},
|
||||
{file = "boto3-1.24.17-py3-none-any.whl", hash = "sha256:a547880008f0031834fe0122e91cc064438f54d15b9c34729672c53203a0c740"},
|
||||
{file = "boto3-1.24.17.tar.gz", hash = "sha256:bcbf31eff02bc01f9c55e2d428b4f6a27701c86b4600cbe4e9d45aa1dd61f036"},
|
||||
]
|
||||
botocore = [
|
||||
{file = "botocore-1.27.17-py3-none-any.whl", hash = "sha256:baf60b803ffd7b1dbc9c93dd2049fe2372699e4c993c9d33713667acdea64d1f"},
|
||||
|
|
|
@ -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.12"
|
||||
boto3 = "==1.24.17"
|
||||
unicode-slugify = "==0.1.5"
|
||||
django-cacheops = "==6.1"
|
||||
service-identity = "==21.1.0"
|
||||
|
|
Loading…
Reference in New Issue