From 5bef4b08288dab4eff3618e7e67f000b3186ed4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 04:33:39 +0000 Subject: [PATCH] Bump mypy from 1.6.1 to 1.9.0 Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.1...1.9.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6af8fa3f..515b5a94 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ coverage==6.5.0 coveralls==3.3.1 -mypy==1.6.1 +mypy==1.9.0 pytest==8.1.1 pytest-cov==4.1.0 pytest-mypy==0.10.3