diff --git a/pyproject.toml b/pyproject.toml index 37c643b5..1169af2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ repository = "https://github.com/HLasse/textdescriptives" documentation = "https://hlasse.github.io/TextDescriptives/" [project.optional-dependencies] -style = ["black==23.9.1", "pre-commit==3.5.0", "ruff==0.1.3", "mypy==1.6.1"] +style = ["black==23.9.1", "pre-commit==3.5.0", "ruff==0.1.3", "mypy==1.7.1"] tests = ["pytest>=7.1.3", "pytest-cov>=3.0.0"] docs = [ "sphinx>=5.3.0",