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/09/17 08:05:53 UTC

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

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 5bde671406 Updating constraints. Build id:3072422360
5bde671406 is described below

commit 5bde671406126950dfb7da44fd58eb5226a1cb73
Author: Automated GitHub Actions commit <de...@airflow.apache.org>
AuthorDate: Sat Sep 17 08:05:44 2022 +0000

    Updating constraints. Build id:3072422360
    
    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 3cc0b202084dcf695184f522b26f5c0f4a022344.
    
    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                  | 23 ++++++++++++-----------
 constraints-3.7.txt                   | 19 ++++++++++---------
 constraints-3.8.txt                   | 23 ++++++++++++-----------
 constraints-3.9.txt                   | 23 ++++++++++++-----------
 constraints-no-providers-3.10.txt     |  8 ++++----
 constraints-no-providers-3.7.txt      |  4 ++--
 constraints-no-providers-3.8.txt      |  8 ++++----
 constraints-no-providers-3.9.txt      |  8 ++++----
 constraints-source-providers-3.10.txt | 23 ++++++++++++-----------
 constraints-source-providers-3.7.txt  | 19 ++++++++++---------
 constraints-source-providers-3.8.txt  | 23 ++++++++++++-----------
 constraints-source-providers-3.9.txt  | 23 ++++++++++++-----------
 12 files changed, 106 insertions(+), 98 deletions(-)

diff --git a/constraints-3.10.txt b/constraints-3.10.txt
index 6dc0de15b3..799b547ed7 100644
--- a/constraints-3.10.txt
+++ b/constraints-3.10.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2022-09-15T16:50:24Z
+# This constraints file was automatically generated on 2022-09-17T08:05:00Z
 # 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.
@@ -178,9 +178,9 @@ billiard==3.6.4.0
 black==22.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.73
+boto3==1.24.75
 boto==2.49.0
-botocore==1.27.73
+botocore==1.27.75
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -214,7 +214,7 @@ cron-descriptor==1.2.31
 croniter==1.3.7
 cryptography==36.0.2
 curlify==2.2.1
-dask==2022.9.0
+dask==2022.9.1
 databricks-sql-connector==2.0.2
 datadog==0.44.0
 db-dtypes==1.0.3
@@ -222,7 +222,7 @@ decorator==5.1.1
 defusedxml==0.7.1
 dill==0.3.1.1
 distlib==0.3.6
-distributed==2022.9.0
+distributed==2022.9.1
 dnspython==2.2.1
 docker==6.0.0
 docopt==0.6.2
@@ -311,7 +311,7 @@ greenlet==1.1.3
 grpc-google-iam-v1==0.12.4
 grpcio-gcp==0.2.2
 grpcio-status==1.48.1
-grpcio==1.48.1
+grpcio==1.49.0
 gssapi==1.8.1
 gunicorn==20.1.0
 h11==0.12.0
@@ -321,7 +321,7 @@ httpcore==0.15.0
 httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
-hvac==0.11.2
+hvac==1.0.0
 identify==2.5.5
 idna==3.4
 ijson==3.1.4
@@ -367,7 +367,7 @@ markdown-it-py==2.1.0
 marshmallow-enum==1.5.1
 marshmallow-oneofschema==3.0.1
 marshmallow-sqlalchemy==0.26.1
-marshmallow==3.17.1
+marshmallow==3.18.0
 matplotlib-inline==0.1.6
 mccabe==0.7.0
 mdit-py-plugins==0.3.0
@@ -460,6 +460,7 @@ pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.5.0
 pygraphviz==1.10
+pyhcl==0.4.4
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -504,7 +505,7 @@ requests-mock==1.10.0
 requests-ntlm==1.1.0
 requests-oauthlib==1.3.1
 requests-toolbelt==0.9.1
-requests==2.28.0
+requests==2.27.1
 responses==0.21.0
 rfc3986==1.5.0
 rich-click==1.5.2
@@ -596,7 +597,7 @@ types-requests==2.28.10
 types-setuptools==65.3.0
 types-six==1.16.19
 types-tabulate==0.8.11
-types-termcolor==1.1.5
+types-termcolor==1.1.6
 types-toml==0.10.8
 types-urllib3==1.26.24
 typing_extensions==4.3.0
@@ -619,7 +620,7 @@ websocket-client==1.4.1
 wrapt==1.14.1
 xmltodict==0.13.0
 yamllint==1.28.0
-yandexcloud==0.182.0
+yandexcloud==0.183.0
 yarl==1.8.1
 zeep==4.1.0
 zenpy==2.0.25
diff --git a/constraints-3.7.txt b/constraints-3.7.txt
index b6a712ec6e..39a8dd4093 100644
--- a/constraints-3.7.txt
+++ b/constraints-3.7.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2022-09-15T16:51:07Z
+# This constraints file was automatically generated on 2022-09-17T08:05:40Z
 # 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.
@@ -178,9 +178,9 @@ billiard==3.6.4.0
 black==22.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.73
+boto3==1.24.75
 boto==2.49.0
-botocore==1.27.73
+botocore==1.27.75
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -310,7 +310,7 @@ greenlet==1.1.3
 grpc-google-iam-v1==0.12.4
 grpcio-gcp==0.2.2
 grpcio-status==1.48.1
-grpcio==1.48.1
+grpcio==1.49.0
 gssapi==1.8.1
 gunicorn==20.1.0
 h11==0.12.0
@@ -320,7 +320,7 @@ httpcore==0.15.0
 httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
-hvac==0.11.2
+hvac==1.0.0
 identify==2.5.5
 idna==3.4
 ijson==3.1.4
@@ -367,7 +367,7 @@ markdown-it-py==2.1.0
 marshmallow-enum==1.5.1
 marshmallow-oneofschema==3.0.1
 marshmallow-sqlalchemy==0.26.1
-marshmallow==3.17.1
+marshmallow==3.18.0
 matplotlib-inline==0.1.6
 mccabe==0.6.1
 mdit-py-plugins==0.3.0
@@ -460,6 +460,7 @@ pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.3.1
 pygraphviz==1.7
+pyhcl==0.4.4
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -504,7 +505,7 @@ requests-mock==1.10.0
 requests-ntlm==1.1.0
 requests-oauthlib==1.3.1
 requests-toolbelt==0.9.1
-requests==2.28.0
+requests==2.27.1
 responses==0.21.0
 rfc3986==1.5.0
 rich-click==1.5.2
@@ -596,7 +597,7 @@ types-requests==2.28.10
 types-setuptools==65.3.0
 types-six==1.16.19
 types-tabulate==0.8.11
-types-termcolor==1.1.5
+types-termcolor==1.1.6
 types-toml==0.10.8
 types-urllib3==1.26.24
 typing_extensions==4.3.0
@@ -619,7 +620,7 @@ websocket-client==1.4.1
 wrapt==1.14.1
 xmltodict==0.13.0
 yamllint==1.28.0
-yandexcloud==0.182.0
+yandexcloud==0.183.0
 yarl==1.8.1
 zeep==4.1.0
 zenpy==2.0.25
diff --git a/constraints-3.8.txt b/constraints-3.8.txt
index bfd9a41880..b095f2a978 100644
--- a/constraints-3.8.txt
+++ b/constraints-3.8.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2022-09-15T16:50:57Z
+# This constraints file was automatically generated on 2022-09-17T08:05:31Z
 # 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.
@@ -179,9 +179,9 @@ billiard==3.6.4.0
 black==22.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.73
+boto3==1.24.75
 boto==2.49.0
-botocore==1.27.73
+botocore==1.27.75
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -215,7 +215,7 @@ cron-descriptor==1.2.31
 croniter==1.3.7
 cryptography==36.0.2
 curlify==2.2.1
-dask==2022.9.0
+dask==2022.9.1
 databricks-sql-connector==2.0.2
 datadog==0.44.0
 db-dtypes==1.0.3
@@ -223,7 +223,7 @@ decorator==5.1.1
 defusedxml==0.7.1
 dill==0.3.1.1
 distlib==0.3.6
-distributed==2022.9.0
+distributed==2022.9.1
 dnspython==2.2.1
 docker==6.0.0
 docopt==0.6.2
@@ -312,7 +312,7 @@ greenlet==1.1.3
 grpc-google-iam-v1==0.12.4
 grpcio-gcp==0.2.2
 grpcio-status==1.48.1
-grpcio==1.48.1
+grpcio==1.49.0
 gssapi==1.8.1
 gunicorn==20.1.0
 h11==0.12.0
@@ -322,7 +322,7 @@ httpcore==0.15.0
 httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
-hvac==0.11.2
+hvac==1.0.0
 identify==2.5.5
 idna==3.4
 ijson==3.1.4
@@ -369,7 +369,7 @@ markdown-it-py==2.1.0
 marshmallow-enum==1.5.1
 marshmallow-oneofschema==3.0.1
 marshmallow-sqlalchemy==0.26.1
-marshmallow==3.17.1
+marshmallow==3.18.0
 matplotlib-inline==0.1.6
 mccabe==0.7.0
 mdit-py-plugins==0.3.0
@@ -463,6 +463,7 @@ pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.5.0
 pygraphviz==1.10
+pyhcl==0.4.4
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -507,7 +508,7 @@ requests-mock==1.10.0
 requests-ntlm==1.1.0
 requests-oauthlib==1.3.1
 requests-toolbelt==0.9.1
-requests==2.28.0
+requests==2.27.1
 responses==0.21.0
 rfc3986==1.5.0
 rich-click==1.5.2
@@ -599,7 +600,7 @@ types-requests==2.28.10
 types-setuptools==65.3.0
 types-six==1.16.19
 types-tabulate==0.8.11
-types-termcolor==1.1.5
+types-termcolor==1.1.6
 types-toml==0.10.8
 types-urllib3==1.26.24
 typing_extensions==4.3.0
@@ -622,7 +623,7 @@ websocket-client==1.4.1
 wrapt==1.14.1
 xmltodict==0.13.0
 yamllint==1.28.0
-yandexcloud==0.182.0
+yandexcloud==0.183.0
 yarl==1.8.1
 zeep==4.1.0
 zenpy==2.0.25
diff --git a/constraints-3.9.txt b/constraints-3.9.txt
index 5f039a0019..5aa9b59907 100644
--- a/constraints-3.9.txt
+++ b/constraints-3.9.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2022-09-15T16:50:55Z
+# This constraints file was automatically generated on 2022-09-17T08:05:29Z
 # 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.
@@ -178,9 +178,9 @@ billiard==3.6.4.0
 black==22.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.73
+boto3==1.24.75
 boto==2.49.0
-botocore==1.27.73
+botocore==1.27.75
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -214,7 +214,7 @@ cron-descriptor==1.2.31
 croniter==1.3.7
 cryptography==36.0.2
 curlify==2.2.1
-dask==2022.9.0
+dask==2022.9.1
 databricks-sql-connector==2.0.2
 datadog==0.44.0
 db-dtypes==1.0.3
@@ -222,7 +222,7 @@ decorator==5.1.1
 defusedxml==0.7.1
 dill==0.3.1.1
 distlib==0.3.6
-distributed==2022.9.0
+distributed==2022.9.1
 dnspython==2.2.1
 docker==6.0.0
 docopt==0.6.2
@@ -311,7 +311,7 @@ greenlet==1.1.3
 grpc-google-iam-v1==0.12.4
 grpcio-gcp==0.2.2
 grpcio-status==1.48.1
-grpcio==1.48.1
+grpcio==1.49.0
 gssapi==1.8.1
 gunicorn==20.1.0
 h11==0.12.0
@@ -321,7 +321,7 @@ httpcore==0.15.0
 httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
-hvac==0.11.2
+hvac==1.0.0
 identify==2.5.5
 idna==3.4
 ijson==3.1.4
@@ -367,7 +367,7 @@ markdown-it-py==2.1.0
 marshmallow-enum==1.5.1
 marshmallow-oneofschema==3.0.1
 marshmallow-sqlalchemy==0.26.1
-marshmallow==3.17.1
+marshmallow==3.18.0
 matplotlib-inline==0.1.6
 mccabe==0.7.0
 mdit-py-plugins==0.3.0
@@ -460,6 +460,7 @@ pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.5.0
 pygraphviz==1.10
+pyhcl==0.4.4
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -504,7 +505,7 @@ requests-mock==1.10.0
 requests-ntlm==1.1.0
 requests-oauthlib==1.3.1
 requests-toolbelt==0.9.1
-requests==2.28.0
+requests==2.27.1
 responses==0.21.0
 rfc3986==1.5.0
 rich-click==1.5.2
@@ -596,7 +597,7 @@ types-requests==2.28.10
 types-setuptools==65.3.0
 types-six==1.16.19
 types-tabulate==0.8.11
-types-termcolor==1.1.5
+types-termcolor==1.1.6
 types-toml==0.10.8
 types-urllib3==1.26.24
 typing_extensions==4.3.0
@@ -619,7 +620,7 @@ websocket-client==1.4.1
 wrapt==1.14.1
 xmltodict==0.13.0
 yamllint==1.28.0
-yandexcloud==0.182.0
+yandexcloud==0.183.0
 yarl==1.8.1
 zeep==4.1.0
 zenpy==2.0.25
diff --git a/constraints-no-providers-3.10.txt b/constraints-no-providers-3.10.txt
index e60f29ed0d..7215c7ace9 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-09-15T16:47:38Z
+# This constraints file was automatically generated on 2022-09-17T08:02: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.
@@ -64,11 +64,11 @@ connexion==2.14.1
 cron-descriptor==1.2.31
 croniter==1.3.7
 cryptography==38.0.1
-dask==2022.9.0
+dask==2022.9.1
 decorator==5.1.1
 dill==0.3.2
 distlib==0.3.6
-distributed==2022.9.0
+distributed==2022.9.1
 dnspython==2.2.1
 docutils==0.19
 email-validator==1.2.1
@@ -103,7 +103,7 @@ markdown-it-py==2.1.0
 marshmallow-enum==1.5.1
 marshmallow-oneofschema==3.0.1
 marshmallow-sqlalchemy==0.26.1
-marshmallow==3.17.1
+marshmallow==3.18.0
 mdit-py-plugins==0.3.0
 mdurl==0.1.2
 msgpack==1.0.4
diff --git a/constraints-no-providers-3.7.txt b/constraints-no-providers-3.7.txt
index 068b375326..13e3917bfc 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-09-15T16:48:26Z
+# This constraints file was automatically generated on 2022-09-17T08:03:00Z
 # 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.
@@ -106,7 +106,7 @@ markdown-it-py==2.1.0
 marshmallow-enum==1.5.1
 marshmallow-oneofschema==3.0.1
 marshmallow-sqlalchemy==0.26.1
-marshmallow==3.17.1
+marshmallow==3.18.0
 mdit-py-plugins==0.3.0
 mdurl==0.1.2
 msgpack==1.0.4
diff --git a/constraints-no-providers-3.8.txt b/constraints-no-providers-3.8.txt
index 05f8bc4525..9b9a1e10c1 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-09-15T16:48:13Z
+# This constraints file was automatically generated on 2022-09-17T08:02: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.
@@ -64,11 +64,11 @@ connexion==2.14.1
 cron-descriptor==1.2.31
 croniter==1.3.7
 cryptography==38.0.1
-dask==2022.9.0
+dask==2022.9.1
 decorator==5.1.1
 dill==0.3.2
 distlib==0.3.6
-distributed==2022.9.0
+distributed==2022.9.1
 dnspython==2.2.1
 docutils==0.19
 email-validator==1.2.1
@@ -105,7 +105,7 @@ markdown-it-py==2.1.0
 marshmallow-enum==1.5.1
 marshmallow-oneofschema==3.0.1
 marshmallow-sqlalchemy==0.26.1
-marshmallow==3.17.1
+marshmallow==3.18.0
 mdit-py-plugins==0.3.0
 mdurl==0.1.2
 msgpack==1.0.4
diff --git a/constraints-no-providers-3.9.txt b/constraints-no-providers-3.9.txt
index 0e89fb425e..9848fbc805 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-09-15T16:48:16Z
+# This constraints file was automatically generated on 2022-09-17T08:02:53Z
 # 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.
@@ -64,11 +64,11 @@ connexion==2.14.1
 cron-descriptor==1.2.31
 croniter==1.3.7
 cryptography==38.0.1
-dask==2022.9.0
+dask==2022.9.1
 decorator==5.1.1
 dill==0.3.2
 distlib==0.3.6
-distributed==2022.9.0
+distributed==2022.9.1
 dnspython==2.2.1
 docutils==0.19
 email-validator==1.2.1
@@ -104,7 +104,7 @@ markdown-it-py==2.1.0
 marshmallow-enum==1.5.1
 marshmallow-oneofschema==3.0.1
 marshmallow-sqlalchemy==0.26.1
-marshmallow==3.17.1
+marshmallow==3.18.0
 mdit-py-plugins==0.3.0
 mdurl==0.1.2
 msgpack==1.0.4
diff --git a/constraints-source-providers-3.10.txt b/constraints-source-providers-3.10.txt
index 3788e7efae..1196c22493 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-09-15T16:42:25Z
+# This constraints file was automatically generated on 2022-09-17T07:57:03Z
 # 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.
@@ -102,9 +102,9 @@ billiard==3.6.4.0
 black==22.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.73
+boto3==1.24.75
 boto==2.49.0
-botocore==1.27.73
+botocore==1.27.75
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -138,7 +138,7 @@ cron-descriptor==1.2.31
 croniter==1.3.7
 cryptography==36.0.2
 curlify==2.2.1
-dask==2022.9.0
+dask==2022.9.1
 databricks-sql-connector==2.0.2
 datadog==0.44.0
 db-dtypes==1.0.3
@@ -146,7 +146,7 @@ decorator==5.1.1
 defusedxml==0.7.1
 dill==0.3.1.1
 distlib==0.3.6
-distributed==2022.9.0
+distributed==2022.9.1
 dnspython==2.2.1
 docker==6.0.0
 docopt==0.6.2
@@ -235,7 +235,7 @@ greenlet==1.1.3
 grpc-google-iam-v1==0.12.4
 grpcio-gcp==0.2.2
 grpcio-status==1.48.1
-grpcio==1.48.1
+grpcio==1.49.0
 gssapi==1.8.1
 gunicorn==20.1.0
 h11==0.12.0
@@ -245,7 +245,7 @@ httpcore==0.15.0
 httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
-hvac==0.11.2
+hvac==1.0.0
 identify==2.5.5
 idna==3.4
 ijson==3.1.4
@@ -291,7 +291,7 @@ markdown-it-py==2.1.0
 marshmallow-enum==1.5.1
 marshmallow-oneofschema==3.0.1
 marshmallow-sqlalchemy==0.26.1
-marshmallow==3.17.1
+marshmallow==3.18.0
 matplotlib-inline==0.1.6
 mccabe==0.7.0
 mdit-py-plugins==0.3.0
@@ -384,6 +384,7 @@ pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.5.0
 pygraphviz==1.10
+pyhcl==0.4.4
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -428,7 +429,7 @@ requests-mock==1.10.0
 requests-ntlm==1.1.0
 requests-oauthlib==1.3.1
 requests-toolbelt==0.9.1
-requests==2.28.0
+requests==2.27.1
 responses==0.21.0
 rfc3986==1.5.0
 rich-click==1.5.2
@@ -519,7 +520,7 @@ types-requests==2.28.10
 types-setuptools==65.3.0
 types-six==1.16.19
 types-tabulate==0.8.11
-types-termcolor==1.1.5
+types-termcolor==1.1.6
 types-toml==0.10.8
 types-urllib3==1.26.24
 typing_extensions==4.3.0
@@ -542,7 +543,7 @@ websocket-client==1.4.1
 wrapt==1.14.1
 xmltodict==0.13.0
 yamllint==1.28.0
-yandexcloud==0.182.0
+yandexcloud==0.183.0
 yarl==1.8.1
 zeep==4.1.0
 zenpy==2.0.25
diff --git a/constraints-source-providers-3.7.txt b/constraints-source-providers-3.7.txt
index b3967a1e6e..63bb613f90 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-09-15T16:42:25Z
+# This constraints file was automatically generated on 2022-09-17T07:57:04Z
 # 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.
@@ -102,9 +102,9 @@ billiard==3.6.4.0
 black==22.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.73
+boto3==1.24.75
 boto==2.49.0
-botocore==1.27.73
+botocore==1.27.75
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -234,7 +234,7 @@ greenlet==1.1.3
 grpc-google-iam-v1==0.12.4
 grpcio-gcp==0.2.2
 grpcio-status==1.48.1
-grpcio==1.48.1
+grpcio==1.49.0
 gssapi==1.8.1
 gunicorn==20.1.0
 h11==0.12.0
@@ -244,7 +244,7 @@ httpcore==0.15.0
 httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
-hvac==0.11.2
+hvac==1.0.0
 identify==2.5.5
 idna==3.4
 ijson==3.1.4
@@ -291,7 +291,7 @@ markdown-it-py==2.1.0
 marshmallow-enum==1.5.1
 marshmallow-oneofschema==3.0.1
 marshmallow-sqlalchemy==0.26.1
-marshmallow==3.17.1
+marshmallow==3.18.0
 matplotlib-inline==0.1.6
 mccabe==0.6.1
 mdit-py-plugins==0.3.0
@@ -383,6 +383,7 @@ pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.3.1
 pygraphviz==1.7
+pyhcl==0.4.4
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -427,7 +428,7 @@ requests-mock==1.10.0
 requests-ntlm==1.1.0
 requests-oauthlib==1.3.1
 requests-toolbelt==0.9.1
-requests==2.28.0
+requests==2.27.1
 responses==0.21.0
 rfc3986==1.5.0
 rich-click==1.5.2
@@ -518,7 +519,7 @@ types-requests==2.28.10
 types-setuptools==65.3.0
 types-six==1.16.19
 types-tabulate==0.8.11
-types-termcolor==1.1.5
+types-termcolor==1.1.6
 types-toml==0.10.8
 types-urllib3==1.26.24
 typing_extensions==4.3.0
@@ -541,7 +542,7 @@ websocket-client==1.4.1
 wrapt==1.14.1
 xmltodict==0.13.0
 yamllint==1.28.0
-yandexcloud==0.182.0
+yandexcloud==0.183.0
 yarl==1.8.1
 zeep==4.1.0
 zenpy==2.0.25
diff --git a/constraints-source-providers-3.8.txt b/constraints-source-providers-3.8.txt
index e7d91d3091..d3041d52e9 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-09-15T16:42:25Z
+# This constraints file was automatically generated on 2022-09-17T07:57:03Z
 # 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.
@@ -103,9 +103,9 @@ billiard==3.6.4.0
 black==22.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.73
+boto3==1.24.75
 boto==2.49.0
-botocore==1.27.73
+botocore==1.27.75
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -139,7 +139,7 @@ cron-descriptor==1.2.31
 croniter==1.3.7
 cryptography==36.0.2
 curlify==2.2.1
-dask==2022.9.0
+dask==2022.9.1
 databricks-sql-connector==2.0.2
 datadog==0.44.0
 db-dtypes==1.0.3
@@ -147,7 +147,7 @@ decorator==5.1.1
 defusedxml==0.7.1
 dill==0.3.1.1
 distlib==0.3.6
-distributed==2022.9.0
+distributed==2022.9.1
 dnspython==2.2.1
 docker==6.0.0
 docopt==0.6.2
@@ -236,7 +236,7 @@ greenlet==1.1.3
 grpc-google-iam-v1==0.12.4
 grpcio-gcp==0.2.2
 grpcio-status==1.48.1
-grpcio==1.48.1
+grpcio==1.49.0
 gssapi==1.8.1
 gunicorn==20.1.0
 h11==0.12.0
@@ -246,7 +246,7 @@ httpcore==0.15.0
 httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
-hvac==0.11.2
+hvac==1.0.0
 identify==2.5.5
 idna==3.4
 ijson==3.1.4
@@ -293,7 +293,7 @@ markdown-it-py==2.1.0
 marshmallow-enum==1.5.1
 marshmallow-oneofschema==3.0.1
 marshmallow-sqlalchemy==0.26.1
-marshmallow==3.17.1
+marshmallow==3.18.0
 matplotlib-inline==0.1.6
 mccabe==0.7.0
 mdit-py-plugins==0.3.0
@@ -386,6 +386,7 @@ pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.5.0
 pygraphviz==1.10
+pyhcl==0.4.4
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -430,7 +431,7 @@ requests-mock==1.10.0
 requests-ntlm==1.1.0
 requests-oauthlib==1.3.1
 requests-toolbelt==0.9.1
-requests==2.28.0
+requests==2.27.1
 responses==0.21.0
 rfc3986==1.5.0
 rich-click==1.5.2
@@ -521,7 +522,7 @@ types-requests==2.28.10
 types-setuptools==65.3.0
 types-six==1.16.19
 types-tabulate==0.8.11
-types-termcolor==1.1.5
+types-termcolor==1.1.6
 types-toml==0.10.8
 types-urllib3==1.26.24
 typing_extensions==4.3.0
@@ -544,7 +545,7 @@ websocket-client==1.4.1
 wrapt==1.14.1
 xmltodict==0.13.0
 yamllint==1.28.0
-yandexcloud==0.182.0
+yandexcloud==0.183.0
 yarl==1.8.1
 zeep==4.1.0
 zenpy==2.0.25
diff --git a/constraints-source-providers-3.9.txt b/constraints-source-providers-3.9.txt
index 3788e7efae..1196c22493 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-09-15T16:42:25Z
+# This constraints file was automatically generated on 2022-09-17T07:57:03Z
 # 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.
@@ -102,9 +102,9 @@ billiard==3.6.4.0
 black==22.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.73
+boto3==1.24.75
 boto==2.49.0
-botocore==1.27.73
+botocore==1.27.75
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -138,7 +138,7 @@ cron-descriptor==1.2.31
 croniter==1.3.7
 cryptography==36.0.2
 curlify==2.2.1
-dask==2022.9.0
+dask==2022.9.1
 databricks-sql-connector==2.0.2
 datadog==0.44.0
 db-dtypes==1.0.3
@@ -146,7 +146,7 @@ decorator==5.1.1
 defusedxml==0.7.1
 dill==0.3.1.1
 distlib==0.3.6
-distributed==2022.9.0
+distributed==2022.9.1
 dnspython==2.2.1
 docker==6.0.0
 docopt==0.6.2
@@ -235,7 +235,7 @@ greenlet==1.1.3
 grpc-google-iam-v1==0.12.4
 grpcio-gcp==0.2.2
 grpcio-status==1.48.1
-grpcio==1.48.1
+grpcio==1.49.0
 gssapi==1.8.1
 gunicorn==20.1.0
 h11==0.12.0
@@ -245,7 +245,7 @@ httpcore==0.15.0
 httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
-hvac==0.11.2
+hvac==1.0.0
 identify==2.5.5
 idna==3.4
 ijson==3.1.4
@@ -291,7 +291,7 @@ markdown-it-py==2.1.0
 marshmallow-enum==1.5.1
 marshmallow-oneofschema==3.0.1
 marshmallow-sqlalchemy==0.26.1
-marshmallow==3.17.1
+marshmallow==3.18.0
 matplotlib-inline==0.1.6
 mccabe==0.7.0
 mdit-py-plugins==0.3.0
@@ -384,6 +384,7 @@ pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.5.0
 pygraphviz==1.10
+pyhcl==0.4.4
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -428,7 +429,7 @@ requests-mock==1.10.0
 requests-ntlm==1.1.0
 requests-oauthlib==1.3.1
 requests-toolbelt==0.9.1
-requests==2.28.0
+requests==2.27.1
 responses==0.21.0
 rfc3986==1.5.0
 rich-click==1.5.2
@@ -519,7 +520,7 @@ types-requests==2.28.10
 types-setuptools==65.3.0
 types-six==1.16.19
 types-tabulate==0.8.11
-types-termcolor==1.1.5
+types-termcolor==1.1.6
 types-toml==0.10.8
 types-urllib3==1.26.24
 typing_extensions==4.3.0
@@ -542,7 +543,7 @@ websocket-client==1.4.1
 wrapt==1.14.1
 xmltodict==0.13.0
 yamllint==1.28.0
-yandexcloud==0.182.0
+yandexcloud==0.183.0
 yarl==1.8.1
 zeep==4.1.0
 zenpy==2.0.25