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 4e9bca6083 Updating constraints. Github run id:6104583531
4e9bca6083 is described below

commit 4e9bca608375a9d2d0f717028256b18951077c31
Author: Automated GitHub Actions commit <[email protected]>
AuthorDate: Thu Sep 7 03:04:57 2023 +0000

    Updating constraints. Github run id:6104583531
    
    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 
f47a2a8af682d39085b0cd4f086300226f1a50e0.
    
    The action that build those constraints can be found at 
https://github.com/apache/airflow/actions/runs/6104583531/
    
    The image tag used for that build was: 
f47a2a8af682d39085b0cd4f086300226f1a50e0. You can enter Breeze environment
    with this image by running 'breeze shell --image-tag 
f47a2a8af682d39085b0cd4f086300226f1a50e0'
    
    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                  | 4 ++--
 constraints-3.11.txt                  | 4 ++--
 constraints-3.8.txt                   | 4 ++--
 constraints-3.9.txt                   | 4 ++--
 constraints-no-providers-3.10.txt     | 2 +-
 constraints-no-providers-3.11.txt     | 2 +-
 constraints-no-providers-3.8.txt      | 2 +-
 constraints-no-providers-3.9.txt      | 2 +-
 constraints-source-providers-3.10.txt | 4 ++--
 constraints-source-providers-3.11.txt | 4 ++--
 constraints-source-providers-3.8.txt  | 4 ++--
 constraints-source-providers-3.9.txt  | 4 ++--
 12 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/constraints-3.10.txt b/constraints-3.10.txt
index 17eb209b2e..a59a9557ae 100644
--- a/constraints-3.10.txt
+++ b/constraints-3.10.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2023-09-07T00:39:26Z
+# This constraints file was automatically generated on 2023-09-07T03:04:47Z
 # 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.
@@ -452,7 +452,7 @@ opentelemetry-proto==1.20.0
 opentelemetry-sdk==1.20.0
 opentelemetry-semantic-conventions==0.41b0
 opsgenie-sdk==2.1.5
-oracledb==1.4.0
+oracledb==1.4.1
 ordered-set==4.1.0
 orjson==3.9.5
 oscrypto==1.3.0
diff --git a/constraints-3.11.txt b/constraints-3.11.txt
index c585405d52..ad02aa4dbf 100644
--- a/constraints-3.11.txt
+++ b/constraints-3.11.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2023-09-07T00:39:14Z
+# This constraints file was automatically generated on 2023-09-07T03:04:38Z
 # 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.
@@ -450,7 +450,7 @@ opentelemetry-proto==1.20.0
 opentelemetry-sdk==1.20.0
 opentelemetry-semantic-conventions==0.41b0
 opsgenie-sdk==2.1.5
-oracledb==1.4.0
+oracledb==1.4.1
 ordered-set==4.1.0
 orjson==3.9.5
 oscrypto==1.3.0
diff --git a/constraints-3.8.txt b/constraints-3.8.txt
index 9c38ac2900..4df1ae0c3c 100644
--- a/constraints-3.8.txt
+++ b/constraints-3.8.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2023-09-07T00:39:29Z
+# This constraints file was automatically generated on 2023-09-07T03:04:54Z
 # 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.
@@ -453,7 +453,7 @@ opentelemetry-proto==1.20.0
 opentelemetry-sdk==1.20.0
 opentelemetry-semantic-conventions==0.41b0
 opsgenie-sdk==2.1.5
-oracledb==1.4.0
+oracledb==1.4.1
 ordered-set==4.1.0
 orjson==3.9.5
 oscrypto==1.3.0
diff --git a/constraints-3.9.txt b/constraints-3.9.txt
index 87cd5f7948..c68cf2ff30 100644
--- a/constraints-3.9.txt
+++ b/constraints-3.9.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2023-09-07T00:39:29Z
+# This constraints file was automatically generated on 2023-09-07T03:04:52Z
 # 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.
@@ -452,7 +452,7 @@ opentelemetry-proto==1.20.0
 opentelemetry-sdk==1.20.0
 opentelemetry-semantic-conventions==0.41b0
 opsgenie-sdk==2.1.5
-oracledb==1.4.0
+oracledb==1.4.1
 ordered-set==4.1.0
 orjson==3.9.5
 oscrypto==1.3.0
diff --git a/constraints-no-providers-3.10.txt 
b/constraints-no-providers-3.10.txt
index 6b7fd45d65..b1b9060f6b 100644
--- a/constraints-no-providers-3.10.txt
+++ b/constraints-no-providers-3.10.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2023-09-07T00:36:44Z
+# This constraints file was automatically generated on 2023-09-07T03:02:02Z
 # 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.
diff --git a/constraints-no-providers-3.11.txt 
b/constraints-no-providers-3.11.txt
index 28504dad9c..2cd1a13d69 100644
--- a/constraints-no-providers-3.11.txt
+++ b/constraints-no-providers-3.11.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2023-09-07T00:37:29Z
+# This constraints file was automatically generated on 2023-09-07T03:02:49Z
 # 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.
diff --git a/constraints-no-providers-3.8.txt b/constraints-no-providers-3.8.txt
index d5bf4672be..8520090227 100644
--- a/constraints-no-providers-3.8.txt
+++ b/constraints-no-providers-3.8.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2023-09-07T00:36:51Z
+# This constraints file was automatically generated on 2023-09-07T03:02:09Z
 # 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.
diff --git a/constraints-no-providers-3.9.txt b/constraints-no-providers-3.9.txt
index dfc3e809e0..89583a13d0 100644
--- a/constraints-no-providers-3.9.txt
+++ b/constraints-no-providers-3.9.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2023-09-07T00:36:51Z
+# This constraints file was automatically generated on 2023-09-07T03:02:09Z
 # 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.
diff --git a/constraints-source-providers-3.10.txt 
b/constraints-source-providers-3.10.txt
index bb60645dd7..c964b93ccb 100644
--- a/constraints-source-providers-3.10.txt
+++ b/constraints-source-providers-3.10.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2023-09-07T00:32:47Z
+# This constraints file was automatically generated on 2023-09-07T02:57:52Z
 # 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.
@@ -349,7 +349,7 @@ opentelemetry-proto==1.20.0
 opentelemetry-sdk==1.20.0
 opentelemetry-semantic-conventions==0.41b0
 opsgenie-sdk==2.1.5
-oracledb==1.4.0
+oracledb==1.4.1
 ordered-set==4.1.0
 orjson==3.9.5
 oscrypto==1.3.0
diff --git a/constraints-source-providers-3.11.txt 
b/constraints-source-providers-3.11.txt
index 2576c8252b..ef44bf8ae2 100644
--- a/constraints-source-providers-3.11.txt
+++ b/constraints-source-providers-3.11.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2023-09-07T00:32:47Z
+# This constraints file was automatically generated on 2023-09-07T02:57:52Z
 # 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.
@@ -348,7 +348,7 @@ opentelemetry-proto==1.20.0
 opentelemetry-sdk==1.20.0
 opentelemetry-semantic-conventions==0.41b0
 opsgenie-sdk==2.1.5
-oracledb==1.4.0
+oracledb==1.4.1
 ordered-set==4.1.0
 orjson==3.9.5
 oscrypto==1.3.0
diff --git a/constraints-source-providers-3.8.txt 
b/constraints-source-providers-3.8.txt
index 7ca2753c98..5614755c9a 100644
--- a/constraints-source-providers-3.8.txt
+++ b/constraints-source-providers-3.8.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2023-09-07T00:32:47Z
+# This constraints file was automatically generated on 2023-09-07T02:57:52Z
 # 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.
@@ -350,7 +350,7 @@ opentelemetry-proto==1.20.0
 opentelemetry-sdk==1.20.0
 opentelemetry-semantic-conventions==0.41b0
 opsgenie-sdk==2.1.5
-oracledb==1.4.0
+oracledb==1.4.1
 ordered-set==4.1.0
 orjson==3.9.5
 oscrypto==1.3.0
diff --git a/constraints-source-providers-3.9.txt 
b/constraints-source-providers-3.9.txt
index bb60645dd7..c964b93ccb 100644
--- a/constraints-source-providers-3.9.txt
+++ b/constraints-source-providers-3.9.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2023-09-07T00:32:47Z
+# This constraints file was automatically generated on 2023-09-07T02:57:52Z
 # 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.
@@ -349,7 +349,7 @@ opentelemetry-proto==1.20.0
 opentelemetry-sdk==1.20.0
 opentelemetry-semantic-conventions==0.41b0
 opsgenie-sdk==2.1.5
-oracledb==1.4.0
+oracledb==1.4.1
 ordered-set==4.1.0
 orjson==3.9.5
 oscrypto==1.3.0

Reply via email to