From cd07321215c18638a59b070a3425b49991e1b47a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 14:43:55 -0700 Subject: [PATCH] Update mypy requirement from <1.5,>=1.0 to >=1.0,<1.6 (#249) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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",