diff --git a/requirements-test.txt b/requirements-test.txt
index 9d982281..9323f68a 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -3,8 +3,6 @@ djangorestframework-stubs
 django-stubs
 django-test-migrations
 hypothesis
-# TODO: remove that pin once we bump mypy to > 0.950 in tox.ini
-mypy == 0.942
 pytest >= 7.0.0 # older versions work too, but assertion failures cause https://github.com/untitaker/pytest-subtesthack/issues/4
 pytest-django
 pytest-mock
diff --git a/tox.ini b/tox.ini
index 8a8e3b9f..1fe40107 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,7 +30,7 @@ setenv = DJANGO_SETTINGS_MODULE = swh.web.settings.development
 extras =
   testing
 deps =
-  mypy==0.942
+  mypy~=1.0
 commands =
   mypy swh