From 626476f09e186d4431ce595dc08ed3aaef5e3482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 14:00:44 +0000 Subject: [PATCH] Bump mypy from 0.931 to 1.0.0 Bumps [mypy](https://github.com/python/mypy) from 0.931 to 1.0.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.931...v1.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 3207661f..aab4d266 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ black==22.3.0 flake8==4.0.* freezegun==1.1.* isort==5.10.* -mypy==0.931 +mypy==1.0.0 pytest==6.2.* pytest-cov==3.0.* pytest-vcr==1.0.*