diff --git a/poetry.lock b/poetry.lock index 5c46ec3..08dbfeb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1937,13 +1937,13 @@ files = [ [[package]] name = "typing-extensions" -version = "4.9.0" +version = "4.10.0" description = "Backported and Experimental Type Hints for Python 3.8+" optional = false python-versions = ">=3.8" files = [ - {file = "typing_extensions-4.9.0-py3-none-any.whl", hash = "sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd"}, - {file = "typing_extensions-4.9.0.tar.gz", hash = "sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783"}, + {file = "typing_extensions-4.10.0-py3-none-any.whl", hash = "sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475"}, + {file = "typing_extensions-4.10.0.tar.gz", hash = "sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb"}, ] [[package]] @@ -2265,4 +2265,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "205b9f8f650decc6cbdf8d2782528ab4f341647d5ae4d1f4676fafb734e87f25" +content-hash = "adbf5e01972938649d60c6e95ff50cb14349e2aadc3509bbf39e9eaaeb5d2cbc" diff --git a/pyproject.toml b/pyproject.toml index 4972b5d..e7ff2fb 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.21.0" -typing-extensions = "^4.9.0" +typing-extensions = "^4.10.0" [tool.poetry.group.dev.dependencies] # These are pinned by major version