diff --git a/poetry.lock b/poetry.lock index f4329d8..42c7738 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2015,13 +2015,13 @@ testing = ["build[virtualenv] (>=1.0.3)", "covdefaults (>=2.3)", "detect-test-po [[package]] name = "typing-extensions" -version = "4.12.1" +version = "4.12.2" description = "Backported and Experimental Type Hints for Python 3.8+" optional = false python-versions = ">=3.8" files = [ - {file = "typing_extensions-4.12.1-py3-none-any.whl", hash = "sha256:6024b58b69089e5a89c347397254e35f1bf02a907728ec7fee9bf0fe837d203a"}, - {file = "typing_extensions-4.12.1.tar.gz", hash = "sha256:915f5e35ff76f56588223f15fdd5938f9a1cf9195c0de25130c627e4d597f6d1"}, + {file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"}, + {file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"}, ] [[package]] @@ -2521,4 +2521,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "10eef46d9be0ef517340e8cc56d1c528acaffe3ec74dd55fb48bb1274eb78865" +content-hash = "71c0bd0394a755b0c0d361694bef940f0daeaf6145ea1bbfd5316838c4c04493" diff --git a/pyproject.toml b/pyproject.toml index 9b549a1..7f8614f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ msgspec = "^0.18.6" jishaku = "^2.5.2" pyyaml = "^6.0.1" watchfiles = "^0.22.0" -typing-extensions = "^4.12.1" +typing-extensions = "^4.12.2" prometheus-client = "^0.20.0" prometheus-async = "^22.2.0"