From 97cddc98ffb24573c3da3a931f27bb74d1ad3f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 17:09:42 +0000 Subject: [PATCH] Bump mypy from 0.982 to 1.4.0 Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.4.0. - [Commits](https://github.com/python/mypy/compare/v0.982...v1.4.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-mypy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-mypy.txt b/requirements-mypy.txt index ab556f4411..8ba2d00b2b 100644 --- a/requirements-mypy.txt +++ b/requirements-mypy.txt @@ -1,6 +1,6 @@ typing # Mypy requires typed-ast, which is broken on PyPy 3.7 (could work in PyPy 3.8). -mypy==0.982; implementation_name == "cpython" +mypy==1.4.0; implementation_name == "cpython" types-simplejson types-certifi types-requests