From d057aa2749b8bc59618493724c9894913b84100a Mon Sep 17 00:00:00 2001 From: Ivan Carvalho Date: Thu, 3 Oct 2024 19:18:47 -0400 Subject: [PATCH] Update mypy as well --- noxfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noxfile.py b/noxfile.py index 94c5b9bc5..a3a1cb682 100644 --- a/noxfile.py +++ b/noxfile.py @@ -18,13 +18,13 @@ ] stubs_deps = [ - "mypy==1.8.0", + "mypy==1.11.2", "typing-extensions", ] def install_rustworkx(session): session.install(*deps) - session.install(".[all]", "-c", "constraints.txt") + session.install(".", "-c", "constraints.txt") # We define a common base such that -e test triggers a test with the current # Python version of the interpreter and -e test_with_version launches