From 36aa1f2db4f84ab83d6cbd3932c5e0cdb3eb3f9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:28:31 +0000 Subject: [PATCH] Update mypy requirement from <1.6,>=1.0 to >=1.0,<1.7 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.6.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d784d2a..1254481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "ruff", - "mypy>=1.0,<1.6", + "mypy>=1.0,<1.7", "types-requests", "types-cachetools", "types-PyYAML",