diff --git a/poetry.lock b/poetry.lock index 4b72a35..87b93c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3147,14 +3147,14 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[package]] name = "typing-extensions" -version = "4.12.2" -description = "Backported and Experimental Type Hints for Python 3.8+" +version = "4.15.0" +description = "Backported and Experimental Type Hints for Python 3.9+" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"}, - {file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"}, + {file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"}, + {file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"}, ] markers = {dev = "python_version < \"3.11\""} @@ -3224,4 +3224,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "a8d744a2586dc54ed1c731bff3533e0833eaad01cfd5a2fb19f5e71200f63cff" +content-hash = "d6fd9b537ff4af93e9307ff55e1c22ea9f778944eb635330d08198dfe544802f" diff --git a/pyproject.toml b/pyproject.toml index 0d37d2a..58b39d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ six = "1.17.0" SQLAlchemy = "2.0.49" threadpoolctl = "3.6.0" tqdm = "4.66.4" -typing_extensions = "4.12.2" +typing_extensions = "4.15.0" tzdata = "2026.2" urllib3 = "2.6.3" zipp = "3.23.1"