chore(api): update dependency boto3 to v1.26.18
This commit is contained in:
parent
abe67de138
commit
9ac5685576
|
@ -236,14 +236,14 @@ dev = ["Sphinx (==4.3.2)", "black (==22.3.0)", "build (==0.8.0)", "flake8 (==4.0
|
|||
|
||||
[[package]]
|
||||
name = "boto3"
|
||||
version = "1.26.17"
|
||||
version = "1.26.18"
|
||||
description = "The AWS SDK for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">= 3.7"
|
||||
|
||||
[package.dependencies]
|
||||
botocore = ">=1.29.17,<1.30.0"
|
||||
botocore = ">=1.29.18,<1.30.0"
|
||||
jmespath = ">=0.7.1,<2.0.0"
|
||||
s3transfer = ">=0.6.0,<0.7.0"
|
||||
|
||||
|
@ -252,7 +252,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
|
|||
|
||||
[[package]]
|
||||
name = "botocore"
|
||||
version = "1.29.17"
|
||||
version = "1.29.18"
|
||||
description = "Low-level, data-driven core of boto 3."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -2182,7 +2182,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "5e94da3ffe2f943fbc7ea88e093e7f2ada6ea3327541cb5596e2dbeb32866884"
|
||||
content-hash = "46bd162e72fb198843a6437561662aa8bb4c8f01ab519419e131f7b3df0942e3"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2357,12 +2357,12 @@ bleach = [
|
|||
{file = "bleach-5.0.1.tar.gz", hash = "sha256:0d03255c47eb9bd2f26aa9bb7f2107732e7e8fe195ca2f64709fcf3b0a4a085c"},
|
||||
]
|
||||
boto3 = [
|
||||
{file = "boto3-1.26.17-py3-none-any.whl", hash = "sha256:c39b7e87b27b00dcf452b2fc80252d311e275036f3d48464af34d0123077f985"},
|
||||
{file = "boto3-1.26.17.tar.gz", hash = "sha256:bb40a9788dd2234851cdd1110eec0e3f6b3af6b98280924fa44c25199ced5737"},
|
||||
{file = "boto3-1.26.18-py3-none-any.whl", hash = "sha256:933c88b189112a5fdd82d49ef00f95b9dd649d195e557a81aecb773a3e01c517"},
|
||||
{file = "boto3-1.26.18.tar.gz", hash = "sha256:3c7315da16eb0b41823965e5ce55f99cb07e94680e0ed7830c581f505fb5bd15"},
|
||||
]
|
||||
botocore = [
|
||||
{file = "botocore-1.29.17-py3-none-any.whl", hash = "sha256:d4bab7d42acdb18effa33fee53d137b8b1bdedc2da196428a2d1e04a123778bc"},
|
||||
{file = "botocore-1.29.17.tar.gz", hash = "sha256:4be7ca8c581dbc6e8584876c4347dcc4f4bc6aa6e6e8131901fc11816fc8151b"},
|
||||
{file = "botocore-1.29.18-py3-none-any.whl", hash = "sha256:2aba44433b6eac6d3a12cf93f2985e2d7a843307c1a527042fc48dd09b273992"},
|
||||
{file = "botocore-1.29.18.tar.gz", hash = "sha256:26e86fce95049f6cc18b5611901549943c4c22522fa8a3b6b265404f673977b2"},
|
||||
]
|
||||
cached-property = [
|
||||
{file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"},
|
||||
|
|
|
@ -38,7 +38,7 @@ PyLD = "==2.0.3"
|
|||
aiohttp = "==3.8.3"
|
||||
django-oauth-toolkit = "2.2.0"
|
||||
django-storages = "==1.13.1"
|
||||
boto3 = "==1.26.17"
|
||||
boto3 = "==1.26.18"
|
||||
unicode-slugify = "==0.1.5"
|
||||
django-cacheops = "==6.1"
|
||||
service-identity = "==21.1.0"
|
||||
|
|
Loading…
Reference in New Issue