From 8fcb4fbabca2dbc5e476bd129927e7cc05e85c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 05:26:30 +0000 Subject: [PATCH] Bump mypy from 1.4.1 to 1.6.1 Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.6.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.4.1...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 4a47a2b..63d50a1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ black==23.7.0 coverage==7.2.7 isort==5.12.0 -mypy==1.4.1 +mypy==1.6.1 pre-commit==3.3.3 pytest==7.4.0 python-semantic-release==8.0.4