From e92d4ec091cae8942b9e18dad73443be6f8abc84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 02:12:39 +0000 Subject: [PATCH] Bump mypy from 0.950 to 0.990 Bumps [mypy](https://github.com/python/mypy) from 0.950 to 0.990. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.950...v0.990) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5187b1d3f..c8530019a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ psycopg2-binary -e . # Overrides: -mypy==0.950 +mypy==0.990 diff --git a/setup.py b/setup.py index 25d73a576..837e96100 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def find_stub_files(name: str) -> List[str]: readme = f.read() dependencies = [ - "mypy>=0.930,<0.960", + "mypy>=0.930,<0.991", "django", "django-stubs-ext>=0.4.0", "tomli",