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

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

commit 7cae73639009611f5de000f579da290b7fe63941
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 99c0b1f..85b9b77 100644
--- a/constraints-3.6.txt
+++ b/constraints-3.6.txt
@@ -229,7 +229,7 @@ fastavro==1.4.5
 filelock==3.3.0
 fissix==21.6.6
 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
@@ -404,7 +404,7 @@ pyOpenSSL==20.0.1
 pyarrow==4.0.1
 pyasn1-modules==0.2.8
 pyasn1==0.4.8
-pycodestyle==2.8.0
+pycodestyle==2.7.0
 pycountry==20.7.3
 pycparser==2.20
 pycryptodome==3.11.0
@@ -414,7 +414,7 @@ pydot==1.4.2
 pydruid==0.6.2
 pyenchant==3.2.2
 pyexasol==0.21.1
-pyflakes==2.4.0
+pyflakes==2.3.1
 pykerberos==1.2.1
 pymongo==3.12.0
 pymssql==2.2.2
diff --git a/constraints-3.7.txt b/constraints-3.7.txt
index 7679d10..e9603b7 100644
--- a/constraints-3.7.txt
+++ b/constraints-3.7.txt
@@ -226,7 +226,7 @@ fastavro==1.4.5
 filelock==3.3.0
 fissix==21.6.6
 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
@@ -411,7 +411,7 @@ pydot==1.4.2
 pydruid==0.6.2
 pyenchant==3.2.2
 pyexasol==0.21.1
-pyflakes==2.4.0
+pyflakes==2.3.1
 pykerberos==1.2.1
 pymongo==3.12.0
 pymssql==2.2.2
diff --git a/constraints-source-providers-3.6.txt 
b/constraints-source-providers-3.6.txt
index 5790bee..cbd9dcd 100644
--- a/constraints-source-providers-3.6.txt
+++ b/constraints-source-providers-3.6.txt
@@ -333,7 +333,7 @@ pyOpenSSL==20.0.1
 pyarrow==4.0.1
 pyasn1-modules==0.2.8
 pyasn1==0.4.8
-pycodestyle==2.8.0
+pycodestyle==2.7.0
 pycountry==20.7.3
 pycparser==2.20
 pycryptodome==3.11.0
diff --git a/constraints-source-providers-3.7.txt 
b/constraints-source-providers-3.7.txt
index 04b4195..6237fe9 100644
--- a/constraints-source-providers-3.7.txt
+++ b/constraints-source-providers-3.7.txt
@@ -155,7 +155,7 @@ fastavro==1.4.5
 filelock==3.3.0
 fissix==21.6.6
 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
@@ -330,7 +330,7 @@ pyOpenSSL==20.0.1
 pyarrow==4.0.1
 pyasn1-modules==0.2.8
 pyasn1==0.4.8
-pycodestyle==2.8.0
+pycodestyle==2.7.0
 pycountry==20.7.3
 pycparser==2.20
 pycryptodome==3.11.0
@@ -340,7 +340,7 @@ pydot==1.4.2
 pydruid==0.6.2
 pyenchant==3.2.2
 pyexasol==0.21.1
-pyflakes==2.4.0
+pyflakes==2.3.1
 pykerberos==1.2.1
 pymongo==3.12.0
 pymssql==2.2.2

Reply via email to