From bd5cc1c217f291ae735b40c18de66acf6c6e970b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 17:01:17 +0000 Subject: [PATCH] Bump mypy from 0.910 to 1.0.0 Bumps [mypy](https://github.com/python/mypy) from 0.910 to 1.0.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.910...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 3b221b9..9d60c38 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,7 +4,7 @@ isort==5.10.* mock==4.0.3 mongomock==3.23.* moto[server]==2.2.* -mypy==0.910 +mypy==1.0.0 pytest==6.2.* pytest-cov==3.0.* pytest-vcr==1.0.*