From f26c1a995bd8e4fe8eaba6a8fa5f9aab0c71dbb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:22:20 +0000 Subject: [PATCH] Bump mypy from 1.6.0 to 1.7.0 Bumps [mypy](https://github.com/python/mypy) from 1.6.0 to 1.7.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.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 509c178..397a954 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ pytest==7.3.2 pytest-runner==6.0.0 isort==5.11.2 flake8==4.0.1 -mypy==1.6.0 +mypy==1.7.0 black==22.3.0 setuptools==68.2.2 wheel==0.37.1