]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Bump mypy version
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 6 Mar 2021 01:09:39 +0000 (02:09 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 6 Mar 2021 01:09:39 +0000 (02:09 +0100)
psycopg3/setup.py

index eaed1903ef805ddcaa4015b60f5f6d3547a19e3e..3d76427352c24894098729fb5e0490db0af28e65 100644 (file)
@@ -40,7 +40,7 @@ extras_require = {
     "dev": [
         "black",
         "flake8 >= 3.8, < 3.9",
-        "mypy >= 0.800",
+        "mypy >= 0.812",
     ],
 }