From 39428281e9de7cef7f73c8c69ebb4cab74a8ae1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 13:39:21 +0000 Subject: [PATCH] Update mypy requirement from <1.5,>=1.0 to >=1.0,<1.6 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.5.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 032a30f..b822059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "ruff", - "mypy>=1.0,<1.5", + "mypy>=1.0,<1.6", "types-requests", "types-cachetools", "types-PyYAML",