From 726396050dc8d96590e0e6e824648f695c64918d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:31:52 +0000 Subject: [PATCH] Bump mypy from 1.4.1 to 1.6.1 in /requirements 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-testing.txt b/requirements/requirements-testing.txt index dfe609eb..90380f07 100644 --- a/requirements/requirements-testing.txt +++ b/requirements/requirements-testing.txt @@ -9,7 +9,7 @@ black==23.7.0 autoflake==2.2.0 isort==5.12.0 flake8==6.0.0 -mypy==1.4.1 +mypy==1.6.1 # other dev stuff debugpy==1.6.7