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:36:11 UTC

[airflow] branch constraints-2-2-2-fixed updated: 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 branch constraints-2-2-2-fixed
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/constraints-2-2-2-fixed by this push:
     new 67c26e8  Manually fix constraints for Flake8 for python 3.6/7
67c26e8 is described below

commit 67c26e85b94f18b3327b555499705bc71c8ebfb7
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 44e67cb..cbc1975 100644
--- a/constraints-3.6.txt
+++ b/constraints-3.6.txt
@@ -230,7 +230,7 @@ fastavro==1.4.7
 filelock==3.3.2
 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
@@ -408,7 +408,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.21
 pycryptodome==3.11.0
@@ -418,7 +418,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.1
 pymssql==2.2.2
diff --git a/constraints-3.7.txt b/constraints-3.7.txt
index 9281e5c..180a705 100644
--- a/constraints-3.7.txt
+++ b/constraints-3.7.txt
@@ -227,7 +227,7 @@ fastavro==1.4.7
 filelock==3.3.2
 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
@@ -415,7 +415,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.1
 pymssql==2.2.2
diff --git a/constraints-source-providers-3.6.txt b/constraints-source-providers-3.6.txt
index 3e44c0c..9a0c83c 100644
--- a/constraints-source-providers-3.6.txt
+++ b/constraints-source-providers-3.6.txt
@@ -337,7 +337,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.21
 pycryptodome==3.11.0
diff --git a/constraints-source-providers-3.7.txt b/constraints-source-providers-3.7.txt
index b23e763..79e28fa 100644
--- a/constraints-source-providers-3.7.txt
+++ b/constraints-source-providers-3.7.txt
@@ -156,7 +156,7 @@ fastavro==1.4.7
 filelock==3.3.2
 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
@@ -334,7 +334,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.21
 pycryptodome==3.11.0
@@ -344,7 +344,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.1
 pymssql==2.2.2