Update dependency boto3 to v1.24.53 (develop)
This commit is contained in:
parent
f54909c328
commit
d602411c1e
|
@ -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.51"
|
version = "1.24.53"
|
||||||
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.51,<1.28.0"
|
botocore = ">=1.27.53,<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.51"
|
version = "1.27.53"
|
||||||
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
|
||||||
|
@ -283,7 +283,7 @@ python-dateutil = ">=2.1,<3.0.0"
|
||||||
urllib3 = ">=1.25.4,<1.27"
|
urllib3 = ">=1.25.4,<1.27"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
crt = ["awscrt (==0.13.8)"]
|
crt = ["awscrt (==0.14.0)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cached-property"
|
name = "cached-property"
|
||||||
|
@ -321,37 +321,37 @@ pytz = ">=2021.3"
|
||||||
vine = ">=5.0.0,<6.0"
|
vine = ">=5.0.0,<6.0"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
zstd = ["zstandard"]
|
|
||||||
zookeeper = ["kazoo (>=1.3.1)"]
|
|
||||||
yaml = ["PyYAML (>=3.10)"]
|
|
||||||
tblib = ["tblib (>=1.5.0)", "tblib (>=1.3.0)"]
|
|
||||||
sqs = ["kombu"]
|
|
||||||
sqlalchemy = ["sqlalchemy"]
|
|
||||||
solar = ["ephem"]
|
|
||||||
slmq = ["softlayer-messaging (>=1.0.3)"]
|
|
||||||
s3 = ["boto3 (>=1.9.125)"]
|
|
||||||
redis = ["redis (>=3.4.1,!=4.0.0,!=4.0.1)"]
|
|
||||||
pytest = ["pytest-celery"]
|
|
||||||
pyro = ["pyro4"]
|
|
||||||
pymemcache = ["python-memcached"]
|
|
||||||
msgpack = ["msgpack"]
|
|
||||||
mongodb = ["pymongo[srv] (>=3.11.1)"]
|
|
||||||
memcache = ["pylibmc"]
|
|
||||||
librabbitmq = ["librabbitmq (>=1.5.0)"]
|
|
||||||
gevent = ["gevent (>=1.5.0)"]
|
|
||||||
eventlet = ["eventlet (>=0.32.0)"]
|
|
||||||
elasticsearch = ["elasticsearch"]
|
|
||||||
dynamodb = ["boto3 (>=1.9.178)"]
|
|
||||||
django = ["Django (>=1.11)"]
|
|
||||||
couchdb = ["pycouchdb"]
|
|
||||||
couchbase = ["couchbase (>=3.0.0)"]
|
|
||||||
cosmosdbsql = ["pydocumentdb (==2.3.2)"]
|
|
||||||
consul = ["python-consul2"]
|
|
||||||
cassandra = ["cassandra-driver (<3.21.0)"]
|
|
||||||
brotli = ["brotlipy (>=0.7.0)", "brotli (>=1.0.0)"]
|
|
||||||
azureblockblob = ["azure-storage-blob (==12.9.0)"]
|
|
||||||
auth = ["cryptography"]
|
|
||||||
arangodb = ["pyArango (>=1.3.2)"]
|
arangodb = ["pyArango (>=1.3.2)"]
|
||||||
|
auth = ["cryptography"]
|
||||||
|
azureblockblob = ["azure-storage-blob (==12.9.0)"]
|
||||||
|
brotli = ["brotli (>=1.0.0)", "brotlipy (>=0.7.0)"]
|
||||||
|
cassandra = ["cassandra-driver (<3.21.0)"]
|
||||||
|
consul = ["python-consul2"]
|
||||||
|
cosmosdbsql = ["pydocumentdb (==2.3.2)"]
|
||||||
|
couchbase = ["couchbase (>=3.0.0)"]
|
||||||
|
couchdb = ["pycouchdb"]
|
||||||
|
django = ["Django (>=1.11)"]
|
||||||
|
dynamodb = ["boto3 (>=1.9.178)"]
|
||||||
|
elasticsearch = ["elasticsearch"]
|
||||||
|
eventlet = ["eventlet (>=0.32.0)"]
|
||||||
|
gevent = ["gevent (>=1.5.0)"]
|
||||||
|
librabbitmq = ["librabbitmq (>=1.5.0)"]
|
||||||
|
memcache = ["pylibmc"]
|
||||||
|
mongodb = ["pymongo[srv] (>=3.11.1)"]
|
||||||
|
msgpack = ["msgpack"]
|
||||||
|
pymemcache = ["python-memcached"]
|
||||||
|
pyro = ["pyro4"]
|
||||||
|
pytest = ["pytest-celery"]
|
||||||
|
redis = ["redis (>=3.4.1,!=4.0.0,!=4.0.1)"]
|
||||||
|
s3 = ["boto3 (>=1.9.125)"]
|
||||||
|
slmq = ["softlayer-messaging (>=1.0.3)"]
|
||||||
|
solar = ["ephem"]
|
||||||
|
sqlalchemy = ["sqlalchemy"]
|
||||||
|
sqs = ["kombu"]
|
||||||
|
tblib = ["tblib (>=1.3.0)", "tblib (>=1.5.0)"]
|
||||||
|
yaml = ["PyYAML (>=3.10)"]
|
||||||
|
zookeeper = ["kazoo (>=1.3.1)"]
|
||||||
|
zstd = ["zstandard"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "certifi"
|
name = "certifi"
|
||||||
|
@ -2169,7 +2169,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 = "342b34608e21eef249c7b73b939e639bab583bbf9d62d14b3fbb4efd2045fb5d"
|
content-hash = "4008f16c23ff08bd806a11b64bad33bb21fcb8e73af8eb6003451ad750f8743b"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
@ -2338,12 +2338,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.51-py3-none-any.whl", hash = "sha256:0f1689e487ea093be8a124cd5e9766cfcf2c153fc2af295c3853c5b63e2a73ed"},
|
{file = "boto3-1.24.53-py3-none-any.whl", hash = "sha256:8cb7b14c9600762e899e41ae2fa3d9fd90100325a8b370f8829959c0e3e06376"},
|
||||||
{file = "boto3-1.24.51.tar.gz", hash = "sha256:ca8352b4af67cf15a8f399f71dfc31c6a0e5a7725afcf299c50aaaaa9f1e6782"},
|
{file = "boto3-1.24.53.tar.gz", hash = "sha256:ab8ec4b02a1ed638b229b77b28a3fa577ad5acc215846a67e81e279c4f770eab"},
|
||||||
]
|
]
|
||||||
botocore = [
|
botocore = [
|
||||||
{file = "botocore-1.27.51-py3-none-any.whl", hash = "sha256:4ba1678bc78fbdac9a7e1c010b057ad9ed96dc6534d1c82718af08d746b652ed"},
|
{file = "botocore-1.27.53-py3-none-any.whl", hash = "sha256:a3455cdb7fea2d8dfef466b8c1f8b9b0fff7dfeccc24b08ce443e17c2fa1b7d1"},
|
||||||
{file = "botocore-1.27.51.tar.gz", hash = "sha256:328d2baca30e66016acdf9ad3c5e6fa6522fca249f54c5affce8774c0faa564f"},
|
{file = "botocore-1.27.53.tar.gz", hash = "sha256:4f667d671f9379a8bacc99c8e8861d4c7b275550df5ba09bbaa9a5dceaf93515"},
|
||||||
]
|
]
|
||||||
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"},
|
||||||
|
|
|
@ -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.13.1"
|
django-storages = "==1.13.1"
|
||||||
boto3 = "==1.24.51"
|
boto3 = "==1.24.53"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue