From bb091c471dbb3d1d363ff53b406bf0d66f913f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:32:05 +0000 Subject: [PATCH] Bump mypy from 1.5.0 to 1.6.1 Bumps [mypy](https://github.com/python/mypy) from 1.5.0 to 1.6.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.5.0...v1.6.1) --- 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..aa906ec 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.6.1 pre-commit==3.3.3 pylint==2.17.5 pytest==7.4.2