From 9c19c68b3d77fb191347c0c4eeb7c0dbe8c14b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 11:54:11 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.921...v1.8.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 403bb93b0..a0080719f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ actions = [ ] dev = [ "flit >=3.2.0,<4.0.0", - "mypy >=0.921,<1.7", + "mypy >=0.921,<1.9", "types-pyyaml >=6.0.4,<7.0.0", "types-requests >=2.25.6,<3.0.0", "pip-audit >=2.5.6,<3.0.0",