From 3f683d1ccad9dd34b6e2d872fcf4366db57c5593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:59:55 +0000 Subject: [PATCH] Bump mypy from 0.782 to 1.0.1 Bumps [mypy](https://github.com/python/mypy) from 0.782 to 1.0.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.782...v1.0.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2fe9d45cd19..a2d8afbb5f7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,7 +3,7 @@ flake8 flaky freezegun==0.3.12 ipdb -mypy==0.782 +mypy==1.0.1 pip-tools pytest pytest-dotenv