diff --git a/poetry.lock b/poetry.lock index 557221e..44d086c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -747,14 +747,14 @@ test = ["mypy", "pytest", "typing-extensions"] [[package]] name = "typing-extensions" -version = "4.4.0" +version = "4.6.1" description = "Backported and Experimental Type Hints for Python 3.7+" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "typing_extensions-4.4.0-py3-none-any.whl", hash = "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e"}, - {file = "typing_extensions-4.4.0.tar.gz", hash = "sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa"}, + {file = "typing_extensions-4.6.1-py3-none-any.whl", hash = "sha256:6bac751f4789b135c43228e72de18637e9a6c29d12777023a703fd1a6858469f"}, + {file = "typing_extensions-4.6.1.tar.gz", hash = "sha256:558bc0c4145f01e6405f4a5fdbd82050bd221b119f4bf72a961a1cfd471349d6"}, ] [[package]] @@ -854,4 +854,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "dee1df756eb9c63bd160d422a8d501617b8fd7893b686f6d84729c28c94fffc7" +content-hash = "5c28a8079437fc35b9c488fab8541d5765942c8b4ffb40d4af3b912aee2593b2" diff --git a/pyproject.toml b/pyproject.toml index e4f4269..edb2c31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Lucas Alber "] [tool.poetry.dependencies] python = ">=3.9" aiohttp = "^3.8.4" -typing-extensions = "^4.4.0" +typing-extensions = "^4.6.1" [tool.poetry.group.dev.dependencies] black = "^22.8.0"