diff --git a/poetry.lock b/poetry.lock index e0af3ff..7534e81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "mypy" @@ -271,17 +271,17 @@ files = [ [[package]] name = "typing-extensions" -version = "4.15.0" +version = "4.16.0" description = "Backported and Experimental Type Hints for Python 3.9+" optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"}, - {file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"}, + {file = "typing_extensions-4.16.0-py3-none-any.whl", hash = "sha256:481caa481374e813c1b176ada14e97f1f67a4539ce9cfeb3f350d78d6370c2e8"}, + {file = "typing_extensions-4.16.0.tar.gz", hash = "sha256:dc983d19a509c94dba722ee6abd33940f7c05a89e243c47e907eb4db6f1a43e5"}, ] [metadata] lock-version = "2.1" python-versions = ">= 3.10" -content-hash = "b6ad15a9d1f40d58e66c38fc6b940af63c9bc16aa25b785c7031822a26a8ec65" +content-hash = "0482272a08b3d12379fd4fe17ed31093c1e5dae12196c18a5746ee64d8b9b74e" diff --git a/pyproject.toml b/pyproject.toml index e4d4f94..fe4638b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Topic :: Software Development :: Testing", ] requires-python = ">= 3.10" -dependencies = ["typing-extensions >= 4.10.0, < 5"] +dependencies = ["typing-extensions >= 4.16.0, < 5"] [project.urls] "Homepage" = "https://github.com/srittau/python-asserts"