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

dimberman pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v1-10-test by this push:
     new 8cd08b6  Fix failing docker image builds on python 2.7
8cd08b6 is described below

commit 8cd08b6a8a5fe83b74ec3aca6a2e67bb66066166
Author: Daniel Imberman <[email protected]>
AuthorDate: Mon Jul 20 11:04:02 2020 -0700

    Fix failing docker image builds on python 2.7
    
    Python 2.7 is no longer supported in Pygments 2.6.x
---
 requirements/requirements-python2.7.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/requirements-python2.7.txt 
b/requirements/requirements-python2.7.txt
index 793e6b8..4f9242c 100644
--- a/requirements/requirements-python2.7.txt
+++ b/requirements/requirements-python2.7.txt
@@ -22,7 +22,7 @@ PyJWT==1.7.1
 PyNaCl==1.4.0
 PySmbClient==0.1.5
 PyYAML==5.3.1
-Pygments==2.6.1
+Pygments==2.5.2
 SQLAlchemy-JSONField==0.9.0
 SQLAlchemy==1.3.18
 Sphinx==3.1.2

Reply via email to