From 6f969f0e599b3a638191aec279a37e50b85c4a0b Mon Sep 17 00:00:00 2001 From: Azulinho Date: Mon, 12 Dec 2022 11:21:19 +0000 Subject: [PATCH] mypy failling on python 3.11 likely hitting this: https://github.com/python/mypy/issues/13639 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8185e11..a723746 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ Jinja2==3.1.2 lz4==3.1.3 MarkupSafe==2.1.1 multidict==5.2.0 -mypy==0.910 +mypy==0.991 mypy-extensions==0.4.3 networkx==2.8 numpy==1.23.3