From cd00d3b35b1a05b02854dc280963903ecdd699fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:02:51 +0000 Subject: [PATCH] build(deps): bump mypy from 0.942 to 1.6.1 Bumps [mypy](https://github.com/python/mypy) from 0.942 to 1.6.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.942...v1.6.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 197b059..2555cc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ bandit==1.7.1 dataclasses==0.8; python_version < "3.7" defusedxml==0.7.1 fire==0.4.0 -mypy==0.942 +mypy==1.6.1 mypy-extensions==0.4.3 pylint==2.13.0 pytest==7.0.1