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/08 11:59:47 UTC

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

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 4aac5e8f81 Updating constraints. Build id:3014419587
4aac5e8f81 is described below

commit 4aac5e8f81f7c212888e768ccd4e5839744e0f20
Author: Automated GitHub Actions commit <de...@airflow.apache.org>
AuthorDate: Thu Sep 8 11:59:30 2022 +0000

    Updating constraints. Build id:3014419587
    
    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 0235cf2d54d11e3ac9397a0ee324d83be2e87802.
    
    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                   | 23 +++++++++++++----------
 constraints-3.8.txt                   | 23 +++++++++++++----------
 constraints-3.9.txt                   | 23 +++++++++++++----------
 constraints-no-providers-3.10.txt     | 12 ++++++------
 constraints-no-providers-3.7.txt      | 12 ++++++------
 constraints-no-providers-3.8.txt      | 12 ++++++------
 constraints-no-providers-3.9.txt      | 12 ++++++------
 constraints-source-providers-3.10.txt | 25 ++++++++++++++-----------
 constraints-source-providers-3.7.txt  | 23 +++++++++++++----------
 constraints-source-providers-3.8.txt  | 25 ++++++++++++++-----------
 constraints-source-providers-3.9.txt  | 25 ++++++++++++++-----------
 12 files changed, 131 insertions(+), 107 deletions(-)

diff --git a/constraints-3.10.txt b/constraints-3.10.txt
index 1040a2d9d8..a0d50dd760 100644
--- a/constraints-3.10.txt
+++ b/constraints-3.10.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2022-09-06T10:56:42Z
+# This constraints file was automatically generated on 2022-09-08T11:58:46Z
 # 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.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.66
+boto3==1.24.68
 boto==2.49.0
-botocore==1.27.66
+botocore==1.27.68
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -189,9 +189,10 @@ celery==5.2.7
 certifi==2022.6.15
 cffi==1.15.1
 cfgv==3.3.1
-cfn-lint==0.63.2
+cfn-lint==0.64.1
 cgroupspy==0.2.2
 charset-normalizer==2.0.12
+checksumdir==1.2.0
 click-default-group==1.2.2
 click-didyoumean==0.3.0
 click-plugins==1.1.1
@@ -199,7 +200,7 @@ click-repl==0.2.0
 click==8.1.3
 clickclick==20.10.2
 cloudant==2.15.0
-cloudpickle==2.1.0
+cloudpickle==2.2.0
 colorama==0.4.5
 colorlog==4.8.0
 commonmark==0.9.1
@@ -207,7 +208,7 @@ connexion==2.14.1
 coverage==6.4.4
 crcmod==1.7
 cron-descriptor==1.2.31
-croniter==1.3.5
+croniter==1.3.7
 cryptography==36.0.2
 curlify==2.2.1
 dask==2022.9.0
@@ -229,6 +230,7 @@ elasticsearch-dsl==7.4.0
 elasticsearch==7.13.4
 email-validator==1.2.1
 entrypoints==0.4
+eralchemy2==1.3.2
 eventlet==0.33.1
 exceptiongroup==1.0.0rc9
 execnet==1.9.0
@@ -314,7 +316,7 @@ httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
 hvac==0.11.2
-identify==2.5.4
+identify==2.5.5
 idna==3.3
 ijson==3.1.4
 imagesize==1.4.1
@@ -414,7 +416,7 @@ pendulum==2.1.2
 pexpect==4.8.0
 pickleshare==0.7.5
 pinotdb==0.4.5
-pipdeptree==2.3.0
+pipdeptree==2.3.1
 pipx==1.1.0
 pkginfo==1.8.3
 platformdirs==2.5.2
@@ -452,6 +454,7 @@ pydruid==0.6.3
 pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.5.0
+pygraphviz==1.10
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -590,7 +593,7 @@ types-six==1.16.19
 types-tabulate==0.8.11
 types-termcolor==1.1.5
 types-toml==0.10.8
-types-urllib3==1.26.23
+types-urllib3==1.26.24
 typing_extensions==4.3.0
 tzdata==2022.2
 tzlocal==4.2
@@ -602,7 +605,7 @@ urllib3==1.26.12
 userpath==1.8.0
 vertica-python==1.1.1
 vine==5.0.0
-virtualenv==20.16.4
+virtualenv==20.16.5
 volatile==2.1.0
 watchtower==2.0.1
 wcwidth==0.2.5
diff --git a/constraints-3.7.txt b/constraints-3.7.txt
index b612aab7c6..a301454cd0 100644
--- a/constraints-3.7.txt
+++ b/constraints-3.7.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2022-09-06T10:57:18Z
+# This constraints file was automatically generated on 2022-09-08T11:59:27Z
 # 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.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.66
+boto3==1.24.68
 boto==2.49.0
-botocore==1.27.66
+botocore==1.27.68
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -189,9 +189,10 @@ celery==5.2.7
 certifi==2022.6.15
 cffi==1.15.1
 cfgv==3.3.1
-cfn-lint==0.63.2
+cfn-lint==0.64.1
 cgroupspy==0.2.2
 charset-normalizer==2.0.12
+checksumdir==1.2.0
 click-default-group==1.2.2
 click-didyoumean==0.3.0
 click-plugins==1.1.1
@@ -199,7 +200,7 @@ click-repl==0.2.0
 click==8.1.3
 clickclick==20.10.2
 cloudant==2.15.0
-cloudpickle==2.1.0
+cloudpickle==2.2.0
 colorama==0.4.5
 colorlog==4.8.0
 commonmark==0.9.1
@@ -207,7 +208,7 @@ connexion==2.14.1
 coverage==6.4.4
 crcmod==1.7
 cron-descriptor==1.2.31
-croniter==1.3.5
+croniter==1.3.7
 cryptography==36.0.2
 curlify==2.2.1
 dask==2022.2.0
@@ -229,6 +230,7 @@ elasticsearch-dsl==7.4.0
 elasticsearch==7.13.4
 email-validator==1.2.1
 entrypoints==0.4
+eralchemy2==1.3.2
 eventlet==0.33.1
 exceptiongroup==1.0.0rc9
 execnet==1.9.0
@@ -313,7 +315,7 @@ httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
 hvac==0.11.2
-identify==2.5.4
+identify==2.5.5
 idna==3.3
 ijson==3.1.4
 imagesize==1.4.1
@@ -414,7 +416,7 @@ pendulum==2.1.2
 pexpect==4.8.0
 pickleshare==0.7.5
 pinotdb==0.4.5
-pipdeptree==2.3.0
+pipdeptree==2.3.1
 pipx==1.1.0
 pkginfo==1.8.3
 pkgutil_resolve_name==1.3.10
@@ -452,6 +454,7 @@ pydruid==0.6.3
 pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.3.1
+pygraphviz==1.7
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -590,7 +593,7 @@ types-six==1.16.19
 types-tabulate==0.8.11
 types-termcolor==1.1.5
 types-toml==0.10.8
-types-urllib3==1.26.23
+types-urllib3==1.26.24
 typing_extensions==4.3.0
 tzdata==2022.2
 tzlocal==4.2
@@ -602,7 +605,7 @@ urllib3==1.26.12
 userpath==1.8.0
 vertica-python==1.1.1
 vine==5.0.0
-virtualenv==20.16.4
+virtualenv==20.16.5
 volatile==2.1.0
 watchtower==2.0.1
 wcwidth==0.2.5
diff --git a/constraints-3.8.txt b/constraints-3.8.txt
index 1a7eb1ea9f..ae34a699c9 100644
--- a/constraints-3.8.txt
+++ b/constraints-3.8.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2022-09-06T10:57:12Z
+# This constraints file was automatically generated on 2022-09-08T11:59:16Z
 # 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.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.66
+boto3==1.24.68
 boto==2.49.0
-botocore==1.27.66
+botocore==1.27.68
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -190,9 +190,10 @@ celery==5.2.7
 certifi==2022.6.15
 cffi==1.15.1
 cfgv==3.3.1
-cfn-lint==0.63.2
+cfn-lint==0.64.1
 cgroupspy==0.2.2
 charset-normalizer==2.0.12
+checksumdir==1.2.0
 click-default-group==1.2.2
 click-didyoumean==0.3.0
 click-plugins==1.1.1
@@ -200,7 +201,7 @@ click-repl==0.2.0
 click==8.1.3
 clickclick==20.10.2
 cloudant==2.15.0
-cloudpickle==2.1.0
+cloudpickle==2.2.0
 colorama==0.4.5
 colorlog==4.8.0
 commonmark==0.9.1
@@ -208,7 +209,7 @@ connexion==2.14.1
 coverage==6.4.4
 crcmod==1.7
 cron-descriptor==1.2.31
-croniter==1.3.5
+croniter==1.3.7
 cryptography==36.0.2
 curlify==2.2.1
 dask==2022.9.0
@@ -230,6 +231,7 @@ elasticsearch-dsl==7.4.0
 elasticsearch==7.13.4
 email-validator==1.2.1
 entrypoints==0.4
+eralchemy2==1.3.2
 eventlet==0.33.1
 exceptiongroup==1.0.0rc9
 execnet==1.9.0
@@ -315,7 +317,7 @@ httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
 hvac==0.11.2
-identify==2.5.4
+identify==2.5.5
 idna==3.3
 ijson==3.1.4
 imagesize==1.4.1
@@ -416,7 +418,7 @@ pendulum==2.1.2
 pexpect==4.8.0
 pickleshare==0.7.5
 pinotdb==0.4.5
-pipdeptree==2.3.0
+pipdeptree==2.3.1
 pipx==1.1.0
 pkginfo==1.8.3
 pkgutil_resolve_name==1.3.10
@@ -455,6 +457,7 @@ pydruid==0.6.3
 pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.5.0
+pygraphviz==1.10
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -593,7 +596,7 @@ types-six==1.16.19
 types-tabulate==0.8.11
 types-termcolor==1.1.5
 types-toml==0.10.8
-types-urllib3==1.26.23
+types-urllib3==1.26.24
 typing_extensions==4.3.0
 tzdata==2022.2
 tzlocal==4.2
@@ -605,7 +608,7 @@ urllib3==1.26.12
 userpath==1.8.0
 vertica-python==1.1.1
 vine==5.0.0
-virtualenv==20.16.4
+virtualenv==20.16.5
 volatile==2.1.0
 watchtower==2.0.1
 wcwidth==0.2.5
diff --git a/constraints-3.9.txt b/constraints-3.9.txt
index 35f485a461..dae4c46ab4 100644
--- a/constraints-3.9.txt
+++ b/constraints-3.9.txt
@@ -1,5 +1,5 @@
 #
-# This constraints file was automatically generated on 2022-09-06T10:57:10Z
+# This constraints file was automatically generated on 2022-09-08T11:59:20Z
 # 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.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.66
+boto3==1.24.68
 boto==2.49.0
-botocore==1.27.66
+botocore==1.27.68
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -189,9 +189,10 @@ celery==5.2.7
 certifi==2022.6.15
 cffi==1.15.1
 cfgv==3.3.1
-cfn-lint==0.63.2
+cfn-lint==0.64.1
 cgroupspy==0.2.2
 charset-normalizer==2.0.12
+checksumdir==1.2.0
 click-default-group==1.2.2
 click-didyoumean==0.3.0
 click-plugins==1.1.1
@@ -199,7 +200,7 @@ click-repl==0.2.0
 click==8.1.3
 clickclick==20.10.2
 cloudant==2.15.0
-cloudpickle==2.1.0
+cloudpickle==2.2.0
 colorama==0.4.5
 colorlog==4.8.0
 commonmark==0.9.1
@@ -207,7 +208,7 @@ connexion==2.14.1
 coverage==6.4.4
 crcmod==1.7
 cron-descriptor==1.2.31
-croniter==1.3.5
+croniter==1.3.7
 cryptography==36.0.2
 curlify==2.2.1
 dask==2022.9.0
@@ -229,6 +230,7 @@ elasticsearch-dsl==7.4.0
 elasticsearch==7.13.4
 email-validator==1.2.1
 entrypoints==0.4
+eralchemy2==1.3.2
 eventlet==0.33.1
 exceptiongroup==1.0.0rc9
 execnet==1.9.0
@@ -314,7 +316,7 @@ httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
 hvac==0.11.2
-identify==2.5.4
+identify==2.5.5
 idna==3.3
 ijson==3.1.4
 imagesize==1.4.1
@@ -414,7 +416,7 @@ pendulum==2.1.2
 pexpect==4.8.0
 pickleshare==0.7.5
 pinotdb==0.4.5
-pipdeptree==2.3.0
+pipdeptree==2.3.1
 pipx==1.1.0
 pkginfo==1.8.3
 platformdirs==2.5.2
@@ -452,6 +454,7 @@ pydruid==0.6.3
 pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.5.0
+pygraphviz==1.10
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -590,7 +593,7 @@ types-six==1.16.19
 types-tabulate==0.8.11
 types-termcolor==1.1.5
 types-toml==0.10.8
-types-urllib3==1.26.23
+types-urllib3==1.26.24
 typing_extensions==4.3.0
 tzdata==2022.2
 tzlocal==4.2
@@ -602,7 +605,7 @@ urllib3==1.26.12
 userpath==1.8.0
 vertica-python==1.1.1
 vine==5.0.0
-virtualenv==20.16.4
+virtualenv==20.16.5
 volatile==2.1.0
 watchtower==2.0.1
 wcwidth==0.2.5
diff --git a/constraints-no-providers-3.10.txt b/constraints-no-providers-3.10.txt
index 9ff343b291..01483757a4 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-06T10:54:00Z
+# This constraints file was automatically generated on 2022-09-08T11:56: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.
@@ -31,7 +31,7 @@ PyYAML==6.0
 Pygments==2.13.0
 SQLAlchemy-JSONField==1.0.0
 SQLAlchemy-Utils==0.38.3
-SQLAlchemy==1.4.40
+SQLAlchemy==1.4.41
 WTForms==2.3.3
 Werkzeug==2.2.2
 alembic==1.8.1
@@ -56,14 +56,14 @@ click-plugins==1.1.1
 click-repl==0.2.0
 click==8.1.3
 clickclick==20.10.2
-cloudpickle==2.1.0
+cloudpickle==2.2.0
 colorama==0.4.5
 colorlog==4.8.0
 commonmark==0.9.1
 connexion==2.14.1
 cron-descriptor==1.2.31
-croniter==1.3.5
-cryptography==37.0.4
+croniter==1.3.7
+cryptography==38.0.1
 dask==2022.9.0
 decorator==5.1.1
 dill==0.3.2
@@ -164,7 +164,7 @@ uc-micro-py==1.0.1
 unicodecsv==0.14.1
 urllib3==1.26.12
 vine==5.0.0
-virtualenv==20.16.4
+virtualenv==20.16.5
 wcwidth==0.2.5
 websocket-client==1.4.1
 wrapt==1.14.1
diff --git a/constraints-no-providers-3.7.txt b/constraints-no-providers-3.7.txt
index ff388f8515..79797a2227 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-06T10:54:45Z
+# This constraints file was automatically generated on 2022-09-08T11:56:50Z
 # 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.
@@ -31,7 +31,7 @@ PyYAML==6.0
 Pygments==2.13.0
 SQLAlchemy-JSONField==1.0.0
 SQLAlchemy-Utils==0.38.3
-SQLAlchemy==1.4.40
+SQLAlchemy==1.4.41
 WTForms==2.3.3
 Werkzeug==2.2.2
 alembic==1.8.1
@@ -57,14 +57,14 @@ click-plugins==1.1.1
 click-repl==0.2.0
 click==8.1.3
 clickclick==20.10.2
-cloudpickle==2.1.0
+cloudpickle==2.2.0
 colorama==0.4.5
 colorlog==4.8.0
 commonmark==0.9.1
 connexion==2.14.1
 cron-descriptor==1.2.31
-croniter==1.3.5
-cryptography==37.0.4
+croniter==1.3.7
+cryptography==38.0.1
 dask==2022.2.0
 decorator==5.1.1
 dill==0.3.2
@@ -168,7 +168,7 @@ uc-micro-py==1.0.1
 unicodecsv==0.14.1
 urllib3==1.26.12
 vine==5.0.0
-virtualenv==20.16.4
+virtualenv==20.16.5
 wcwidth==0.2.5
 websocket-client==1.4.1
 wrapt==1.14.1
diff --git a/constraints-no-providers-3.8.txt b/constraints-no-providers-3.8.txt
index 55b8c3f0aa..5877aed6cc 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-06T10:54:36Z
+# This constraints file was automatically generated on 2022-09-08T11:56:39Z
 # 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.
@@ -31,7 +31,7 @@ PyYAML==6.0
 Pygments==2.13.0
 SQLAlchemy-JSONField==1.0.0
 SQLAlchemy-Utils==0.38.3
-SQLAlchemy==1.4.40
+SQLAlchemy==1.4.41
 WTForms==2.3.3
 Werkzeug==2.2.2
 alembic==1.8.1
@@ -56,14 +56,14 @@ click-plugins==1.1.1
 click-repl==0.2.0
 click==8.1.3
 clickclick==20.10.2
-cloudpickle==2.1.0
+cloudpickle==2.2.0
 colorama==0.4.5
 colorlog==4.8.0
 commonmark==0.9.1
 connexion==2.14.1
 cron-descriptor==1.2.31
-croniter==1.3.5
-cryptography==37.0.4
+croniter==1.3.7
+cryptography==38.0.1
 dask==2022.9.0
 decorator==5.1.1
 dill==0.3.2
@@ -167,7 +167,7 @@ uc-micro-py==1.0.1
 unicodecsv==0.14.1
 urllib3==1.26.12
 vine==5.0.0
-virtualenv==20.16.4
+virtualenv==20.16.5
 wcwidth==0.2.5
 websocket-client==1.4.1
 wrapt==1.14.1
diff --git a/constraints-no-providers-3.9.txt b/constraints-no-providers-3.9.txt
index ba8ac873f3..92e9886d66 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-06T10:54:38Z
+# This constraints file was automatically generated on 2022-09-08T11:56:42Z
 # 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.
@@ -31,7 +31,7 @@ PyYAML==6.0
 Pygments==2.13.0
 SQLAlchemy-JSONField==1.0.0
 SQLAlchemy-Utils==0.38.3
-SQLAlchemy==1.4.40
+SQLAlchemy==1.4.41
 WTForms==2.3.3
 Werkzeug==2.2.2
 alembic==1.8.1
@@ -56,14 +56,14 @@ click-plugins==1.1.1
 click-repl==0.2.0
 click==8.1.3
 clickclick==20.10.2
-cloudpickle==2.1.0
+cloudpickle==2.2.0
 colorama==0.4.5
 colorlog==4.8.0
 commonmark==0.9.1
 connexion==2.14.1
 cron-descriptor==1.2.31
-croniter==1.3.5
-cryptography==37.0.4
+croniter==1.3.7
+cryptography==38.0.1
 dask==2022.9.0
 decorator==5.1.1
 dill==0.3.2
@@ -165,7 +165,7 @@ uc-micro-py==1.0.1
 unicodecsv==0.14.1
 urllib3==1.26.12
 vine==5.0.0
-virtualenv==20.16.4
+virtualenv==20.16.5
 wcwidth==0.2.5
 websocket-client==1.4.1
 wrapt==1.14.1
diff --git a/constraints-source-providers-3.10.txt b/constraints-source-providers-3.10.txt
index e1d85e4323..99139deacd 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-06T10:48:51Z
+# This constraints file was automatically generated on 2022-09-08T11:50: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.
@@ -100,9 +100,9 @@ billiard==3.6.4.0
 black==22.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.66
+boto3==1.24.68
 boto==2.49.0
-botocore==1.27.66
+botocore==1.27.68
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -113,9 +113,10 @@ celery==5.2.7
 certifi==2022.6.15
 cffi==1.15.1
 cfgv==3.3.1
-cfn-lint==0.63.2
+cfn-lint==0.64.1
 cgroupspy==0.2.2
 charset-normalizer==2.0.12
+checksumdir==1.2.0
 click-default-group==1.2.2
 click-didyoumean==0.3.0
 click-plugins==1.1.1
@@ -123,7 +124,7 @@ click-repl==0.2.0
 click==8.1.3
 clickclick==20.10.2
 cloudant==2.15.0
-cloudpickle==2.1.0
+cloudpickle==2.2.0
 colorama==0.4.5
 colorlog==4.8.0
 commonmark==0.9.1
@@ -131,7 +132,7 @@ connexion==2.14.1
 coverage==6.4.4
 crcmod==1.7
 cron-descriptor==1.2.31
-croniter==1.3.5
+croniter==1.3.7
 cryptography==36.0.2
 curlify==2.2.1
 dask==2022.9.0
@@ -153,6 +154,7 @@ elasticsearch-dsl==7.4.0
 elasticsearch==7.13.4
 email-validator==1.2.1
 entrypoints==0.4
+eralchemy2==1.3.2
 eventlet==0.33.1
 exceptiongroup==1.0.0rc9
 execnet==1.9.0
@@ -238,7 +240,7 @@ httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
 hvac==0.11.2
-identify==2.5.4
+identify==2.5.5
 idna==3.3
 ijson==3.1.4
 imagesize==1.4.1
@@ -254,7 +256,7 @@ itsdangerous==2.1.2
 jaraco.classes==3.2.2
 jedi==0.18.1
 jeepney==0.8.0
-jira==3.4.0
+jira==3.4.1
 jmespath==0.10.0
 jschema-to-python==1.2.3
 json-merge-patch==0.2
@@ -338,7 +340,7 @@ pendulum==2.1.2
 pexpect==4.8.0
 pickleshare==0.7.5
 pinotdb==0.4.5
-pipdeptree==2.3.0
+pipdeptree==2.3.1
 pipx==1.1.0
 pkginfo==1.8.3
 platformdirs==2.5.2
@@ -375,6 +377,7 @@ pydruid==0.6.3
 pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.5.0
+pygraphviz==1.10
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -512,7 +515,7 @@ types-six==1.16.19
 types-tabulate==0.8.11
 types-termcolor==1.1.5
 types-toml==0.10.8
-types-urllib3==1.26.23
+types-urllib3==1.26.24
 typing_extensions==4.3.0
 tzdata==2022.2
 tzlocal==4.2
@@ -524,7 +527,7 @@ urllib3==1.26.12
 userpath==1.8.0
 vertica-python==1.1.1
 vine==5.0.0
-virtualenv==20.16.4
+virtualenv==20.16.5
 volatile==2.1.0
 watchtower==2.0.1
 wcwidth==0.2.5
diff --git a/constraints-source-providers-3.7.txt b/constraints-source-providers-3.7.txt
index 0ca16d7229..444deb8f7e 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-06T10:48:51Z
+# This constraints file was automatically generated on 2022-09-08T11:50:53Z
 # 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.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.66
+boto3==1.24.68
 boto==2.49.0
-botocore==1.27.66
+botocore==1.27.68
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -113,9 +113,10 @@ celery==5.2.7
 certifi==2022.6.15
 cffi==1.15.1
 cfgv==3.3.1
-cfn-lint==0.63.2
+cfn-lint==0.64.1
 cgroupspy==0.2.2
 charset-normalizer==2.0.12
+checksumdir==1.2.0
 click-default-group==1.2.2
 click-didyoumean==0.3.0
 click-plugins==1.1.1
@@ -123,7 +124,7 @@ click-repl==0.2.0
 click==8.1.3
 clickclick==20.10.2
 cloudant==2.15.0
-cloudpickle==2.1.0
+cloudpickle==2.2.0
 colorama==0.4.5
 colorlog==4.8.0
 commonmark==0.9.1
@@ -131,7 +132,7 @@ connexion==2.14.1
 coverage==6.4.4
 crcmod==1.7
 cron-descriptor==1.2.31
-croniter==1.3.5
+croniter==1.3.7
 cryptography==36.0.2
 curlify==2.2.1
 dask==2022.2.0
@@ -153,6 +154,7 @@ elasticsearch-dsl==7.4.0
 elasticsearch==7.13.4
 email-validator==1.2.1
 entrypoints==0.4
+eralchemy2==1.3.2
 eventlet==0.33.1
 exceptiongroup==1.0.0rc9
 execnet==1.9.0
@@ -237,7 +239,7 @@ httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
 hvac==0.11.2
-identify==2.5.4
+identify==2.5.5
 idna==3.3
 ijson==3.1.4
 imagesize==1.4.1
@@ -338,7 +340,7 @@ pendulum==2.1.2
 pexpect==4.8.0
 pickleshare==0.7.5
 pinotdb==0.4.5
-pipdeptree==2.3.0
+pipdeptree==2.3.1
 pipx==1.1.0
 pkginfo==1.8.3
 platformdirs==2.5.2
@@ -374,6 +376,7 @@ pydruid==0.6.3
 pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.3.1
+pygraphviz==1.7
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -511,7 +514,7 @@ types-six==1.16.19
 types-tabulate==0.8.11
 types-termcolor==1.1.5
 types-toml==0.10.8
-types-urllib3==1.26.23
+types-urllib3==1.26.24
 typing_extensions==4.3.0
 tzdata==2022.2
 tzlocal==4.2
@@ -523,7 +526,7 @@ urllib3==1.26.12
 userpath==1.8.0
 vertica-python==1.1.1
 vine==5.0.0
-virtualenv==20.16.4
+virtualenv==20.16.5
 volatile==2.1.0
 watchtower==2.0.1
 wcwidth==0.2.5
diff --git a/constraints-source-providers-3.8.txt b/constraints-source-providers-3.8.txt
index ddd80160a7..442a376aa9 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-06T10:48:51Z
+# This constraints file was automatically generated on 2022-09-08T11:50:53Z
 # 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.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.66
+boto3==1.24.68
 boto==2.49.0
-botocore==1.27.66
+botocore==1.27.68
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -114,9 +114,10 @@ celery==5.2.7
 certifi==2022.6.15
 cffi==1.15.1
 cfgv==3.3.1
-cfn-lint==0.63.2
+cfn-lint==0.64.1
 cgroupspy==0.2.2
 charset-normalizer==2.0.12
+checksumdir==1.2.0
 click-default-group==1.2.2
 click-didyoumean==0.3.0
 click-plugins==1.1.1
@@ -124,7 +125,7 @@ click-repl==0.2.0
 click==8.1.3
 clickclick==20.10.2
 cloudant==2.15.0
-cloudpickle==2.1.0
+cloudpickle==2.2.0
 colorama==0.4.5
 colorlog==4.8.0
 commonmark==0.9.1
@@ -132,7 +133,7 @@ connexion==2.14.1
 coverage==6.4.4
 crcmod==1.7
 cron-descriptor==1.2.31
-croniter==1.3.5
+croniter==1.3.7
 cryptography==36.0.2
 curlify==2.2.1
 dask==2022.9.0
@@ -154,6 +155,7 @@ elasticsearch-dsl==7.4.0
 elasticsearch==7.13.4
 email-validator==1.2.1
 entrypoints==0.4
+eralchemy2==1.3.2
 eventlet==0.33.1
 exceptiongroup==1.0.0rc9
 execnet==1.9.0
@@ -239,7 +241,7 @@ httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
 hvac==0.11.2
-identify==2.5.4
+identify==2.5.5
 idna==3.3
 ijson==3.1.4
 imagesize==1.4.1
@@ -256,7 +258,7 @@ itsdangerous==2.1.2
 jaraco.classes==3.2.2
 jedi==0.18.1
 jeepney==0.8.0
-jira==3.4.0
+jira==3.4.1
 jmespath==0.10.0
 jschema-to-python==1.2.3
 json-merge-patch==0.2
@@ -340,7 +342,7 @@ pendulum==2.1.2
 pexpect==4.8.0
 pickleshare==0.7.5
 pinotdb==0.4.5
-pipdeptree==2.3.0
+pipdeptree==2.3.1
 pipx==1.1.0
 pkginfo==1.8.3
 platformdirs==2.5.2
@@ -377,6 +379,7 @@ pydruid==0.6.3
 pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.5.0
+pygraphviz==1.10
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -514,7 +517,7 @@ types-six==1.16.19
 types-tabulate==0.8.11
 types-termcolor==1.1.5
 types-toml==0.10.8
-types-urllib3==1.26.23
+types-urllib3==1.26.24
 typing_extensions==4.3.0
 tzdata==2022.2
 tzlocal==4.2
@@ -526,7 +529,7 @@ urllib3==1.26.12
 userpath==1.8.0
 vertica-python==1.1.1
 vine==5.0.0
-virtualenv==20.16.4
+virtualenv==20.16.5
 volatile==2.1.0
 watchtower==2.0.1
 wcwidth==0.2.5
diff --git a/constraints-source-providers-3.9.txt b/constraints-source-providers-3.9.txt
index c234c52ddd..9cd1e30fc4 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-06T10:48:52Z
+# This constraints file was automatically generated on 2022-09-08T11:50:53Z
 # 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.8.0
 bleach==5.0.1
 blinker==1.5
-boto3==1.24.66
+boto3==1.24.68
 boto==2.49.0
-botocore==1.27.66
+botocore==1.27.68
 bowler==0.9.0
 cached-property==1.5.2
 cachelib==0.9.0
@@ -113,9 +113,10 @@ celery==5.2.7
 certifi==2022.6.15
 cffi==1.15.1
 cfgv==3.3.1
-cfn-lint==0.63.2
+cfn-lint==0.64.1
 cgroupspy==0.2.2
 charset-normalizer==2.0.12
+checksumdir==1.2.0
 click-default-group==1.2.2
 click-didyoumean==0.3.0
 click-plugins==1.1.1
@@ -123,7 +124,7 @@ click-repl==0.2.0
 click==8.1.3
 clickclick==20.10.2
 cloudant==2.15.0
-cloudpickle==2.1.0
+cloudpickle==2.2.0
 colorama==0.4.5
 colorlog==4.8.0
 commonmark==0.9.1
@@ -131,7 +132,7 @@ connexion==2.14.1
 coverage==6.4.4
 crcmod==1.7
 cron-descriptor==1.2.31
-croniter==1.3.5
+croniter==1.3.7
 cryptography==36.0.2
 curlify==2.2.1
 dask==2022.9.0
@@ -153,6 +154,7 @@ elasticsearch-dsl==7.4.0
 elasticsearch==7.13.4
 email-validator==1.2.1
 entrypoints==0.4
+eralchemy2==1.3.2
 eventlet==0.33.1
 exceptiongroup==1.0.0rc9
 execnet==1.9.0
@@ -238,7 +240,7 @@ httplib2==0.20.4
 httpx==0.23.0
 humanize==4.3.0
 hvac==0.11.2
-identify==2.5.4
+identify==2.5.5
 idna==3.3
 ijson==3.1.4
 imagesize==1.4.1
@@ -254,7 +256,7 @@ itsdangerous==2.1.2
 jaraco.classes==3.2.2
 jedi==0.18.1
 jeepney==0.8.0
-jira==3.4.0
+jira==3.4.1
 jmespath==0.10.0
 jschema-to-python==1.2.3
 json-merge-patch==0.2
@@ -338,7 +340,7 @@ pendulum==2.1.2
 pexpect==4.8.0
 pickleshare==0.7.5
 pinotdb==0.4.5
-pipdeptree==2.3.0
+pipdeptree==2.3.1
 pipx==1.1.0
 pkginfo==1.8.3
 platformdirs==2.5.2
@@ -375,6 +377,7 @@ pydruid==0.6.3
 pyenchant==3.2.2
 pyexasol==0.25.0
 pyflakes==2.5.0
+pygraphviz==1.10
 pykerberos==1.2.4
 pymongo==3.12.3
 pymssql==2.2.5
@@ -512,7 +515,7 @@ types-six==1.16.19
 types-tabulate==0.8.11
 types-termcolor==1.1.5
 types-toml==0.10.8
-types-urllib3==1.26.23
+types-urllib3==1.26.24
 typing_extensions==4.3.0
 tzdata==2022.2
 tzlocal==4.2
@@ -524,7 +527,7 @@ urllib3==1.26.12
 userpath==1.8.0
 vertica-python==1.1.1
 vine==5.0.0
-virtualenv==20.16.4
+virtualenv==20.16.5
 volatile==2.1.0
 watchtower==2.0.1
 wcwidth==0.2.5