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