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

pierrejeambrun pushed a commit to branch constraints-2.3.0-fix
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/constraints-2.3.0-fix by this 
push:
     new 089691f009 Update PyYaml constraints to account for CPython 3 
incompatibility
089691f009 is described below

commit 089691f00989ecc7a0ea2855c7e6e89fa6fa7d86
Author: pierrejeambrun <[email protected]>
AuthorDate: Wed Oct 18 22:58:08 2023 +0200

    Update PyYaml constraints to account for CPython 3 incompatibility
---
 constraints-3.10.txt                  | 2 +-
 constraints-source-providers-3.10.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/constraints-3.10.txt b/constraints-3.10.txt
index 2bd42e5fe5..03436ef117 100644
--- a/constraints-3.10.txt
+++ b/constraints-3.10.txt
@@ -57,7 +57,7 @@ PyGithub==1.54.1
 PyHive==0.6.5
 PyJWT==1.7.1
 PyNaCl==1.5.0
-PyYAML==5.4.1
+PyYAML==5.3.1
 Pygments==2.12.0
 Rx==3.2.0
 SQLAlchemy-JSONField==1.0.0
diff --git a/constraints-source-providers-3.10.txt 
b/constraints-source-providers-3.10.txt
index 29260bb49f..ed4521b31e 100644
--- a/constraints-source-providers-3.10.txt
+++ b/constraints-source-providers-3.10.txt
@@ -36,7 +36,7 @@ PyGithub==1.54.1
 PyHive==0.6.5
 PyJWT==1.7.1
 PyNaCl==1.5.0
-PyYAML==5.4.1
+PyYAML==5.3.1
 Pygments==2.12.0
 Rx==3.2.0
 SQLAlchemy-JSONField==1.0.0

Reply via email to