From 1df3752aa02f8715decc6c9937451cb3fd0c833f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:56:44 +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...1.9.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 6d612458f..cbb0df77b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ actions = [ ] dev = [ "flit >=3.2.0,<4.0.0", - "mypy >=0.921,<1.9", + "mypy >=0.921,<1.10", "types-pyyaml >=6.0.4,<7.0.0", "types-requests >=2.25.6,<3.0.0", "pip-audit >=2.5.6,<3.0.0",