You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by gi...@apache.org on 2022/07/19 22:18:30 UTC

[airflow] branch constraints-main updated: Updating constraints. Build id:2700609372

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 782e9cc900 Updating constraints. Build id:2700609372
782e9cc900 is described below

commit 782e9cc900b11fb66541141f1243e0d7c9405f6c
Author: Automated GitHub Actions commit <de...@airflow.apache.org>
AuthorDate: Tue Jul 19 22:18:22 2022 +0000

    Updating constraints. Build id:2700609372
    
    This update in constraints is automatically committed by the CI 'constraints-push' step based on
    HEAD of 'refs/heads/main' in 'apache/airflow'
    with commit sha 8923e3ab0304caafd011253b52e2d644066f58fc.
    
    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                  | 12 ++++++------
 constraints-3.7.txt                   | 12 ++++++------
 constraints-3.8.txt                   | 12 ++++++------
 constraints-3.9.txt                   | 12 ++++++------
 constraints-no-providers-3.10.txt     |  2 +-
 constraints-no-providers-3.7.txt      |  2 +-
 constraints-no-providers-3.8.txt      |  2 +-
 constraints-no-providers-3.9.txt      |  2 +-
 constraints-source-providers-3.10.txt | 16 ++++++++--------
 constraints-source-providers-3.7.txt  | 16 ++++++++--------
 constraints-source-providers-3.8.txt  | 16 ++++++++--------
 constraints-source-providers-3.9.txt  | 16 ++++++++--------
 12 files changed, 60 insertions(+), 60 deletions(-)

diff --git a/constraints-3.10.txt b/constraints-3.10.txt
index ad614232f7..12bee93933 100644
--- a/constraints-3.10.txt
+++ b/constraints-3.10.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2022-07-19T13:43:44Z
+# This constraints file was automatically generated on 2022-07-19T22:17:36Z
 # 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.
@@ -176,9 +176,9 @@ billiard==3.6.4.0
 black==22.6.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.32
+boto3==1.24.33
 boto==2.49.0
-botocore==1.27.32
+botocore==1.27.33
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -233,7 +233,7 @@ eventlet==0.33.1
 execnet==1.9.0
 executing==0.8.3
 facebook-business==14.0.0
-fastavro==1.5.2
+fastavro==1.5.3
 fastjsonschema==2.16.1
 filelock==3.7.1
 fissix==21.11.13
@@ -393,7 +393,7 @@ openapi-schema-validator==0.2.3
 openapi-spec-validator==0.4.0
 opsgenie-sdk==2.1.5
 oracledb==1.0.2
-orjson==3.7.7
+orjson==3.7.8
 oscrypto==1.3.0
 oss2==2.15.0
 packaging==21.3
@@ -579,7 +579,7 @@ types-protobuf==3.19.22
 types-python-dateutil==2.8.19
 types-python-slugify==6.1.0
 types-pytz==2022.1.2
-types-redis==4.3.5
+types-redis==4.3.6
 types-requests==2.28.2
 types-setuptools==63.2.0
 types-six==1.16.18
diff --git a/constraints-3.7.txt b/constraints-3.7.txt
index e5985cb25b..b5cb2bbd69 100644
--- a/constraints-3.7.txt
+++ b/constraints-3.7.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2022-07-19T13:44:05Z
+# This constraints file was automatically generated on 2022-07-19T22:18:19Z
 # 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.
@@ -176,9 +176,9 @@ billiard==3.6.4.0
 black==22.6.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.32
+boto3==1.24.33
 boto==2.49.0
-botocore==1.27.32
+botocore==1.27.33
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -232,7 +232,7 @@ entrypoints==0.4
 eventlet==0.33.1
 execnet==1.9.0
 facebook-business==14.0.0
-fastavro==1.5.2
+fastavro==1.5.3
 fastjsonschema==2.16.1
 filelock==3.7.1
 fissix==21.11.13
@@ -393,7 +393,7 @@ openapi-schema-validator==0.2.3
 openapi-spec-validator==0.4.0
 opsgenie-sdk==2.1.5
 oracledb==1.0.2
-orjson==3.7.7
+orjson==3.7.8
 oscrypto==1.3.0
 oss2==2.15.0
 packaging==21.3
@@ -578,7 +578,7 @@ types-protobuf==3.19.22
 types-python-dateutil==2.8.19
 types-python-slugify==6.1.0
 types-pytz==2022.1.2
-types-redis==4.3.5
+types-redis==4.3.6
 types-requests==2.28.2
 types-setuptools==63.2.0
 types-six==1.16.18
diff --git a/constraints-3.8.txt b/constraints-3.8.txt
index a293e24b68..ecab133b0a 100644
--- a/constraints-3.8.txt
+++ b/constraints-3.8.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2022-07-19T13:43:58Z
+# This constraints file was automatically generated on 2022-07-19T22:18:08Z
 # 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.
@@ -177,9 +177,9 @@ billiard==3.6.4.0
 black==22.6.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.32
+boto3==1.24.33
 boto==2.49.0
-botocore==1.27.32
+botocore==1.27.33
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -234,7 +234,7 @@ eventlet==0.33.1
 execnet==1.9.0
 executing==0.8.3
 facebook-business==14.0.0
-fastavro==1.5.2
+fastavro==1.5.3
 fastjsonschema==2.16.1
 filelock==3.7.1
 fissix==21.11.13
@@ -395,7 +395,7 @@ openapi-schema-validator==0.2.3
 openapi-spec-validator==0.4.0
 opsgenie-sdk==2.1.5
 oracledb==1.0.2
-orjson==3.7.7
+orjson==3.7.8
 oscrypto==1.3.0
 oss2==2.15.0
 packaging==21.3
@@ -581,7 +581,7 @@ types-protobuf==3.19.22
 types-python-dateutil==2.8.19
 types-python-slugify==6.1.0
 types-pytz==2022.1.2
-types-redis==4.3.5
+types-redis==4.3.6
 types-requests==2.28.2
 types-setuptools==63.2.0
 types-six==1.16.18
diff --git a/constraints-3.9.txt b/constraints-3.9.txt
index e5648564b6..2e50389b86 100644
--- a/constraints-3.9.txt
+++ b/constraints-3.9.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2022-07-19T13:43:57Z
+# This constraints file was automatically generated on 2022-07-19T22:18:06Z
 # 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.
@@ -176,9 +176,9 @@ billiard==3.6.4.0
 black==22.6.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.32
+boto3==1.24.33
 boto==2.49.0
-botocore==1.27.32
+botocore==1.27.33
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -233,7 +233,7 @@ eventlet==0.33.1
 execnet==1.9.0
 executing==0.8.3
 facebook-business==14.0.0
-fastavro==1.5.2
+fastavro==1.5.3
 fastjsonschema==2.16.1
 filelock==3.7.1
 fissix==21.11.13
@@ -393,7 +393,7 @@ openapi-schema-validator==0.2.3
 openapi-spec-validator==0.4.0
 opsgenie-sdk==2.1.5
 oracledb==1.0.2
-orjson==3.7.7
+orjson==3.7.8
 oscrypto==1.3.0
 oss2==2.15.0
 packaging==21.3
@@ -579,7 +579,7 @@ types-protobuf==3.19.22
 types-python-dateutil==2.8.19
 types-python-slugify==6.1.0
 types-pytz==2022.1.2
-types-redis==4.3.5
+types-redis==4.3.6
 types-requests==2.28.2
 types-setuptools==63.2.0
 types-six==1.16.18
diff --git a/constraints-no-providers-3.10.txt b/constraints-no-providers-3.10.txt
index 9b891e3e48..13ba43f957 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 2022-07-19T13:42:00Z
+# This constraints file was automatically generated on 2022-07-19T22:14:54Z
 # 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.7.txt b/constraints-no-providers-3.7.txt
index 8bc3a456cc..00203ee992 100644
--- a/constraints-no-providers-3.7.txt
+++ b/constraints-no-providers-3.7.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2022-07-19T13:42:17Z
+# This constraints file was automatically generated on 2022-07-19T22:15:31Z
 # 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 c49537e128..ea844b17bb 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 2022-07-19T13:42:10Z
+# This constraints file was automatically generated on 2022-07-19T22:15:18Z
 # 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 d3d101718c..3279f8d3e0 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 2022-07-19T13:42:09Z
+# This constraints file was automatically generated on 2022-07-19T22:15:21Z
 # 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 43066a5690..f52a6dcd6c 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 2022-07-19T13:38:26Z
+# This constraints file was automatically generated on 2022-07-19T22:09:58Z
 # 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.
@@ -100,9 +100,9 @@ billiard==3.6.4.0
 black==22.6.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.32
+boto3==1.24.33
 boto==2.49.0
-botocore==1.27.32
+botocore==1.27.33
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -157,7 +157,7 @@ eventlet==0.33.1
 execnet==1.9.0
 executing==0.8.3
 facebook-business==14.0.0
-fastavro==1.5.2
+fastavro==1.5.3
 fastjsonschema==2.16.1
 filelock==3.7.1
 fissix==21.11.13
@@ -183,7 +183,7 @@ google-auth==2.9.1
 google-cloud-aiplatform==1.15.1
 google-cloud-appengine-logging==1.1.3
 google-cloud-audit-log==0.2.3
-google-cloud-automl==2.7.3
+google-cloud-automl==2.8.0
 google-cloud-bigquery-datatransfer==3.7.0
 google-cloud-bigquery-storage==2.14.1
 google-cloud-bigquery==2.34.4
@@ -194,7 +194,7 @@ google-cloud-core==2.3.2
 google-cloud-datacatalog==3.9.0
 google-cloud-dataplex==1.1.0
 google-cloud-dataproc-metastore==1.6.0
-google-cloud-dataproc==4.0.3
+google-cloud-dataproc==5.0.0
 google-cloud-dlp==1.0.2
 google-cloud-kms==2.12.0
 google-cloud-language==1.3.2
@@ -317,7 +317,7 @@ openapi-schema-validator==0.2.3
 openapi-spec-validator==0.4.0
 opsgenie-sdk==2.1.5
 oracledb==1.0.2
-orjson==3.7.7
+orjson==3.7.8
 oscrypto==1.3.0
 oss2==2.15.0
 packaging==21.3
@@ -501,7 +501,7 @@ types-protobuf==3.19.22
 types-python-dateutil==2.8.19
 types-python-slugify==6.1.0
 types-pytz==2022.1.2
-types-redis==4.3.5
+types-redis==4.3.6
 types-requests==2.28.2
 types-setuptools==63.2.0
 types-six==1.16.18
diff --git a/constraints-source-providers-3.7.txt b/constraints-source-providers-3.7.txt
index 123cded9b8..2943dcdc20 100644
--- a/constraints-source-providers-3.7.txt
+++ b/constraints-source-providers-3.7.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2022-07-19T13:38:26Z
+# This constraints file was automatically generated on 2022-07-19T22:09:58Z
 # 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.
@@ -100,9 +100,9 @@ billiard==3.6.4.0
 black==22.6.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.32
+boto3==1.24.33
 boto==2.49.0
-botocore==1.27.32
+botocore==1.27.33
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -156,7 +156,7 @@ entrypoints==0.4
 eventlet==0.33.1
 execnet==1.9.0
 facebook-business==14.0.0
-fastavro==1.5.2
+fastavro==1.5.3
 fastjsonschema==2.16.1
 filelock==3.7.1
 fissix==21.11.13
@@ -182,7 +182,7 @@ google-auth==2.9.1
 google-cloud-aiplatform==1.15.1
 google-cloud-appengine-logging==1.1.3
 google-cloud-audit-log==0.2.3
-google-cloud-automl==2.7.3
+google-cloud-automl==2.8.0
 google-cloud-bigquery-datatransfer==3.7.0
 google-cloud-bigquery-storage==2.14.1
 google-cloud-bigquery==2.34.4
@@ -193,7 +193,7 @@ google-cloud-core==2.3.2
 google-cloud-datacatalog==3.9.0
 google-cloud-dataplex==1.1.0
 google-cloud-dataproc-metastore==1.6.0
-google-cloud-dataproc==4.0.3
+google-cloud-dataproc==5.0.0
 google-cloud-dlp==1.0.2
 google-cloud-kms==2.12.0
 google-cloud-language==1.3.2
@@ -317,7 +317,7 @@ openapi-schema-validator==0.2.3
 openapi-spec-validator==0.4.0
 opsgenie-sdk==2.1.5
 oracledb==1.0.2
-orjson==3.7.7
+orjson==3.7.8
 oscrypto==1.3.0
 oss2==2.15.0
 packaging==21.3
@@ -500,7 +500,7 @@ types-protobuf==3.19.22
 types-python-dateutil==2.8.19
 types-python-slugify==6.1.0
 types-pytz==2022.1.2
-types-redis==4.3.5
+types-redis==4.3.6
 types-requests==2.28.2
 types-setuptools==63.2.0
 types-six==1.16.18
diff --git a/constraints-source-providers-3.8.txt b/constraints-source-providers-3.8.txt
index 67db103311..5ada64d874 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 2022-07-19T13:38:26Z
+# This constraints file was automatically generated on 2022-07-19T22:09:57Z
 # 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.
@@ -101,9 +101,9 @@ billiard==3.6.4.0
 black==22.6.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.32
+boto3==1.24.33
 boto==2.49.0
-botocore==1.27.32
+botocore==1.27.33
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -158,7 +158,7 @@ eventlet==0.33.1
 execnet==1.9.0
 executing==0.8.3
 facebook-business==14.0.0
-fastavro==1.5.2
+fastavro==1.5.3
 fastjsonschema==2.16.1
 filelock==3.7.1
 fissix==21.11.13
@@ -184,7 +184,7 @@ google-auth==2.9.1
 google-cloud-aiplatform==1.15.1
 google-cloud-appengine-logging==1.1.3
 google-cloud-audit-log==0.2.3
-google-cloud-automl==2.7.3
+google-cloud-automl==2.8.0
 google-cloud-bigquery-datatransfer==3.7.0
 google-cloud-bigquery-storage==2.14.1
 google-cloud-bigquery==2.34.4
@@ -195,7 +195,7 @@ google-cloud-core==2.3.2
 google-cloud-datacatalog==3.9.0
 google-cloud-dataplex==1.1.0
 google-cloud-dataproc-metastore==1.6.0
-google-cloud-dataproc==4.0.3
+google-cloud-dataproc==5.0.0
 google-cloud-dlp==1.0.2
 google-cloud-kms==2.12.0
 google-cloud-language==1.3.2
@@ -319,7 +319,7 @@ openapi-schema-validator==0.2.3
 openapi-spec-validator==0.4.0
 opsgenie-sdk==2.1.5
 oracledb==1.0.2
-orjson==3.7.7
+orjson==3.7.8
 oscrypto==1.3.0
 oss2==2.15.0
 packaging==21.3
@@ -503,7 +503,7 @@ types-protobuf==3.19.22
 types-python-dateutil==2.8.19
 types-python-slugify==6.1.0
 types-pytz==2022.1.2
-types-redis==4.3.5
+types-redis==4.3.6
 types-requests==2.28.2
 types-setuptools==63.2.0
 types-six==1.16.18
diff --git a/constraints-source-providers-3.9.txt b/constraints-source-providers-3.9.txt
index 43066a5690..f52a6dcd6c 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 2022-07-19T13:38:26Z
+# This constraints file was automatically generated on 2022-07-19T22:09:58Z
 # 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.
@@ -100,9 +100,9 @@ billiard==3.6.4.0
 black==22.6.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.32
+boto3==1.24.33
 boto==2.49.0
-botocore==1.27.32
+botocore==1.27.33
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -157,7 +157,7 @@ eventlet==0.33.1
 execnet==1.9.0
 executing==0.8.3
 facebook-business==14.0.0
-fastavro==1.5.2
+fastavro==1.5.3
 fastjsonschema==2.16.1
 filelock==3.7.1
 fissix==21.11.13
@@ -183,7 +183,7 @@ google-auth==2.9.1
 google-cloud-aiplatform==1.15.1
 google-cloud-appengine-logging==1.1.3
 google-cloud-audit-log==0.2.3
-google-cloud-automl==2.7.3
+google-cloud-automl==2.8.0
 google-cloud-bigquery-datatransfer==3.7.0
 google-cloud-bigquery-storage==2.14.1
 google-cloud-bigquery==2.34.4
@@ -194,7 +194,7 @@ google-cloud-core==2.3.2
 google-cloud-datacatalog==3.9.0
 google-cloud-dataplex==1.1.0
 google-cloud-dataproc-metastore==1.6.0
-google-cloud-dataproc==4.0.3
+google-cloud-dataproc==5.0.0
 google-cloud-dlp==1.0.2
 google-cloud-kms==2.12.0
 google-cloud-language==1.3.2
@@ -317,7 +317,7 @@ openapi-schema-validator==0.2.3
 openapi-spec-validator==0.4.0
 opsgenie-sdk==2.1.5
 oracledb==1.0.2
-orjson==3.7.7
+orjson==3.7.8
 oscrypto==1.3.0
 oss2==2.15.0
 packaging==21.3
@@ -501,7 +501,7 @@ types-protobuf==3.19.22
 types-python-dateutil==2.8.19
 types-python-slugify==6.1.0
 types-pytz==2022.1.2
-types-redis==4.3.5
+types-redis==4.3.6
 types-requests==2.28.2
 types-setuptools==63.2.0
 types-six==1.16.18