diff --git a/static/python/poetry.lock b/static/python/poetry.lock index 2e15836..1fa3473 100644 --- a/static/python/poetry.lock +++ b/static/python/poetry.lock @@ -1,19 +1,18 @@ [[package]] name = "typing-extensions" -version = "3.7.4.3" -description = "Backported and Experimental Type Hints for Python 3.5+" +version = "4.4.0" +description = "Backported and Experimental Type Hints for Python 3.7+" category = "main" optional = false -python-versions = "*" +python-versions = ">=3.7" [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "7c9c4300e0878f0ef1824a69c63ecd6df029467a9860ef7ca72a179017da329f" +content-hash = "897871d8be860d7223d8944924b21d12c6059d8b665c392c6e5258b327525afa" [metadata.files] typing-extensions = [ - {file = "typing_extensions-3.7.4.3-py2-none-any.whl", hash = "sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f"}, - {file = "typing_extensions-3.7.4.3-py3-none-any.whl", hash = "sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918"}, - {file = "typing_extensions-3.7.4.3.tar.gz", hash = "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c"}, + {file = "typing_extensions-4.4.0-py3-none-any.whl", hash = "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e"}, + {file = "typing_extensions-4.4.0.tar.gz", hash = "sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa"}, ] diff --git a/static/python/pyproject.toml b/static/python/pyproject.toml index 3bcef3e..4641463 100644 --- a/static/python/pyproject.toml +++ b/static/python/pyproject.toml @@ -7,7 +7,7 @@ include = [ "reservoirdb_protcol/py.typed" ] [tool.poetry.dependencies] python = "^3.7" -typing-extensions = "^3.7.4" +typing-extensions = "^4.4.0" [build-system] requires = [ "poetry-core >= 1.0.0" ]