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

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


The following commit(s) were added to refs/heads/constraints-1-10 by this push:
     new 9787c0b  Cryptography needs to be limited to <3.2 for Python 2.7
9787c0b is described below

commit 9787c0b880dabb69b36c012968b9854ac6c00a20
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Nov 15 20:25:35 2020 +0100

    Cryptography needs to be limited to <3.2 for Python 2.7
    
    https://github.com/pyca/cryptography/issues/5359#issuecomment-727622403
---
 constraints-2.7.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/constraints-2.7.txt b/constraints-2.7.txt
index c8862b2..051e4c0 100644
--- a/constraints-2.7.txt
+++ b/constraints-2.7.txt
@@ -103,7 +103,7 @@ cookies==2.2.1
 coverage==5.3
 crcmod==1.7
 croniter==0.3.36
-cryptography==3.2.1
+cryptography==3.1.1
 cx-Oracle==7.3.0
 datadog==0.39.0
 decorator==4.4.2

Reply via email to