Merge pull request #162 from long2ice/5db3dependabot/pip/main/aiobotocore-2.5.0

Bump aiobotocore from 1.4.2 to 2.5.0
This commit is contained in:
Martijn Pieters
2023-05-16 14:21:41 +01:00
committed by GitHub
2 changed files with 17 additions and 16 deletions

31
poetry.lock generated
View File

@@ -1,25 +1,26 @@
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. # This file is automatically @generated by Poetry and should not be changed by hand.
[[package]] [[package]]
name = "aiobotocore" name = "aiobotocore"
version = "1.4.2" version = "2.5.0"
description = "Async client for aws services using botocore and aiohttp" description = "Async client for aws services using botocore and aiohttp"
category = "main" category = "main"
optional = true optional = true
python-versions = ">=3.6" python-versions = ">=3.7"
files = [ files = [
{file = "aiobotocore-1.4.2.tar.gz", hash = "sha256:c2f4ef325aaa839e9e2a53346b4c1c203656783a4985ab36fd4c2a9ef2dc1d2b"}, {file = "aiobotocore-2.5.0-py3-none-any.whl", hash = "sha256:9a2a022d7b78ec9a2af0de589916d2721cddbf96264401b78d7a73c1a1435f3b"},
{file = "aiobotocore-2.5.0.tar.gz", hash = "sha256:6a5b397cddd4f81026aa91a14c7dd2650727425740a5af8ba75127ff663faf67"},
] ]
[package.dependencies] [package.dependencies]
aiohttp = ">=3.3.1" aiohttp = ">=3.3.1"
aioitertools = ">=0.5.1" aioitertools = ">=0.5.1"
botocore = ">=1.20.106,<1.20.107" botocore = ">=1.29.76,<1.29.77"
wrapt = ">=1.10.10" wrapt = ">=1.10.10"
[package.extras] [package.extras]
awscli = ["awscli (>=1.19.106,<1.19.107)"] awscli = ["awscli (>=1.27.76,<1.27.77)"]
boto3 = ["boto3 (>=1.17.106,<1.17.107)"] boto3 = ["boto3 (>=1.26.76,<1.26.77)"]
[[package]] [[package]]
name = "aiohttp" name = "aiohttp"
@@ -250,23 +251,23 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte
[[package]] [[package]]
name = "botocore" name = "botocore"
version = "1.20.106" version = "1.29.76"
description = "Low-level, data-driven core of boto 3." description = "Low-level, data-driven core of boto 3."
category = "main" category = "main"
optional = true optional = true
python-versions = ">= 2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" python-versions = ">= 3.7"
files = [ files = [
{file = "botocore-1.20.106-py2.py3-none-any.whl", hash = "sha256:47ec01b20c4bc6aaa16d21f756ead2f437b47c1335b083356cdc874e9140b023"}, {file = "botocore-1.29.76-py3-none-any.whl", hash = "sha256:70735b00cd529f152992231ca6757e458e5ec25db43767b3526e9a35b2f143b7"},
{file = "botocore-1.20.106.tar.gz", hash = "sha256:6d5c983808b1d00437f56d0c08412bd82d9f8012fdb77e555f97277a1fd4d5df"}, {file = "botocore-1.29.76.tar.gz", hash = "sha256:c2f67b6b3f8acf2968eafca06526f07b9fb0d27bac4c68a635d51abb675134a7"},
] ]
[package.dependencies] [package.dependencies]
jmespath = ">=0.7.1,<1.0.0" jmespath = ">=0.7.1,<2.0.0"
python-dateutil = ">=2.1,<3.0.0" 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.11.24)"] crt = ["awscrt (==0.16.9)"]
[[package]] [[package]]
name = "botocore-stubs" name = "botocore-stubs"
@@ -2132,7 +2133,7 @@ docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker
testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"]
[extras] [extras]
all = ["aiobotocore", "aiomcache", "redis"] all = ["redis", "aiomcache", "aiobotocore"]
dynamodb = ["aiobotocore"] dynamodb = ["aiobotocore"]
memcache = ["aiomcache"] memcache = ["aiomcache"]
redis = ["redis"] redis = ["redis"]
@@ -2140,4 +2141,4 @@ redis = ["redis"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7" python-versions = "^3.7"
content-hash = "13ef57fe1e443a25b6d1bbd7157e78e57c937d880a92cf3c48ca6216058a5748" content-hash = "15da0e6e5e8c82ec965320e42e738ee7c096a94052c2dd9fa6cc9da1dddad4f2"

View File

@@ -21,7 +21,7 @@ uvicorn = "*"
redis = { version = "^4.2.0rc1", optional = true } redis = { version = "^4.2.0rc1", optional = true }
aiomcache = { version = "*", optional = true } aiomcache = { version = "*", optional = true }
pendulum = "*" pendulum = "*"
aiobotocore = { version = "^1.4.1", optional = true } aiobotocore = { version = ">=1.4.1,<3.0.0", optional = true }
typing-extensions = { version = ">=4.1.0" } typing-extensions = { version = ">=4.1.0" }
[tool.poetry.group.linting] [tool.poetry.group.linting]