From bca8e045f56c0a57b958b83b10f9426b139940a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 16:01:40 +0000 Subject: [PATCH] Bump mypy from 0.961 to 1.0.0 Bumps [mypy](https://github.com/python/mypy) from 0.961 to 1.0.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.961...v1.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... 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 13a7a4d..69666f6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ attrs==21.4.0 bandit==1.7.4 flake8==4.0.1 flake8-bugbear==22.6.22 -mypy==0.961 +mypy==1.0.0 pre-commit==2.19.0 pyroma==4.0 pytest==7.1.2