From 900ab758b1d6b3096bcf26d32708667d317fb64d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 17:02:43 +0000 Subject: [PATCH] Bump mypy from 0.790 to 1.0.0 Bumps [mypy](https://github.com/python/mypy) from 0.790 to 1.0.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.790...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 12653ec5..88be915e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ flake8==3.8.* isort[requirements]==5.7.* mongomock==3.22.* moto==3.1.16 -mypy==0.790 +mypy==1.0.0 pytest==6.2.* pytest-cov==2.11.* pytest-mock==3.5.*