From ba929df157c06f9b0569833c54b77382049f3842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:27:54 +0000 Subject: [PATCH] Bump mypy from 1.5.0 to 1.7.0 Bumps [mypy](https://github.com/python/mypy) from 1.5.0 to 1.7.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.5.0...v1.7.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 48dce10..07e3f1c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ flake8==6.1.0 freezegun==1.2.2 ipdb==0.13.13 isort==5.12.0 -mypy==1.5.0 +mypy==1.7.0 pre-commit==3.3.3 pylint==2.17.5 pytest==7.4.2