diff --git a/requirements.txt b/requirements.txt index 24140407b..e3ab119ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ Django==4.2.2 -e .[compatible-mypy] # Overrides: -mypy==1.3.0 +mypy==1.4.0 diff --git a/setup.py b/setup.py index dcbc580f7..809c187d0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def find_stub_files(name: str) -> List[str]: ] extras_require = { - "compatible-mypy": ["mypy>=1.3.0,<1.4"], + "compatible-mypy": ["mypy>=1.3.0,<1.5"], } setup(