You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/03/13 14:33:11 UTC

[airflow] 01/01: Manually fix constraints for Flake8 for python 3.6/7

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to tag constraints-2.2.4
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 201326c4817331149fd69d8870381eff348280a0
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sun Mar 13 15:29:25 2022 +0100

    Manually fix constraints for Flake8 for python 3.6/7
    
    Apparently `pip` detects more conflicts and we have to
    downgrade flake and related libraries to avoid conflicts with
    importlib.
---
 constraints-3.6.txt                  | 6 +++---
 constraints-3.7.txt                  | 4 ++--
 constraints-source-providers-3.6.txt | 2 +-
 constraints-source-providers-3.7.txt | 6 +++---
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/constraints-3.6.txt b/constraints-3.6.txt
index 949c5cc..d30fb87 100644
--- a/constraints-3.6.txt
+++ b/constraints-3.6.txt
@@ -232,7 +232,7 @@ fastavro==1.4.7
 filelock==3.4.1
 fissix==21.11.13
 flake8-colors==0.1.9
-flake8==4.0.1
+flake8==3.9.2
 flaky==3.7.0
 flower==1.0.0
 freezegun==1.1.0
@@ -415,7 +415,7 @@ pyOpenSSL==20.0.1
 pyarrow==6.0.1
 pyasn1-modules==0.2.8
 pyasn1==0.4.8
-pycodestyle==2.8.0
+pycodestyle==2.7.0
 pycountry==22.1.10
 pycparser==2.21
 pycryptodome==3.14.1
@@ -425,7 +425,7 @@ pydot==1.4.2
 pydruid==0.6.2
 pyenchant==3.2.2
 pyexasol==0.24.0
-pyflakes==2.4.0
+pyflakes==2.3.1
 pykerberos==1.2.1
 pymongo==3.12.3
 pymssql==2.2.4
diff --git a/constraints-3.7.txt b/constraints-3.7.txt
index 0449500..e350004 100644
--- a/constraints-3.7.txt
+++ b/constraints-3.7.txt
@@ -229,7 +229,7 @@ fastavro==1.4.9
 filelock==3.6.0
 fissix==21.11.13
 flake8-colors==0.1.9
-flake8==4.0.1
+flake8==3.9.2
 flaky==3.7.0
 flower==1.0.0
 freezegun==1.1.0
@@ -422,7 +422,7 @@ pydot==1.4.2
 pydruid==0.6.2
 pyenchant==3.2.2
 pyexasol==0.24.0
-pyflakes==2.4.0
+pyflakes==2.3.1
 pykerberos==1.2.1
 pymongo==3.12.3
 pymssql==2.2.4
diff --git a/constraints-source-providers-3.6.txt b/constraints-source-providers-3.6.txt
index a0a58c1..4f87487 100644
--- a/constraints-source-providers-3.6.txt
+++ b/constraints-source-providers-3.6.txt
@@ -341,7 +341,7 @@ pyOpenSSL==20.0.1
 pyarrow==6.0.1
 pyasn1-modules==0.2.8
 pyasn1==0.4.8
-pycodestyle==2.8.0
+pycodestyle==2.7.0
 pycountry==22.1.10
 pycparser==2.21
 pycryptodome==3.14.1
diff --git a/constraints-source-providers-3.7.txt b/constraints-source-providers-3.7.txt
index 25a81bf..e3db182 100644
--- a/constraints-source-providers-3.7.txt
+++ b/constraints-source-providers-3.7.txt
@@ -158,7 +158,7 @@ fastavro==1.4.9
 filelock==3.6.0
 fissix==21.11.13
 flake8-colors==0.1.9
-flake8==4.0.1
+flake8==3.9.2
 flaky==3.7.0
 flower==1.0.0
 freezegun==1.1.0
@@ -338,7 +338,7 @@ pyOpenSSL==20.0.1
 pyarrow==6.0.1
 pyasn1-modules==0.2.8
 pyasn1==0.4.8
-pycodestyle==2.8.0
+pycodestyle==2.7.0
 pycountry==22.1.10
 pycparser==2.21
 pycryptodome==3.14.1
@@ -348,7 +348,7 @@ pydot==1.4.2
 pydruid==0.6.2
 pyenchant==3.2.2
 pyexasol==0.24.0
-pyflakes==2.4.0
+pyflakes==2.3.1
 pykerberos==1.2.1
 pymongo==3.12.3
 pymssql==2.2.4