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 2021/03/07 02:42:01 UTC

[airflow] branch constraints-master updated: Updating constraints. Build id:628455108

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

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


The following commit(s) were added to refs/heads/constraints-master by this push:
     new 7276148  Updating constraints. Build id:628455108
7276148 is described below

commit 72761484419eff47a47a190e43aba2f94c3359c5
Author: Automated GitHub Actions commit <de...@airflow.apache.org>
AuthorDate: Sun Mar 7 02:41:42 2021 +0000

    Updating constraints. Build id:628455108
    
    This update in constraints is automatically committed by the CI 'constraints-push' step based on
    HEAD of 'refs/heads/master' in 'apache/airflow'
    with commit sha e1ff59ea381f505c0cd2f1fd59f505cc315746f2.
    
    All tests passed in this build so we determined we can push the updated constraints.
    
    See https://github.com/apache/airflow/blob/master/README.md#installing-from-pypi for details.
---
 constraints-3.6.txt                  | 30 +++++++++++++++---------------
 constraints-3.7.txt                  | 30 +++++++++++++++---------------
 constraints-3.8.txt                  | 31 +++++++++++++++----------------
 constraints-no-providers-3.6.txt     |  8 ++++----
 constraints-no-providers-3.7.txt     |  8 ++++----
 constraints-no-providers-3.8.txt     |  9 ++++-----
 constraints-source-providers-3.8.txt |  1 -
 7 files changed, 57 insertions(+), 60 deletions(-)

diff --git a/constraints-3.6.txt b/constraints-3.6.txt
index 1a22e93..be65776 100644
--- a/constraints-3.6.txt
+++ b/constraints-3.6.txt
@@ -35,9 +35,9 @@ Unidecode==1.2.0
 WTForms==2.3.3
 Werkzeug==1.0.1
 adal==1.2.6
-aiohttp==3.7.4
+aiohttp==3.7.4.post0
 alabaster==0.7.12
-alembic==1.5.5
+alembic==1.5.6
 amqp==2.6.1
 analytics-python==1.2.9
 ansiwrap==0.8.4
@@ -216,13 +216,13 @@ gevent==21.1.2
 gitdb==4.0.5
 github3.py==2.0.0
 google-ads==4.0.0
-google-api-core==1.26.0
+google-api-core==1.26.1
 google-api-python-client==1.12.8
 google-apitools==0.5.31
-google-auth-httplib2==0.0.4
-google-auth-oauthlib==0.4.2
-google-auth==1.27.0
-google-cloud-automl==2.1.0
+google-auth-httplib2==0.1.0
+google-auth-oauthlib==0.4.3
+google-auth==1.27.1
+google-cloud-automl==2.2.0
 google-cloud-bigquery-datatransfer==3.0.0
 google-cloud-bigquery-storage==2.3.0
 google-cloud-bigquery==1.28.0
@@ -231,7 +231,7 @@ google-cloud-build==2.0.0
 google-cloud-container==1.0.1
 google-cloud-core==1.6.0
 google-cloud-datacatalog==3.0.0
-google-cloud-dataproc==2.2.0
+google-cloud-dataproc==2.3.0
 google-cloud-datastore==1.15.3
 google-cloud-dlp==1.0.0
 google-cloud-kms==2.2.0
@@ -241,7 +241,7 @@ google-cloud-memcache==0.3.0
 google-cloud-monitoring==2.0.1
 google-cloud-os-login==2.1.0
 google-cloud-pubsub==2.4.0
-google-cloud-redis==2.0.0
+google-cloud-redis==2.1.0
 google-cloud-secret-manager==1.0.0
 google-cloud-spanner==1.19.1
 google-cloud-speech==1.3.2
@@ -365,7 +365,7 @@ prison==0.1.3
 prometheus-client==0.8.0
 prompt-toolkit==3.0.16
 proto-plus==1.14.2
-protobuf==3.15.4
+protobuf==3.15.5
 psutil==5.8.0
 psycopg2-binary==2.8.6
 ptyprocess==0.7.0
@@ -437,11 +437,11 @@ sentry-sdk==0.20.3
 setproctitle==1.2.2
 simple-salesforce==1.10.1
 six==1.15.0
-slack-sdk==3.4.1
+slack-sdk==3.4.2
 smmap==3.0.5
 snakebite-py3==3.0.5
 snowballstemmer==2.1.0
-snowflake-connector-python==2.4.0
+snowflake-connector-python==2.4.1
 snowflake-sqlalchemy==1.2.4
 sortedcontainers==2.3.0
 soupsieve==2.2
@@ -462,7 +462,7 @@ sphinxcontrib-qthelp==1.0.3
 sphinxcontrib-redoc==1.6.0
 sphinxcontrib-serializinghtml==1.1.4
 sphinxcontrib-spelling==5.2.1
-spython==0.0.85
+spython==0.1.1
 sshpubkeys==3.3.1
 sshtunnel==0.1.5
 starkbank-ecdsa==1.1.0
@@ -480,7 +480,7 @@ thrift==0.13.0
 toml==0.10.2
 toolz==0.11.1
 tornado==6.1
-tqdm==4.58.0
+tqdm==4.59.0
 traitlets==4.3.3
 typed-ast==1.4.2
 typing-extensions==3.7.4.3
@@ -504,6 +504,6 @@ yandexcloud==0.75.0
 yarl==1.6.3
 zdesk==2.7.1
 zict==2.0.0
-zipp==3.4.0
+zipp==3.4.1
 zope.event==4.5.0
 zope.interface==5.2.0
diff --git a/constraints-3.7.txt b/constraints-3.7.txt
index faf746f..40e927e 100644
--- a/constraints-3.7.txt
+++ b/constraints-3.7.txt
@@ -35,9 +35,9 @@ Unidecode==1.2.0
 WTForms==2.3.3
 Werkzeug==1.0.1
 adal==1.2.6
-aiohttp==3.7.4
+aiohttp==3.7.4.post0
 alabaster==0.7.12
-alembic==1.5.5
+alembic==1.5.6
 amqp==2.6.1
 analytics-python==1.2.9
 ansiwrap==0.8.4
@@ -214,13 +214,13 @@ gevent==21.1.2
 gitdb==4.0.5
 github3.py==2.0.0
 google-ads==7.0.0
-google-api-core==1.26.0
+google-api-core==1.26.1
 google-api-python-client==1.12.8
 google-apitools==0.5.31
-google-auth-httplib2==0.0.4
-google-auth-oauthlib==0.4.2
-google-auth==1.27.0
-google-cloud-automl==2.1.0
+google-auth-httplib2==0.1.0
+google-auth-oauthlib==0.4.3
+google-auth==1.27.1
+google-cloud-automl==2.2.0
 google-cloud-bigquery-datatransfer==3.0.0
 google-cloud-bigquery-storage==2.3.0
 google-cloud-bigquery==1.28.0
@@ -229,7 +229,7 @@ google-cloud-build==2.0.0
 google-cloud-container==1.0.1
 google-cloud-core==1.6.0
 google-cloud-datacatalog==3.0.0
-google-cloud-dataproc==2.2.0
+google-cloud-dataproc==2.3.0
 google-cloud-datastore==1.15.3
 google-cloud-dlp==1.0.0
 google-cloud-kms==2.2.0
@@ -239,7 +239,7 @@ google-cloud-memcache==0.3.0
 google-cloud-monitoring==2.0.1
 google-cloud-os-login==2.1.0
 google-cloud-pubsub==2.4.0
-google-cloud-redis==2.0.0
+google-cloud-redis==2.1.0
 google-cloud-secret-manager==1.0.0
 google-cloud-spanner==1.19.1
 google-cloud-speech==1.3.2
@@ -360,7 +360,7 @@ prison==0.1.3
 prometheus-client==0.8.0
 prompt-toolkit==3.0.16
 proto-plus==1.14.2
-protobuf==3.15.4
+protobuf==3.15.5
 psutil==5.8.0
 psycopg2-binary==2.8.6
 ptyprocess==0.7.0
@@ -432,11 +432,11 @@ sentry-sdk==0.20.3
 setproctitle==1.2.2
 simple-salesforce==1.10.1
 six==1.15.0
-slack-sdk==3.4.1
+slack-sdk==3.4.2
 smmap==3.0.5
 snakebite-py3==3.0.5
 snowballstemmer==2.1.0
-snowflake-connector-python==2.4.0
+snowflake-connector-python==2.4.1
 snowflake-sqlalchemy==1.2.4
 sortedcontainers==2.3.0
 soupsieve==2.2
@@ -457,7 +457,7 @@ sphinxcontrib-qthelp==1.0.3
 sphinxcontrib-redoc==1.6.0
 sphinxcontrib-serializinghtml==1.1.4
 sphinxcontrib-spelling==5.2.1
-spython==0.0.85
+spython==0.1.1
 sshpubkeys==3.3.1
 sshtunnel==0.1.5
 starkbank-ecdsa==1.1.0
@@ -475,7 +475,7 @@ thrift==0.13.0
 toml==0.10.2
 toolz==0.11.1
 tornado==6.1
-tqdm==4.58.0
+tqdm==4.59.0
 traitlets==5.0.5
 typed-ast==1.4.2
 typing-extensions==3.7.4.3
@@ -498,6 +498,6 @@ yandexcloud==0.75.0
 yarl==1.6.3
 zdesk==2.7.1
 zict==2.0.0
-zipp==3.4.0
+zipp==3.4.1
 zope.event==4.5.0
 zope.interface==5.2.0
diff --git a/constraints-3.8.txt b/constraints-3.8.txt
index faf746f..0b0b3a8 100644
--- a/constraints-3.8.txt
+++ b/constraints-3.8.txt
@@ -35,9 +35,9 @@ Unidecode==1.2.0
 WTForms==2.3.3
 Werkzeug==1.0.1
 adal==1.2.6
-aiohttp==3.7.4
+aiohttp==3.7.4.post0
 alabaster==0.7.12
-alembic==1.5.5
+alembic==1.5.6
 amqp==2.6.1
 analytics-python==1.2.9
 ansiwrap==0.8.4
@@ -152,7 +152,6 @@ boto3==1.15.18
 boto==2.49.0
 botocore==1.18.18
 bowler==0.9.0
-cached-property==1.5.2
 cachetools==4.2.1
 cassandra-driver==3.20.2
 cattrs==1.3.0
@@ -214,13 +213,13 @@ gevent==21.1.2
 gitdb==4.0.5
 github3.py==2.0.0
 google-ads==7.0.0
-google-api-core==1.26.0
+google-api-core==1.26.1
 google-api-python-client==1.12.8
 google-apitools==0.5.31
-google-auth-httplib2==0.0.4
-google-auth-oauthlib==0.4.2
-google-auth==1.27.0
-google-cloud-automl==2.1.0
+google-auth-httplib2==0.1.0
+google-auth-oauthlib==0.4.3
+google-auth==1.27.1
+google-cloud-automl==2.2.0
 google-cloud-bigquery-datatransfer==3.0.0
 google-cloud-bigquery-storage==2.3.0
 google-cloud-bigquery==1.28.0
@@ -229,7 +228,7 @@ google-cloud-build==2.0.0
 google-cloud-container==1.0.1
 google-cloud-core==1.6.0
 google-cloud-datacatalog==3.0.0
-google-cloud-dataproc==2.2.0
+google-cloud-dataproc==2.3.0
 google-cloud-datastore==1.15.3
 google-cloud-dlp==1.0.0
 google-cloud-kms==2.2.0
@@ -239,7 +238,7 @@ google-cloud-memcache==0.3.0
 google-cloud-monitoring==2.0.1
 google-cloud-os-login==2.1.0
 google-cloud-pubsub==2.4.0
-google-cloud-redis==2.0.0
+google-cloud-redis==2.1.0
 google-cloud-secret-manager==1.0.0
 google-cloud-spanner==1.19.1
 google-cloud-speech==1.3.2
@@ -360,7 +359,7 @@ prison==0.1.3
 prometheus-client==0.8.0
 prompt-toolkit==3.0.16
 proto-plus==1.14.2
-protobuf==3.15.4
+protobuf==3.15.5
 psutil==5.8.0
 psycopg2-binary==2.8.6
 ptyprocess==0.7.0
@@ -432,11 +431,11 @@ sentry-sdk==0.20.3
 setproctitle==1.2.2
 simple-salesforce==1.10.1
 six==1.15.0
-slack-sdk==3.4.1
+slack-sdk==3.4.2
 smmap==3.0.5
 snakebite-py3==3.0.5
 snowballstemmer==2.1.0
-snowflake-connector-python==2.4.0
+snowflake-connector-python==2.4.1
 snowflake-sqlalchemy==1.2.4
 sortedcontainers==2.3.0
 soupsieve==2.2
@@ -457,7 +456,7 @@ sphinxcontrib-qthelp==1.0.3
 sphinxcontrib-redoc==1.6.0
 sphinxcontrib-serializinghtml==1.1.4
 sphinxcontrib-spelling==5.2.1
-spython==0.0.85
+spython==0.1.1
 sshpubkeys==3.3.1
 sshtunnel==0.1.5
 starkbank-ecdsa==1.1.0
@@ -475,7 +474,7 @@ thrift==0.13.0
 toml==0.10.2
 toolz==0.11.1
 tornado==6.1
-tqdm==4.58.0
+tqdm==4.59.0
 traitlets==5.0.5
 typed-ast==1.4.2
 typing-extensions==3.7.4.3
@@ -498,6 +497,6 @@ yandexcloud==0.75.0
 yarl==1.6.3
 zdesk==2.7.1
 zict==2.0.0
-zipp==3.4.0
+zipp==3.4.1
 zope.event==4.5.0
 zope.interface==5.2.0
diff --git a/constraints-no-providers-3.6.txt b/constraints-no-providers-3.6.txt
index 09ecdeb..a55aaf8 100644
--- a/constraints-no-providers-3.6.txt
+++ b/constraints-no-providers-3.6.txt
@@ -24,7 +24,7 @@ SQLAlchemy-Utils==0.36.8
 SQLAlchemy==1.3.23
 WTForms==2.3.3
 Werkzeug==1.0.1
-alembic==1.5.5
+alembic==1.5.6
 amqp==2.6.1
 apispec==3.3.2
 appdirs==1.4.4
@@ -51,7 +51,7 @@ connexion==2.7.0
 contextvars==2.4
 croniter==0.3.37
 cryptography==3.4.6
-dask==2021.2.0
+dask==2021.3.0
 dataclasses==0.7
 defusedxml==0.7.0
 dill==0.3.3
@@ -64,7 +64,7 @@ eventlet==0.30.2
 filelock==3.0.12
 flower==0.9.7
 gevent==21.1.2
-google-auth==1.27.0
+google-auth==1.27.1
 graphviz==0.16
 greenlet==1.0.0
 gunicorn==19.10.0
@@ -143,6 +143,6 @@ vine==1.3.0
 virtualenv==20.4.2
 websocket-client==0.58.0
 zict==2.0.0
-zipp==3.4.0
+zipp==3.4.1
 zope.event==4.5.0
 zope.interface==5.2.0
diff --git a/constraints-no-providers-3.7.txt b/constraints-no-providers-3.7.txt
index cc25765..20e6e1c 100644
--- a/constraints-no-providers-3.7.txt
+++ b/constraints-no-providers-3.7.txt
@@ -24,7 +24,7 @@ SQLAlchemy-Utils==0.36.8
 SQLAlchemy==1.3.23
 WTForms==2.3.3
 Werkzeug==1.0.1
-alembic==1.5.5
+alembic==1.5.6
 amqp==2.6.1
 apispec==3.3.2
 appdirs==1.4.4
@@ -50,7 +50,7 @@ commonmark==0.9.1
 connexion==2.7.0
 croniter==0.3.37
 cryptography==3.4.6
-dask==2021.2.0
+dask==2021.3.0
 defusedxml==0.7.0
 dill==0.3.3
 distlib==0.3.1
@@ -62,7 +62,7 @@ eventlet==0.30.2
 filelock==3.0.12
 flower==0.9.7
 gevent==21.1.2
-google-auth==1.27.0
+google-auth==1.27.1
 graphviz==0.16
 greenlet==1.0.0
 gunicorn==19.10.0
@@ -138,6 +138,6 @@ vine==1.3.0
 virtualenv==20.4.2
 websocket-client==0.58.0
 zict==2.0.0
-zipp==3.4.0
+zipp==3.4.1
 zope.event==4.5.0
 zope.interface==5.2.0
diff --git a/constraints-no-providers-3.8.txt b/constraints-no-providers-3.8.txt
index cc25765..8f737f8 100644
--- a/constraints-no-providers-3.8.txt
+++ b/constraints-no-providers-3.8.txt
@@ -24,7 +24,7 @@ SQLAlchemy-Utils==0.36.8
 SQLAlchemy==1.3.23
 WTForms==2.3.3
 Werkzeug==1.0.1
-alembic==1.5.5
+alembic==1.5.6
 amqp==2.6.1
 apispec==3.3.2
 appdirs==1.4.4
@@ -33,7 +33,6 @@ attrs==20.3.0
 bcrypt==3.2.0
 billiard==3.6.3.0
 blinker==1.4
-cached-property==1.5.2
 cachetools==4.2.1
 cattrs==1.3.0
 celery==4.4.7
@@ -50,7 +49,7 @@ commonmark==0.9.1
 connexion==2.7.0
 croniter==0.3.37
 cryptography==3.4.6
-dask==2021.2.0
+dask==2021.3.0
 defusedxml==0.7.0
 dill==0.3.3
 distlib==0.3.1
@@ -62,7 +61,7 @@ eventlet==0.30.2
 filelock==3.0.12
 flower==0.9.7
 gevent==21.1.2
-google-auth==1.27.0
+google-auth==1.27.1
 graphviz==0.16
 greenlet==1.0.0
 gunicorn==19.10.0
@@ -138,6 +137,6 @@ vine==1.3.0
 virtualenv==20.4.2
 websocket-client==0.58.0
 zict==2.0.0
-zipp==3.4.0
+zipp==3.4.1
 zope.event==4.5.0
 zope.interface==5.2.0
diff --git a/constraints-source-providers-3.8.txt b/constraints-source-providers-3.8.txt
index 08cd3ac..e6e0e84 100644
--- a/constraints-source-providers-3.8.txt
+++ b/constraints-source-providers-3.8.txt
@@ -86,7 +86,6 @@ boto3==1.15.18
 boto==2.49.0
 botocore==1.18.18
 bowler==0.9.0
-cached-property==1.5.2
 cachetools==4.2.1
 cassandra-driver==3.20.2
 cattrs==1.2.0