diff --git a/poetry.lock b/poetry.lock index a9e0255..77fc082 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1446,14 +1446,14 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[package]] name = "typing-extensions" -version = "4.14.0" +version = "4.14.1" description = "Backported and Experimental Type Hints for Python 3.9+" optional = false python-versions = ">=3.9" groups = ["main", "debug"] files = [ - {file = "typing_extensions-4.14.0-py3-none-any.whl", hash = "sha256:a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af"}, - {file = "typing_extensions-4.14.0.tar.gz", hash = "sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4"}, + {file = "typing_extensions-4.14.1-py3-none-any.whl", hash = "sha256:d1e1e3b58374dc93031d6eda2420a48ea44a36c2b4766a4fdeb3710755731d76"}, + {file = "typing_extensions-4.14.1.tar.gz", hash = "sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36"}, ] [[package]] @@ -1531,4 +1531,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "0302a02c1f9b18ef0fbce8fdc561228508ac3328a4ced7f10339b7c6e3077d3d" +content-hash = "280fce11eec7cec3471333bd945e309441bad44ffa24346e5068545a86cffe80" diff --git a/pyproject.toml b/pyproject.toml index 6e16c39..4a557a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pythontemplate = "pythontemplate.cli.main:run_app" [tool.poetry.dependencies] # Be as loose as possible if writing a library. python = "^3.9" -typing-extensions = "^4.14.0" +typing-extensions = "^4.14.1" rich = ">=10.11.0" cyclopts = "^3.21.0"