]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Upgrade flake8 to 4.0.1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 11 Oct 2021 15:36:55 +0000 (17:36 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 11 Oct 2021 15:37:22 +0000 (17:37 +0200)
psycopg/setup.py

index 80f5a4dbb88a52309e5cbf55ff2639be5fdd919c..c3cd7250a1292dac42300ddb80d318fd914e38d2 100644 (file)
@@ -47,7 +47,7 @@ extras_require = {
     # Requirements needed for development
     "dev": [
         "black",
-        "flake8 ~= 3.9.2",
+        "flake8 ~= 4.0.1",
         "mypy >= 0.910",
         "pytest-mypy >= 0.8.1",
         "types-setuptools >= 57.4.0",