From 289e6bb95f75fce854229e9360b52d8ada9303ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:41:03 +0000 Subject: [PATCH] :arrow_up: Bump mypy from 1.6.1 to 1.7.1 Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 1.7.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.1...v1.7.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",