diff --git a/requirements.txt b/requirements.txt index 5187b1d3f..c8f3227ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ psycopg2-binary -e . # Overrides: -mypy==0.950 +mypy==1.1.1 diff --git a/setup.py b/setup.py index 25d73a576..7f2163782 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,<1.2", "django", "django-stubs-ext>=0.4.0", "tomli",