From 1296fa5846b0cb83ef3527a501f304dda09dc141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 20:01:04 +0000 Subject: [PATCH] Bump mypy from 0.942 to 1.0.1 Bumps [mypy](https://github.com/python/mypy) from 0.942 to 1.0.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.942...v1.0.1) --- 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 7282576..14f95a0 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ -r requirements.txt black==22.3.0 flake8==4.0.1 -mypy==0.942 +mypy==1.0.1 pydocstyle==6.1.1 pylint==2.13.7 pre-commit==2.18.1