diff --git a/poetry.lock b/poetry.lock index c31e986..83378c3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1188,14 +1188,14 @@ files = [ [[package]] name = "typing-extensions" -version = "4.13.2" -description = "Backported and Experimental Type Hints for Python 3.8+" +version = "4.14.1" +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.13.2-py3-none-any.whl", hash = "sha256:a439e7c04b49fec3e5d3e2beaa21755cadbbdc391694e28ccdd36ca4a1408f8c"}, - {file = "typing_extensions-4.13.2.tar.gz", hash = "sha256:e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef"}, + {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]] @@ -1331,4 +1331,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "2a00e7d8946ccc9d69b7f1481ed27974600594e6b39a676c6021222597acc7f4" +content-hash = "6224f430f6f12c1fed0759329b7fab2c9982812f34534e4b07898296986ec480" diff --git a/pyproject.toml b/pyproject.toml index 37112b9..30ca344 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python-dateutil = "^2.9.0" aiohttp = "^3.12.9" aiohttp-retry = "^2.9.1" pydantic = "^2.11.1" -typing-extensions = "^4.13.2" +typing-extensions = "^4.14.1" [tool.poetry.group.dev.dependencies] pytest = "^8.4.0"