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

github-bot pushed a commit to branch constraints-main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/constraints-main by this push:
     new 04a28f731e Updating constraints. Github run id:7164317188
04a28f731e is described below

commit 04a28f731e5ae78a47e692397e6a8185dc1de717
Author: Automated GitHub Actions commit <[email protected]>
AuthorDate: Mon Dec 11 08:35:10 2023 +0000

    Updating constraints. Github run id:7164317188
    
    This update in constraints is automatically committed by the CI 
'constraints-push' step based on
    'refs/heads/main' in the 'apache/airflow' repository with commit sha 
343bac956b48aac80a7daaf0715e04d2cc37b373.
    
    The action that build those constraints can be found at 
https://github.com/apache/airflow/actions/runs/7164317188/
    
    The image tag used for that build was: 
343bac956b48aac80a7daaf0715e04d2cc37b373. You can enter Breeze environment
    with this image by running 'breeze shell --image-tag 
343bac956b48aac80a7daaf0715e04d2cc37b373'
    
    All tests passed in this build so we determined we can push the updated 
constraints.
    
    See 
https://github.com/apache/airflow/blob/main/README.md#installing-from-pypi for 
details.
---
 constraints-3.10.txt                  | 10 ++++++----
 constraints-3.11.txt                  | 10 ++++++----
 constraints-3.8.txt                   | 10 ++++++----
 constraints-3.9.txt                   | 10 ++++++----
 constraints-no-providers-3.10.txt     |  5 +++--
 constraints-no-providers-3.11.txt     |  5 +++--
 constraints-no-providers-3.8.txt      |  5 +++--
 constraints-no-providers-3.9.txt      |  5 +++--
 constraints-source-providers-3.10.txt |  5 +++--
 constraints-source-providers-3.11.txt |  5 +++--
 constraints-source-providers-3.8.txt  |  5 +++--
 constraints-source-providers-3.9.txt  |  5 +++--
 12 files changed, 48 insertions(+), 32 deletions(-)

diff --git a/constraints-3.10.txt b/constraints-3.10.txt
index 3e584e7f1b..f7f583c060 100644
--- a/constraints-3.10.txt
+++ b/constraints-3.10.txt
@@ -1,5 +1,6 @@
+
 #
-# This constraints file was automatically generated on 2023-12-10T19:12:50Z
+# This constraints file was automatically generated on 
2023-12-11T08:15:46.323136
 # via "eager-upgrade" mechanism of PIP. For the "main" branch of Airflow.
 # This variant of constraints install uses the HEAD of the branch version for 
'apache-airflow' but installs
 # the providers from PIP-released packages at the moment of the constraint 
generation.
@@ -21,12 +22,13 @@
 # 1. Reproducible installation of airflow with selected providers (note 
constraints are used):
 #
 # pip install 
"apache-airflow[celery,cncf.kubernetes,google,amazon,snowflake]==X.Y.Z" \
-#     --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-X.Y.Z/constraints-3.8.txt";
+#     --constraint \
+#    
"https://raw.githubusercontent.com/apache/airflow/constraints-X.Y.Z/constraints-3.10.txt";
 #
 # 2. Installing own dependencies that are potentially not matching the 
constraints (note constraints are not
 #    used, and apache-airflow==X.Y.Z is used to make sure there is no 
accidental airflow upgrade/downgrade.
 #
-# pip install "apache-airflow==X.Y.Z" 
"snowflake-connector-python[pandas]==2.9.0"
+# pip install "apache-airflow==X.Y.Z" 
"snowflake-connector-python[pandas]=N.M.O"
 #
 Authlib==1.2.1
 Babel==2.13.1
@@ -487,7 +489,7 @@ papermill==2.5.0
 paramiko==3.3.1
 parso==0.8.3
 pathable==0.4.3
-pathspec==0.12.0
+pathspec==0.12.1
 pbr==6.0.0
 pdpyras==5.1.3
 pendulum==2.1.2
diff --git a/constraints-3.11.txt b/constraints-3.11.txt
index 7b5dd729cd..6d11c8039a 100644
--- a/constraints-3.11.txt
+++ b/constraints-3.11.txt
@@ -1,5 +1,6 @@
+
 #
-# This constraints file was automatically generated on 2023-12-10T19:12:42Z
+# This constraints file was automatically generated on 
2023-12-11T08:15:46.290459
 # via "eager-upgrade" mechanism of PIP. For the "main" branch of Airflow.
 # This variant of constraints install uses the HEAD of the branch version for 
'apache-airflow' but installs
 # the providers from PIP-released packages at the moment of the constraint 
generation.
@@ -21,12 +22,13 @@
 # 1. Reproducible installation of airflow with selected providers (note 
constraints are used):
 #
 # pip install 
"apache-airflow[celery,cncf.kubernetes,google,amazon,snowflake]==X.Y.Z" \
-#     --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-X.Y.Z/constraints-3.8.txt";
+#     --constraint \
+#    
"https://raw.githubusercontent.com/apache/airflow/constraints-X.Y.Z/constraints-3.11.txt";
 #
 # 2. Installing own dependencies that are potentially not matching the 
constraints (note constraints are not
 #    used, and apache-airflow==X.Y.Z is used to make sure there is no 
accidental airflow upgrade/downgrade.
 #
-# pip install "apache-airflow==X.Y.Z" 
"snowflake-connector-python[pandas]==2.9.0"
+# pip install "apache-airflow==X.Y.Z" 
"snowflake-connector-python[pandas]=N.M.O"
 #
 Authlib==1.2.1
 Babel==2.13.1
@@ -486,7 +488,7 @@ papermill==2.5.0
 paramiko==3.3.1
 parso==0.8.3
 pathable==0.4.3
-pathspec==0.12.0
+pathspec==0.12.1
 pbr==6.0.0
 pdpyras==5.1.3
 pendulum==2.1.2
diff --git a/constraints-3.8.txt b/constraints-3.8.txt
index 2d48a5a9ab..89f79f9e4e 100644
--- a/constraints-3.8.txt
+++ b/constraints-3.8.txt
@@ -1,5 +1,6 @@
+
 #
-# This constraints file was automatically generated on 2023-12-10T19:13:02Z
+# This constraints file was automatically generated on 
2023-12-11T08:15:46.137905
 # via "eager-upgrade" mechanism of PIP. For the "main" branch of Airflow.
 # This variant of constraints install uses the HEAD of the branch version for 
'apache-airflow' but installs
 # the providers from PIP-released packages at the moment of the constraint 
generation.
@@ -21,12 +22,13 @@
 # 1. Reproducible installation of airflow with selected providers (note 
constraints are used):
 #
 # pip install 
"apache-airflow[celery,cncf.kubernetes,google,amazon,snowflake]==X.Y.Z" \
-#     --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-X.Y.Z/constraints-3.8.txt";
+#     --constraint \
+#    
"https://raw.githubusercontent.com/apache/airflow/constraints-X.Y.Z/constraints-3.8.txt";
 #
 # 2. Installing own dependencies that are potentially not matching the 
constraints (note constraints are not
 #    used, and apache-airflow==X.Y.Z is used to make sure there is no 
accidental airflow upgrade/downgrade.
 #
-# pip install "apache-airflow==X.Y.Z" 
"snowflake-connector-python[pandas]==2.9.0"
+# pip install "apache-airflow==X.Y.Z" 
"snowflake-connector-python[pandas]=N.M.O"
 #
 Authlib==1.2.1
 Babel==2.13.1
@@ -489,7 +491,7 @@ papermill==2.5.0
 paramiko==3.3.1
 parso==0.8.3
 pathable==0.4.3
-pathspec==0.12.0
+pathspec==0.12.1
 pbr==6.0.0
 pdpyras==5.1.3
 pendulum==2.1.2
diff --git a/constraints-3.9.txt b/constraints-3.9.txt
index 4071a163de..2724d287e4 100644
--- a/constraints-3.9.txt
+++ b/constraints-3.9.txt
@@ -1,5 +1,6 @@
+
 #
-# This constraints file was automatically generated on 2023-12-10T19:12:59Z
+# This constraints file was automatically generated on 
2023-12-11T08:15:46.496971
 # via "eager-upgrade" mechanism of PIP. For the "main" branch of Airflow.
 # This variant of constraints install uses the HEAD of the branch version for 
'apache-airflow' but installs
 # the providers from PIP-released packages at the moment of the constraint 
generation.
@@ -21,12 +22,13 @@
 # 1. Reproducible installation of airflow with selected providers (note 
constraints are used):
 #
 # pip install 
"apache-airflow[celery,cncf.kubernetes,google,amazon,snowflake]==X.Y.Z" \
-#     --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-X.Y.Z/constraints-3.8.txt";
+#     --constraint \
+#    
"https://raw.githubusercontent.com/apache/airflow/constraints-X.Y.Z/constraints-3.9.txt";
 #
 # 2. Installing own dependencies that are potentially not matching the 
constraints (note constraints are not
 #    used, and apache-airflow==X.Y.Z is used to make sure there is no 
accidental airflow upgrade/downgrade.
 #
-# pip install "apache-airflow==X.Y.Z" 
"snowflake-connector-python[pandas]==2.9.0"
+# pip install "apache-airflow==X.Y.Z" 
"snowflake-connector-python[pandas]=N.M.O"
 #
 Authlib==1.2.1
 Babel==2.13.1
@@ -487,7 +489,7 @@ papermill==2.5.0
 paramiko==3.3.1
 parso==0.8.3
 pathable==0.4.3
-pathspec==0.12.0
+pathspec==0.12.1
 pbr==6.0.0
 pdpyras==5.1.3
 pendulum==2.1.2
diff --git a/constraints-no-providers-3.10.txt 
b/constraints-no-providers-3.10.txt
index 4c0d7c7f11..d153eb019b 100644
--- a/constraints-no-providers-3.10.txt
+++ b/constraints-no-providers-3.10.txt
@@ -1,5 +1,6 @@
+
 #
-# This constraints file was automatically generated on 2023-12-10T19:09:23Z
+# This constraints file was automatically generated on 
2023-12-11T08:06:04.111372
 # via "eager-upgrade" mechanism of PIP. For the "main" branch of Airflow.
 # This variant of constraints install just the 'bare' 'apache-airflow' package 
build from the HEAD of
 # the branch, without installing any of the providers.
@@ -137,7 +138,7 @@ opentelemetry-semantic-conventions==0.42b0
 ordered-set==4.1.0
 packaging==23.2
 pandas==2.1.4
-pathspec==0.12.0
+pathspec==0.12.1
 pendulum==2.1.2
 platformdirs==4.1.0
 pluggy==1.3.0
diff --git a/constraints-no-providers-3.11.txt 
b/constraints-no-providers-3.11.txt
index e5207da483..51ddea4f49 100644
--- a/constraints-no-providers-3.11.txt
+++ b/constraints-no-providers-3.11.txt
@@ -1,5 +1,6 @@
+
 #
-# This constraints file was automatically generated on 2023-12-10T19:10:17Z
+# This constraints file was automatically generated on 
2023-12-11T08:06:04.093294
 # via "eager-upgrade" mechanism of PIP. For the "main" branch of Airflow.
 # This variant of constraints install just the 'bare' 'apache-airflow' package 
build from the HEAD of
 # the branch, without installing any of the providers.
@@ -135,7 +136,7 @@ opentelemetry-semantic-conventions==0.42b0
 ordered-set==4.1.0
 packaging==23.2
 pandas==2.1.4
-pathspec==0.12.0
+pathspec==0.12.1
 pendulum==2.1.2
 platformdirs==4.1.0
 pluggy==1.3.0
diff --git a/constraints-no-providers-3.8.txt b/constraints-no-providers-3.8.txt
index 82bdcf38f6..5f16afe3b9 100644
--- a/constraints-no-providers-3.8.txt
+++ b/constraints-no-providers-3.8.txt
@@ -1,5 +1,6 @@
+
 #
-# This constraints file was automatically generated on 2023-12-10T19:09:32Z
+# This constraints file was automatically generated on 
2023-12-11T08:06:03.484889
 # via "eager-upgrade" mechanism of PIP. For the "main" branch of Airflow.
 # This variant of constraints install just the 'bare' 'apache-airflow' package 
build from the HEAD of
 # the branch, without installing any of the providers.
@@ -138,7 +139,7 @@ opentelemetry-semantic-conventions==0.42b0
 ordered-set==4.1.0
 packaging==23.2
 pandas==2.0.3
-pathspec==0.12.0
+pathspec==0.12.1
 pendulum==2.1.2
 pkgutil_resolve_name==1.3.10
 platformdirs==4.1.0
diff --git a/constraints-no-providers-3.9.txt b/constraints-no-providers-3.9.txt
index d64a1bdff9..aa60378036 100644
--- a/constraints-no-providers-3.9.txt
+++ b/constraints-no-providers-3.9.txt
@@ -1,5 +1,6 @@
+
 #
-# This constraints file was automatically generated on 2023-12-10T19:09:30Z
+# This constraints file was automatically generated on 
2023-12-11T08:06:03.932052
 # via "eager-upgrade" mechanism of PIP. For the "main" branch of Airflow.
 # This variant of constraints install just the 'bare' 'apache-airflow' package 
build from the HEAD of
 # the branch, without installing any of the providers.
@@ -137,7 +138,7 @@ opentelemetry-semantic-conventions==0.42b0
 ordered-set==4.1.0
 packaging==23.2
 pandas==2.1.4
-pathspec==0.12.0
+pathspec==0.12.1
 pendulum==2.1.2
 platformdirs==4.1.0
 pluggy==1.3.0
diff --git a/constraints-source-providers-3.10.txt 
b/constraints-source-providers-3.10.txt
index 240d5ef53d..21ea35b067 100644
--- a/constraints-source-providers-3.10.txt
+++ b/constraints-source-providers-3.10.txt
@@ -1,5 +1,6 @@
+
 #
-# This constraints file was automatically generated on 2023-12-10T19:05:05Z
+# This constraints file was automatically generated on 
2023-12-11T08:05:51.607583
 # via "eager-upgrade" mechanism of PIP. For the "main" branch of Airflow.
 # This variant of constraints install uses the HEAD of the branch version of 
both
 # 'apache-airflow' package and all available community provider packages.
@@ -380,7 +381,7 @@ papermill==2.5.0
 paramiko==3.3.1
 parso==0.8.3
 pathable==0.4.3
-pathspec==0.12.0
+pathspec==0.12.1
 pbr==6.0.0
 pdpyras==5.1.3
 pendulum==2.1.2
diff --git a/constraints-source-providers-3.11.txt 
b/constraints-source-providers-3.11.txt
index bd6353f008..31cb50987e 100644
--- a/constraints-source-providers-3.11.txt
+++ b/constraints-source-providers-3.11.txt
@@ -1,5 +1,6 @@
+
 #
-# This constraints file was automatically generated on 2023-12-10T19:05:05Z
+# This constraints file was automatically generated on 
2023-12-11T08:05:51.799763
 # via "eager-upgrade" mechanism of PIP. For the "main" branch of Airflow.
 # This variant of constraints install uses the HEAD of the branch version of 
both
 # 'apache-airflow' package and all available community provider packages.
@@ -379,7 +380,7 @@ papermill==2.5.0
 paramiko==3.3.1
 parso==0.8.3
 pathable==0.4.3
-pathspec==0.12.0
+pathspec==0.12.1
 pbr==6.0.0
 pdpyras==5.1.3
 pendulum==2.1.2
diff --git a/constraints-source-providers-3.8.txt 
b/constraints-source-providers-3.8.txt
index b464e36ce4..281092a28f 100644
--- a/constraints-source-providers-3.8.txt
+++ b/constraints-source-providers-3.8.txt
@@ -1,5 +1,6 @@
+
 #
-# This constraints file was automatically generated on 2023-12-10T19:05:05Z
+# This constraints file was automatically generated on 
2023-12-11T08:05:51.703100
 # via "eager-upgrade" mechanism of PIP. For the "main" branch of Airflow.
 # This variant of constraints install uses the HEAD of the branch version of 
both
 # 'apache-airflow' package and all available community provider packages.
@@ -382,7 +383,7 @@ papermill==2.5.0
 paramiko==3.3.1
 parso==0.8.3
 pathable==0.4.3
-pathspec==0.12.0
+pathspec==0.12.1
 pbr==6.0.0
 pdpyras==5.1.3
 pendulum==2.1.2
diff --git a/constraints-source-providers-3.9.txt 
b/constraints-source-providers-3.9.txt
index 5faf74dbab..47c82ee06f 100644
--- a/constraints-source-providers-3.9.txt
+++ b/constraints-source-providers-3.9.txt
@@ -1,5 +1,6 @@
+
 #
-# This constraints file was automatically generated on 2023-12-10T19:05:05Z
+# This constraints file was automatically generated on 
2023-12-11T08:05:51.905878
 # via "eager-upgrade" mechanism of PIP. For the "main" branch of Airflow.
 # This variant of constraints install uses the HEAD of the branch version of 
both
 # 'apache-airflow' package and all available community provider packages.
@@ -380,7 +381,7 @@ papermill==2.5.0
 paramiko==3.3.1
 parso==0.8.3
 pathable==0.4.3
-pathspec==0.12.0
+pathspec==0.12.1
 pbr==6.0.0
 pdpyras==5.1.3
 pendulum==2.1.2

Reply via email to