From 7af28b6775b346d621a4bb82e0bb97a44d028b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:05:58 +0000 Subject: [PATCH] Bump mypy from 1.9.0 to 1.10.1 Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.10.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index f01aae6..96e4979 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -2,5 +2,5 @@ pytest==7.4.4 pytest-cov==4.1.0 pytest-pretty==1.2.0 mypy==0.812;python_version<"3.9" -mypy==1.9.0;python_version>"3.8" +mypy==1.10.1;python_version>"3.8" ruff==0.4.7