diff --git a/poetry.lock b/poetry.lock index 984b1aef..012f5887 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1306,14 +1306,14 @@ files = [ [[package]] name = "typing-extensions" -version = "4.11.0" +version = "4.12.0" description = "Backported and Experimental Type Hints for Python 3.8+" category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "typing_extensions-4.11.0-py3-none-any.whl", hash = "sha256:c1f94d72897edaf4ce775bb7558d5b79d8126906a14ea5ed1635921406c0387a"}, - {file = "typing_extensions-4.11.0.tar.gz", hash = "sha256:83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0"}, + {file = "typing_extensions-4.12.0-py3-none-any.whl", hash = "sha256:b349c66bea9016ac22978d800cfff206d5f9816951f12a7d0ec5578b0a819594"}, + {file = "typing_extensions-4.12.0.tar.gz", hash = "sha256:8cbcdc8606ebcb0d95453ad7dc5065e6237b6aa230a31e81d0f440c30fed5fd8"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index a68b2677..b6ff24d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ rich = "^13.3.1" typing-extensions = "^4.5.0" [tool.poetry.group.dev.dependencies] -coveralls = "^3.0.0" +coveralls = "^4.0.0" isort = "^5.7.0" black = "^23.1.0" pytest = "^7.0.0"