Bump typing-extensions from 4.3.0 to 4.4.0 (#390)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
47429610f9
commit
acd7450a15
2 changed files with 5 additions and 5 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -858,7 +858,7 @@ python-versions = "*"
|
|||
|
||||
[[package]]
|
||||
name = "typing-extensions"
|
||||
version = "4.3.0"
|
||||
version = "4.4.0"
|
||||
description = "Backported and Experimental Type Hints for Python 3.7+"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -921,7 +921,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7,<=3.11"
|
||||
content-hash = "d1561096f9bef15ba580b2e1f0004ee6f77fc1cfbec216133a9ea2d751a43ba6"
|
||||
content-hash = "ff900560d815653e67ee6183ee9f6c44beb9852d69d1a51e72f5678edee3e84d"
|
||||
|
||||
[metadata.files]
|
||||
aioredis = [
|
||||
|
@ -1434,8 +1434,8 @@ types-redis = [
|
|||
{file = "types_redis-4.3.21.2-py3-none-any.whl", hash = "sha256:eda5fd9e80f453143902db5547ca6506a3af44476ad080db7d18840da532ab19"},
|
||||
]
|
||||
typing-extensions = [
|
||||
{file = "typing_extensions-4.3.0-py3-none-any.whl", hash = "sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02"},
|
||||
{file = "typing_extensions-4.3.0.tar.gz", hash = "sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6"},
|
||||
{file = "typing_extensions-4.4.0-py3-none-any.whl", hash = "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e"},
|
||||
{file = "typing_extensions-4.4.0.tar.gz", hash = "sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa"},
|
||||
]
|
||||
unasync = [
|
||||
{file = "unasync-0.5.0-py3-none-any.whl", hash = "sha256:8d4536dae85e87b8751dfcc776f7656fd0baf54bb022a7889440dc1b9dc3becb"},
|
||||
|
|
|
@ -43,7 +43,7 @@ pptree = "^3.1"
|
|||
types-redis = ">=3.5.9,<5.0.0"
|
||||
python-ulid = "^1.0.3"
|
||||
cleo = "1.0.0a5"
|
||||
typing-extensions = "^4.0.0"
|
||||
typing-extensions = "^4.4.0"
|
||||
hiredis = "^2.0.0"
|
||||
more-itertools = "^8.14.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue