From d4f66d745ef07793b6ccd6fd3861ad196e3b1bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 02:46:28 +0000 Subject: [PATCH] build(deps): bump mypy from 1.7.1 to 1.8.0 Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.8.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- _requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_requirements/test.txt b/_requirements/test.txt index 617a3c2..f18566c 100644 --- a/_requirements/test.txt +++ b/_requirements/test.txt @@ -1,4 +1,4 @@ coverage >=6.0 pytest >=7.0 pytest-cov -mypy ==1.7.1 +mypy ==1.8.0