You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/08/11 22:34:42 UTC

[airflow] 01/32: Update some dependencies (#9684)

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

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 0b5f0fc2c8717030a9de8555f3c8ccfa3875c9a0
Author: Hartorn <ha...@gmail.com>
AuthorDate: Mon Jul 6 13:04:35 2020 +0200

    Update some dependencies (#9684)
    
    (cherry picked from commit fd62b1c5262086597db2aa439a09d86794a33345)
---
 .github/workflows/ci.yml                |   5 +-
 breeze                                  |   4 -
 requirements/requirements-python2.7.txt | 132 +++++++++++++++++---------------
 requirements/requirements-python3.5.txt |  26 +++----
 requirements/requirements-python3.6.txt |  54 +++++++------
 requirements/requirements-python3.7.txt |  52 +++++++------
 requirements/requirements-python3.8.txt |  51 ++++++------
 requirements/setup-3.5.md5              |   2 +-
 requirements/setup-3.6.md5              |   2 +-
 requirements/setup-3.7.md5              |   2 +-
 scripts/ci/ci_check_license.sh          |   2 +-
 scripts/ci/ci_fix_ownership.sh          |   2 +-
 scripts/ci/ci_flake8.sh                 |   2 +-
 scripts/ci/ci_generate_requirements.sh  |   2 +-
 scripts/ci/ci_push_ci_image.sh          |   2 +-
 scripts/ci/ci_push_production_images.sh |   2 +-
 scripts/ci/ci_run_static_checks.sh      |   2 +-
 setup.py                                |   6 +-
 18 files changed, 180 insertions(+), 170 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c37253f..029c341 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,7 +32,7 @@ env:
   DB_RESET: "true"
   VERBOSE: "true"
   UPGRADE_TO_LATEST_REQUIREMENTS: "false"
-  PYTHON_MAJOR_MINOR_VERSION: 3.5
+  PYTHON_MAJOR_MINOR_VERSION: 3.6
   USE_GITHUB_REGISTRY: "true"
   CACHE_IMAGE_PREFIX: ${{ github.repository }}
   CACHE_REGISTRY_USERNAME: ${{ github.actor }}
@@ -76,7 +76,6 @@ jobs:
     runs-on: ubuntu-latest
     env:
       CI_JOB_TYPE: "Documentation"
-      PYTHON_MAJOR_MINOR_VERSION: 3.6
     steps:
       - uses: actions/checkout@master
       - uses: actions/setup-python@v1
@@ -207,7 +206,7 @@ ${{ hashFiles('requirements/requirements-python${{matrix.python-version}}.txt')
       - uses: actions/checkout@master
       - uses: actions/setup-python@v1
         with:
-          python-version: '3.x'
+          python-version: '3.6'
       - name: "Free space"
         run: ./scripts/ci/ci_free_space_on_ci.sh
       - name: "Build CI image ${{ matrix.python-version }}"
diff --git a/breeze b/breeze
index 3e8d2c3..534bec3 100755
--- a/breeze
+++ b/breeze
@@ -827,10 +827,6 @@ function parse_arguments() {
         generate-requirements)
           LAST_SUBCOMMAND="${1}"
           COMMAND_TO_RUN="perform_generate_requirements"
-          # if you want to  generate requirement - you want to build the image too :)
-          export FORCE_ANSWER_TO_QUESTIONS="yes"
-          # and assume you want to build it no matter if it is needed
-          export FORCE_BUILD_IMAGES="true"
           shift ;;
         push-image)
           LAST_SUBCOMMAND="${1}"
diff --git a/requirements/requirements-python2.7.txt b/requirements/requirements-python2.7.txt
index 4f9242c..6973e5a 100644
--- a/requirements/requirements-python2.7.txt
+++ b/requirements/requirements-python2.7.txt
@@ -8,7 +8,7 @@ Flask-Caching==1.3.3
 Flask-JWT-Extended==3.24.1
 Flask-Login==0.4.1
 Flask-OpenID==1.2.5
-Flask-SQLAlchemy==2.4.4
+Flask-SQLAlchemy==2.4.3
 Flask-WTF==0.14.3
 Flask==1.1.2
 JPype1==0.7.1
@@ -23,9 +23,9 @@ PyNaCl==1.4.0
 PySmbClient==0.1.5
 PyYAML==5.3.1
 Pygments==2.5.2
-SQLAlchemy-JSONField==0.9.0
+SQLAlchemy-JSONField==0.8.0
 SQLAlchemy==1.3.18
-Sphinx==3.1.2
+Sphinx==1.8.5
 Unidecode==1.1.1
 WTForms==2.3.1
 Werkzeug==0.16.1
@@ -36,37 +36,44 @@ amqp==2.6.0
 analytics-python==1.2.9
 ansiwrap==0.8.4
 apipkg==1.5
-apispec==3.3.1
+apispec==2.0.2
 appdirs==1.4.4
-argcomplete==1.12.0
+argcomplete==1.11.1
 asn1crypto==1.3.0
 aspy.yaml==1.3.0
-astroid==2.4.2
+astroid==1.6.6
 atlasclient==1.0.0
 atomicwrites==1.4.0
 attrs==19.3.0
 aws-sam-translator==1.25.0
 aws-xray-sdk==2.6.0
 azure-common==1.1.25
-azure-cosmos==3.2.0
+azure-cosmos==3.1.2
 azure-datalake-store==0.0.48
 azure-mgmt-containerinstance==1.5.0
-azure-mgmt-resource==10.1.0
+azure-mgmt-nspkg==3.0.2
+azure-mgmt-resource==10.0.0
 azure-nspkg==3.0.2
 azure-storage-blob==2.1.0
 azure-storage-common==2.1.0
+azure-storage-nspkg==3.1.0
 azure-storage==0.36.0
-backcall==0.2.0
+backports-abc==0.5
+backports.functools-lru-cache==1.6.1
+backports.shutil-get-terminal-size==1.0.0
+backports.ssl-match-hostname==3.7.0.1
+backports.tempfile==1.0
+backports.weakref==1.0.post1
 bcrypt==3.1.7
 beautifulsoup4==4.7.1
 billiard==3.6.3.0
 bleach==3.1.5
 blinker==1.4
-boto3==1.14.20
+boto3==1.14.14
 boto==2.49.0
-botocore==1.17.20
+botocore==1.17.14
 cached-property==1.5.1
-cachetools==4.1.1
+cachetools==3.1.1
 cassandra-driver==3.20.2
 cattrs==1.0.0
 celery==4.4.6
@@ -81,11 +88,14 @@ cloudant==0.5.10
 colorama==0.4.3
 colorlog==4.0.2
 configparser==3.5.3
-coverage==5.2
+contextdecorator==0.10.0
+contextlib2==0.6.0.post1
+cookies==2.2.1
+coverage==5.1
 croniter==0.3.34
 cryptography==2.9.2
-cx-Oracle==8.0.0
-datadog==0.38.0
+cx-Oracle==7.3.0
+datadog==0.37.1
 decorator==4.4.2
 defusedxml==0.6.0
 dill==0.3.2
@@ -100,25 +110,27 @@ elasticsearch-dsl==5.4.0
 elasticsearch==5.5.3
 email-validator==1.1.1
 entrypoints==0.3
+enum34==1.1.10
 execnet==1.7.1
-fastavro==0.23.6
+fastavro==0.23.5
 filelock==3.0.12
 flake8-colors==0.1.6
 flake8==3.8.3
-flaky==3.7.0
+flaky==3.6.1
 flask-swagger==0.2.13
-flower==0.9.5
+flower==0.9.4
 freezegun==0.3.15
-fsspec==0.7.4
 funcsigs==1.0.2
+functools32==3.2.3.post2
 future-fstrings==1.2.0
 future==0.18.2
-gcsfs==0.6.2
+futures==3.3.0
+gcsfs==0.2.3
 google-api-core==1.21.0
 google-api-python-client==1.9.3
-google-auth-httplib2==0.0.4
+google-auth-httplib2==0.0.3
 google-auth-oauthlib==0.4.1
-google-auth==1.19.0
+google-auth==1.18.0
 google-cloud-bigquery==1.25.0
 google-cloud-bigtable==1.2.1
 google-cloud-container==1.0.1
@@ -135,7 +147,7 @@ google-cloud-videointelligence==1.15.0
 google-cloud-vision==1.0.0
 google-resumable-media==0.5.1
 googleapis-common-protos==1.52.0
-graphviz==0.14.1
+graphviz==0.14
 grpc-google-iam-v1==0.12.3
 grpcio-gcp==0.2.2
 grpcio==1.30.0
@@ -143,22 +155,22 @@ gunicorn==19.10.0
 hdfs==2.5.8
 hmsclient==0.1.1
 httplib2==0.18.1
-humanize==2.5.0
+humanize==0.5.1
 hvac==0.10.4
-identify==1.4.23
+identify==1.4.21
 idna==2.10
 ijson==2.6.1
 imagesize==1.2.0
 importlib-metadata==1.7.0
 importlib-resources==3.0.0
-inflection==0.5.0
+inflection==0.3.1
+ipaddress==1.0.23
 ipdb==0.13.3
 ipython-genutils==0.2.0
-ipython==7.9.0
+ipython==5.10.0
 iso8601==0.1.12
 isodate==0.6.0
 itsdangerous==1.1.0
-jedi==0.17.1
 jira==2.0.0
 jmespath==0.10.0
 json-merge-patch==0.2
@@ -168,12 +180,13 @@ jsonpickle==1.4.1
 jsonpointer==2.0
 jsonschema==3.2.0
 junit-xml==1.9
-jupyter-client==6.1.6
+jupyter-client==5.3.5
 jupyter-core==4.6.3
-kombu==4.6.11
+kombu==4.6.3
 kubernetes==11.0.0
 lazy-object-proxy==1.5.0
 ldap3==2.7
+linecache2==1.0.0
 lockfile==0.12.2
 marshmallow-enum==1.5.1
 marshmallow-sqlalchemy==0.18.0
@@ -182,33 +195,30 @@ mccabe==0.6.1
 mistune==0.8.4
 mock==3.0.5
 mongomock==3.19.0
-more-itertools==8.4.0
+monotonic==1.5
+more-itertools==5.0.0
 moto==1.3.14
 msrest==0.6.17
 msrestazure==0.6.4
 multi-key-dict==2.0.3
-mypy-extensions==0.4.3
-mypy==0.720
 mysqlclient==1.3.14
-natsort==7.0.1
-nbclient==0.1.0
+natsort==6.2.1
 nbconvert==5.6.1
-nbformat==5.0.7
-networkx==2.4
+nbformat==4.4.0
+networkx==2.2
 nodeenv==1.4.0
-nteract-scrapbook==0.4.1
+nteract-scrapbook==0.3.1
 ntlm-auth==1.5.0
-numpy==1.18.5
+numpy==1.16.6
 oauthlib==3.1.0
 oscrypto==1.2.0
 packaging==20.4
-pandas-gbq==0.13.2
-pandas==0.25.3
+pandas-gbq==0.13.1
+pandas==0.24.2
 pandocfilters==1.4.2
-papermill==2.0.0
+papermill==1.2.1
 parameterized==0.7.4
 paramiko==2.7.1
-parso==0.7.0
 pathlib2==2.3.5
 pathspec==0.8.0
 pbr==5.4.5
@@ -220,15 +230,13 @@ pluggy==0.13.1
 pre-commit==1.21.0
 presto-python-client==0.7.0
 prison==0.1.0
-prometheus-client==0.8.0
-prompt-toolkit==2.0.10
+prompt-toolkit==1.0.18
 protobuf==3.12.2
 psutil==5.7.0
 psycopg2-binary==2.8.5
 ptyprocess==0.6.0
 py==1.9.0
 pyOpenSSL==19.1.0
-pyarrow==0.17.1
 pyasn1-modules==0.2.8
 pyasn1==0.4.8
 pycodestyle==2.6.0
@@ -248,8 +256,8 @@ pytest-forked==1.2.0
 pytest-instafail==0.4.2
 pytest-rerunfailures==9.0
 pytest-timeout==1.4.1
-pytest-xdist==1.33.0
-pytest==5.4.3
+pytest-xdist==1.32.0
+pytest==4.6.11
 python-daemon==2.2.4
 python-dateutil==2.8.1
 python-editor==1.0.4
@@ -257,10 +265,10 @@ python-http-client==3.2.7
 python-jenkins==1.7.0
 python-jose==3.1.0
 python-nvd3==0.15.0
+python-openid==2.2.5
 python-slugify==4.0.1
-python3-openid==3.2.0
 pytz==2020.1
-pytzdata==2020.1
+pytzdata==2019.3
 pywinrm==0.4.1
 pyzmq==19.0.1
 qds-sdk==1.16.0
@@ -273,33 +281,30 @@ requests-oauthlib==1.3.0
 requests-toolbelt==0.9.1
 requests==2.24.0
 responses==0.10.15
-rsa==4.6
+rsa==4.0
 s3transfer==0.3.3
 sasl==0.2.1
+scandir==1.10.0
 sendgrid==5.6.0
 sentinels==1.0.0
-sentry-sdk==0.16.1
+sentry-sdk==0.15.1
 setproctitle==1.1.10
 simplegeneric==0.8.1
+singledispatch==3.4.0.3
 six==1.15.0
 slackclient==1.3.2
+snakebite==2.11.0
 snowballstemmer==2.0.0
-snowflake-connector-python==2.2.8
+snowflake-connector-python==2.1.3
 snowflake-sqlalchemy==1.2.3
-soupsieve==2.0.1
+soupsieve==1.9.6
 sphinx-argparse==0.2.5
 sphinx-autoapi==1.0.0
 sphinx-jinja==1.1.1
 sphinx-rtd-theme==0.5.0
-sphinxcontrib-applehelp==1.0.2
-sphinxcontrib-devhelp==1.0.2
 sphinxcontrib-dotnetdomain==0.4
 sphinxcontrib-golangdomain==0.2.0.dev0
-sphinxcontrib-htmlhelp==1.0.3
 sphinxcontrib-httpdomain==1.7.0
-sphinxcontrib-jsmath==1.0.1
-sphinxcontrib-qthelp==1.0.3
-sphinxcontrib-serializinghtml==1.1.4
 sphinxcontrib-websupport==1.1.2
 sshpubkeys==3.1.0
 sshtunnel==0.1.5
@@ -314,17 +319,18 @@ tokenize-rt==3.2.0
 toml==0.10.1
 tornado==5.1.1
 tqdm==4.47.0
+traceback2==1.4.0
 traitlets==4.3.3
-typed-ast==1.4.1
 typing-extensions==3.7.4.2
-typing==3.7.4.3
+typing==3.7.4.1
 tzlocal==1.5.1
 unicodecsv==0.14.1
+unittest2==1.1.0
 uritemplate==3.0.1
 urllib3==1.25.9
 vertica-python==0.10.4
 vine==1.3.0
-virtualenv==20.0.26
+virtualenv==20.0.25
 wcwidth==0.2.5
 webencodings==0.5.1
 websocket-client==0.57.0
diff --git a/requirements/requirements-python3.5.txt b/requirements/requirements-python3.5.txt
index 311c764..211b6e2 100644
--- a/requirements/requirements-python3.5.txt
+++ b/requirements/requirements-python3.5.txt
@@ -13,7 +13,7 @@ Flask-WTF==0.14.3
 Flask==1.1.2
 JPype1==0.7.1
 JayDeBeApi==1.2.3
-Jinja2==2.10.3
+Jinja2==2.11.2
 Mako==1.1.3
 Markdown==2.6.11
 MarkupSafe==1.1.1
@@ -60,9 +60,9 @@ bcrypt==3.1.7
 beautifulsoup4==4.7.1
 billiard==3.6.3.0
 blinker==1.4
-boto3==1.14.21
+boto3==1.14.25
 boto==2.49.0
-botocore==1.17.21
+botocore==1.17.25
 cached-property==1.5.1
 cachetools==4.1.1
 cassandra-driver==3.20.2
@@ -81,7 +81,7 @@ colorlog==4.0.2
 configparser==3.5.3
 coverage==5.2
 croniter==0.3.34
-cryptography==2.9.2
+cryptography==3.0
 cx-Oracle==8.0.0
 datadog==0.38.0
 decorator==4.4.2
@@ -104,7 +104,7 @@ filelock==3.0.12
 flake8-colors==0.1.6
 flake8==3.8.3
 flaky==3.7.0
-flask-swagger==0.2.13
+flask-swagger==0.2.14
 flower==0.9.5
 freezegun==0.3.15
 fsspec==0.7.4
@@ -112,13 +112,13 @@ funcsigs==1.0.2
 future-fstrings==1.2.0
 future==0.18.2
 gcsfs==0.6.2
-google-api-core==1.21.0
+google-api-core==1.22.0
 google-api-python-client==1.10.0
 google-auth-httplib2==0.0.4
 google-auth-oauthlib==0.4.1
-google-auth==1.19.1
-google-cloud-bigquery==1.25.0
-google-cloud-bigtable==1.2.1
+google-auth==1.19.2
+google-cloud-bigquery==1.26.0
+google-cloud-bigtable==1.3.0
 google-cloud-container==1.0.1
 google-cloud-core==1.3.0
 google-cloud-dlp==1.0.0
@@ -137,13 +137,13 @@ graphviz==0.14.1
 grpc-google-iam-v1==0.12.3
 grpcio-gcp==0.2.2
 grpcio==1.30.0
-gunicorn==19.10.0
+gunicorn==20.0.4
 hdfs==2.5.8
 hmsclient==0.1.1
 httplib2==0.18.1
 humanize==2.5.0
 hvac==0.10.4
-identify==1.4.23
+identify==1.4.25
 idna==2.10
 imagesize==1.2.0
 importlib-metadata==1.7.0
@@ -155,7 +155,7 @@ ipython==7.9.0
 iso8601==0.1.12
 isodate==0.6.0
 itsdangerous==1.1.0
-jedi==0.17.1
+jedi==0.17.2
 jira==2.0.0
 jmespath==0.10.0
 json-merge-patch==0.2
@@ -304,7 +304,7 @@ thrift==0.13.0
 tokenize-rt==3.2.0
 toml==0.10.1
 tornado==5.1.1
-tqdm==4.47.0
+tqdm==4.48.0
 traitlets==4.3.3
 typed-ast==1.4.1
 typing-extensions==3.7.4.2
diff --git a/requirements/requirements-python3.6.txt b/requirements/requirements-python3.6.txt
index cbfa08d..3429b87 100644
--- a/requirements/requirements-python3.6.txt
+++ b/requirements/requirements-python3.6.txt
@@ -13,7 +13,7 @@ Flask-WTF==0.14.3
 Flask==1.1.2
 JPype1==0.7.1
 JayDeBeApi==1.2.3
-Jinja2==2.10.3
+Jinja2==2.11.2
 Mako==1.1.3
 Markdown==2.6.11
 MarkupSafe==1.1.1
@@ -62,9 +62,9 @@ beautifulsoup4==4.7.1
 billiard==3.6.3.0
 black==19.10b0
 blinker==1.4
-boto3==1.14.20
+boto3==1.14.25
 boto==2.49.0
-botocore==1.17.20
+botocore==1.17.25
 cached-property==1.5.1
 cachetools==4.1.1
 cassandra-driver==3.20.2
@@ -73,7 +73,7 @@ celery==4.4.6
 certifi==2020.6.20
 cffi==1.14.0
 cfgv==3.1.0
-cfn-lint==0.33.2
+cfn-lint==0.34.0
 cgroupspy==0.1.6
 chardet==3.0.4
 click==6.7
@@ -83,8 +83,9 @@ colorlog==4.0.2
 configparser==3.5.3
 coverage==5.2
 croniter==0.3.34
-cryptography==2.9.2
+cryptography==3.0
 cx-Oracle==8.0.0
+dataclasses==0.7
 datadog==0.38.0
 decorator==4.4.2
 defusedxml==0.6.0
@@ -106,7 +107,7 @@ filelock==3.0.12
 flake8-colors==0.1.6
 flake8==3.8.3
 flaky==3.7.0
-flask-swagger==0.2.13
+flask-swagger==0.2.14
 flower==0.9.5
 freezegun==0.3.15
 fsspec==0.7.4
@@ -114,14 +115,14 @@ funcsigs==1.0.2
 future-fstrings==1.2.0
 future==0.18.2
 gcsfs==0.6.2
-google-api-core==1.21.0
-google-api-python-client==1.9.3
+google-api-core==1.22.0
+google-api-python-client==1.10.0
 google-auth-httplib2==0.0.4
 google-auth-oauthlib==0.4.1
-google-auth==1.19.0
-google-cloud-bigquery==1.25.0
-google-cloud-bigtable==1.2.1
-google-cloud-container==1.0.1
+google-auth==1.19.2
+google-cloud-bigquery==1.26.0
+google-cloud-bigtable==1.3.0
+google-cloud-container==2.0.0
 google-cloud-core==1.3.0
 google-cloud-dlp==1.0.0
 google-cloud-language==1.3.0
@@ -139,16 +140,17 @@ graphviz==0.14.1
 grpc-google-iam-v1==0.12.3
 grpcio-gcp==0.2.2
 grpcio==1.30.0
-gunicorn==19.10.0
+gunicorn==20.0.4
 hdfs==2.5.8
 hmsclient==0.1.1
 httplib2==0.18.1
 humanize==2.5.0
 hvac==0.10.4
-identify==1.4.23
+identify==1.4.25
 idna==2.10
 imagesize==1.2.0
 importlib-metadata==1.7.0
+importlib-resources==3.0.0
 inflection==0.5.0
 ipdb==0.13.3
 ipython-genutils==0.2.0
@@ -156,7 +158,7 @@ ipython==7.16.1
 iso8601==0.1.12
 isodate==0.6.0
 itsdangerous==1.1.0
-jedi==0.17.1
+jedi==0.17.2
 jira==2.0.0
 jmespath==0.10.0
 json-merge-patch==0.2
@@ -172,6 +174,7 @@ kombu==4.6.11
 kubernetes==11.0.0
 lazy-object-proxy==1.5.0
 ldap3==2.7
+libcst==0.3.7
 lockfile==0.12.2
 marshmallow-enum==1.5.1
 marshmallow-sqlalchemy==0.23.1
@@ -190,12 +193,12 @@ mysqlclient==1.3.14
 natsort==7.0.1
 nbclient==0.4.1
 nbformat==5.0.7
-nest-asyncio==1.3.3
+nest-asyncio==1.4.0
 networkx==2.4
 nodeenv==1.4.0
 nteract-scrapbook==0.4.1
 ntlm-auth==1.5.0
-numpy==1.19.0
+numpy==1.19.1
 oauthlib==3.1.0
 oscrypto==1.2.0
 packaging==20.4
@@ -217,8 +220,9 @@ presto-python-client==0.7.0
 prison==0.1.3
 prometheus-client==0.8.0
 prompt-toolkit==3.0.5
+proto-plus==1.3.2
 protobuf==3.12.2
-psutil==5.7.0
+psutil==5.7.2
 psycopg2-binary==2.8.5
 ptyprocess==0.6.0
 py==1.9.0
@@ -242,7 +246,7 @@ pytest-cov==2.10.0
 pytest-forked==1.2.0
 pytest-instafail==0.4.2
 pytest-rerunfailures==9.0
-pytest-timeout==1.4.1
+pytest-timeout==1.4.2
 pytest-xdist==1.33.0
 pytest==5.4.3
 python-daemon==2.2.4
@@ -260,7 +264,7 @@ pywinrm==0.4.1
 pyzmq==19.0.1
 qds-sdk==1.16.0
 redis==3.5.3
-regex==2020.6.8
+regex==2020.7.14
 requests-futures==0.9.4
 requests-kerberos==0.12.0
 requests-mock==1.8.0
@@ -279,7 +283,7 @@ setproctitle==1.1.10
 six==1.15.0
 slackclient==1.3.2
 snowballstemmer==2.0.0
-snowflake-connector-python==2.2.8
+snowflake-connector-python==2.2.9
 snowflake-sqlalchemy==1.2.3
 soupsieve==2.0.1
 sphinx-argparse==0.2.5
@@ -306,22 +310,24 @@ thrift-sasl==0.4.2
 thrift==0.13.0
 toml==0.10.1
 tornado==5.1.1
-tqdm==4.47.0
+tqdm==4.48.0
 traitlets==4.3.3
 typed-ast==1.4.1
 typing-extensions==3.7.4.2
+typing-inspect==0.6.0
+typing==3.7.4.3
 tzlocal==1.5.1
 unicodecsv==0.14.1
 uritemplate==3.0.1
 urllib3==1.25.9
 vertica-python==0.10.4
 vine==1.3.0
-virtualenv==20.0.26
+virtualenv==20.0.27
 wcwidth==0.2.5
 websocket-client==0.57.0
 wrapt==1.12.1
 xmltodict==0.12.0
-yamllint==1.23.0
+yamllint==1.24.2
 zdesk==2.7.1
 zipp==3.1.0
 zope.deprecation==4.4.0
diff --git a/requirements/requirements-python3.7.txt b/requirements/requirements-python3.7.txt
index f1c6c48..ff42b59 100644
--- a/requirements/requirements-python3.7.txt
+++ b/requirements/requirements-python3.7.txt
@@ -13,7 +13,7 @@ Flask-WTF==0.14.3
 Flask==1.1.2
 JPype1==0.7.1
 JayDeBeApi==1.2.3
-Jinja2==2.10.3
+Jinja2==2.11.2
 Mako==1.1.3
 Markdown==2.6.11
 MarkupSafe==1.1.1
@@ -62,9 +62,9 @@ beautifulsoup4==4.7.1
 billiard==3.6.3.0
 black==19.10b0
 blinker==1.4
-boto3==1.14.20
+boto3==1.14.25
 boto==2.49.0
-botocore==1.17.20
+botocore==1.17.25
 cached-property==1.5.1
 cachetools==4.1.1
 cassandra-driver==3.20.2
@@ -73,7 +73,7 @@ celery==4.4.6
 certifi==2020.6.20
 cffi==1.14.0
 cfgv==3.1.0
-cfn-lint==0.33.2
+cfn-lint==0.34.0
 cgroupspy==0.1.6
 chardet==3.0.4
 click==6.7
@@ -83,7 +83,7 @@ colorlog==4.0.2
 configparser==3.5.3
 coverage==5.2
 croniter==0.3.34
-cryptography==2.9.2
+cryptography==3.0
 cx-Oracle==8.0.0
 datadog==0.38.0
 decorator==4.4.2
@@ -106,7 +106,7 @@ filelock==3.0.12
 flake8-colors==0.1.6
 flake8==3.8.3
 flaky==3.7.0
-flask-swagger==0.2.13
+flask-swagger==0.2.14
 flower==0.9.5
 freezegun==0.3.15
 fsspec==0.7.4
@@ -114,14 +114,14 @@ funcsigs==1.0.2
 future-fstrings==1.2.0
 future==0.18.2
 gcsfs==0.6.2
-google-api-core==1.21.0
-google-api-python-client==1.9.3
+google-api-core==1.22.0
+google-api-python-client==1.10.0
 google-auth-httplib2==0.0.4
 google-auth-oauthlib==0.4.1
-google-auth==1.19.0
-google-cloud-bigquery==1.25.0
-google-cloud-bigtable==1.2.1
-google-cloud-container==1.0.1
+google-auth==1.19.2
+google-cloud-bigquery==1.26.0
+google-cloud-bigtable==1.3.0
+google-cloud-container==2.0.0
 google-cloud-core==1.3.0
 google-cloud-dlp==1.0.0
 google-cloud-language==1.3.0
@@ -139,13 +139,13 @@ graphviz==0.14.1
 grpc-google-iam-v1==0.12.3
 grpcio-gcp==0.2.2
 grpcio==1.30.0
-gunicorn==19.10.0
+gunicorn==20.0.4
 hdfs==2.5.8
 hmsclient==0.1.1
 httplib2==0.18.1
 humanize==2.5.0
 hvac==0.10.4
-identify==1.4.23
+identify==1.4.25
 idna==2.10
 imagesize==1.2.0
 importlib-metadata==1.7.0
@@ -156,7 +156,7 @@ ipython==7.16.1
 iso8601==0.1.12
 isodate==0.6.0
 itsdangerous==1.1.0
-jedi==0.17.1
+jedi==0.17.2
 jira==2.0.0
 jmespath==0.10.0
 json-merge-patch==0.2
@@ -172,6 +172,7 @@ kombu==4.6.11
 kubernetes==11.0.0
 lazy-object-proxy==1.5.0
 ldap3==2.7
+libcst==0.3.7
 lockfile==0.12.2
 marshmallow-enum==1.5.1
 marshmallow-sqlalchemy==0.23.1
@@ -190,12 +191,12 @@ mysqlclient==1.3.14
 natsort==7.0.1
 nbclient==0.4.1
 nbformat==5.0.7
-nest-asyncio==1.3.3
+nest-asyncio==1.4.0
 networkx==2.4
 nodeenv==1.4.0
 nteract-scrapbook==0.4.1
 ntlm-auth==1.5.0
-numpy==1.19.0
+numpy==1.19.1
 oauthlib==3.1.0
 oscrypto==1.2.0
 packaging==20.4
@@ -217,8 +218,9 @@ presto-python-client==0.7.0
 prison==0.1.3
 prometheus-client==0.8.0
 prompt-toolkit==3.0.5
+proto-plus==1.3.2
 protobuf==3.12.2
-psutil==5.7.0
+psutil==5.7.2
 psycopg2-binary==2.8.5
 ptyprocess==0.6.0
 py==1.9.0
@@ -234,6 +236,7 @@ pydruid==0.5.8
 pyflakes==2.2.0
 pykerberos==1.2.1
 pymongo==3.10.1
+pymssql==2.1.4
 pyparsing==2.4.7
 pyrsistent==0.16.0
 pysftp==0.2.9
@@ -241,7 +244,7 @@ pytest-cov==2.10.0
 pytest-forked==1.2.0
 pytest-instafail==0.4.2
 pytest-rerunfailures==9.0
-pytest-timeout==1.4.1
+pytest-timeout==1.4.2
 pytest-xdist==1.33.0
 pytest==5.4.3
 python-daemon==2.2.4
@@ -259,7 +262,7 @@ pywinrm==0.4.1
 pyzmq==19.0.1
 qds-sdk==1.16.0
 redis==3.5.3
-regex==2020.6.8
+regex==2020.7.14
 requests-futures==0.9.4
 requests-kerberos==0.12.0
 requests-mock==1.8.0
@@ -278,7 +281,7 @@ setproctitle==1.1.10
 six==1.15.0
 slackclient==1.3.2
 snowballstemmer==2.0.0
-snowflake-connector-python==2.2.8
+snowflake-connector-python==2.2.9
 snowflake-sqlalchemy==1.2.3
 soupsieve==2.0.1
 sphinx-argparse==0.2.5
@@ -305,22 +308,23 @@ thrift-sasl==0.4.2
 thrift==0.13.0
 toml==0.10.1
 tornado==5.1.1
-tqdm==4.47.0
+tqdm==4.48.0
 traitlets==4.3.3
 typed-ast==1.4.1
 typing-extensions==3.7.4.2
+typing-inspect==0.6.0
 tzlocal==1.5.1
 unicodecsv==0.14.1
 uritemplate==3.0.1
 urllib3==1.25.9
 vertica-python==0.10.4
 vine==1.3.0
-virtualenv==20.0.26
+virtualenv==20.0.27
 wcwidth==0.2.5
 websocket-client==0.57.0
 wrapt==1.12.1
 xmltodict==0.12.0
-yamllint==1.23.0
+yamllint==1.24.2
 zdesk==2.7.1
 zipp==3.1.0
 zope.deprecation==4.4.0
diff --git a/requirements/requirements-python3.8.txt b/requirements/requirements-python3.8.txt
index f1c6c48..747ae42 100644
--- a/requirements/requirements-python3.8.txt
+++ b/requirements/requirements-python3.8.txt
@@ -8,7 +8,7 @@ Flask-Caching==1.3.3
 Flask-JWT-Extended==3.24.1
 Flask-Login==0.4.1
 Flask-OpenID==1.2.5
-Flask-SQLAlchemy==2.4.4
+Flask-SQLAlchemy==2.4.3
 Flask-WTF==0.14.3
 Flask==1.1.2
 JPype1==0.7.1
@@ -24,9 +24,9 @@ PySmbClient==0.1.5
 PyYAML==5.3.1
 Pygments==2.6.1
 SQLAlchemy-JSONField==0.9.0
-SQLAlchemy-Utils==0.36.8
+SQLAlchemy-Utils==0.36.6
 SQLAlchemy==1.3.18
-Sphinx==3.1.2
+Sphinx==3.1.1
 Unidecode==1.1.1
 WTForms==2.3.1
 Werkzeug==0.16.1
@@ -39,7 +39,7 @@ ansiwrap==0.8.4
 apipkg==1.5
 apispec==1.3.3
 appdirs==1.4.4
-argcomplete==1.12.0
+argcomplete==1.11.1
 asn1crypto==1.3.0
 astroid==2.4.2
 async-generator==1.10
@@ -48,10 +48,10 @@ attrs==19.3.0
 aws-sam-translator==1.25.0
 aws-xray-sdk==2.6.0
 azure-common==1.1.25
-azure-cosmos==3.2.0
+azure-cosmos==3.1.2
 azure-datalake-store==0.0.48
 azure-mgmt-containerinstance==1.5.0
-azure-mgmt-resource==10.1.0
+azure-mgmt-resource==10.0.0
 azure-nspkg==3.0.2
 azure-storage-blob==2.1.0
 azure-storage-common==2.1.0
@@ -62,9 +62,9 @@ beautifulsoup4==4.7.1
 billiard==3.6.3.0
 black==19.10b0
 blinker==1.4
-boto3==1.14.20
+boto3==1.14.14
 boto==2.49.0
-botocore==1.17.20
+botocore==1.17.14
 cached-property==1.5.1
 cachetools==4.1.1
 cassandra-driver==3.20.2
@@ -81,11 +81,11 @@ cloudant==0.5.10
 colorama==0.4.3
 colorlog==4.0.2
 configparser==3.5.3
-coverage==5.2
+coverage==5.1
 croniter==0.3.34
 cryptography==2.9.2
 cx-Oracle==8.0.0
-datadog==0.38.0
+datadog==0.37.1
 decorator==4.4.2
 defusedxml==0.6.0
 dill==0.3.2
@@ -101,13 +101,13 @@ elasticsearch==5.5.3
 email-validator==1.1.1
 entrypoints==0.3
 execnet==1.7.1
-fastavro==0.23.6
+fastavro==0.23.5
 filelock==3.0.12
 flake8-colors==0.1.6
 flake8==3.8.3
-flaky==3.7.0
+flaky==3.6.1
 flask-swagger==0.2.13
-flower==0.9.5
+flower==0.9.4
 freezegun==0.3.15
 fsspec==0.7.4
 funcsigs==1.0.2
@@ -116,9 +116,9 @@ future==0.18.2
 gcsfs==0.6.2
 google-api-core==1.21.0
 google-api-python-client==1.9.3
-google-auth-httplib2==0.0.4
+google-auth-httplib2==0.0.3
 google-auth-oauthlib==0.4.1
-google-auth==1.19.0
+google-auth==1.18.0
 google-cloud-bigquery==1.25.0
 google-cloud-bigtable==1.2.1
 google-cloud-container==1.0.1
@@ -135,7 +135,7 @@ google-cloud-videointelligence==1.15.0
 google-cloud-vision==1.0.0
 google-resumable-media==0.5.1
 googleapis-common-protos==1.52.0
-graphviz==0.14.1
+graphviz==0.14
 grpc-google-iam-v1==0.12.3
 grpcio-gcp==0.2.2
 grpcio==1.30.0
@@ -143,9 +143,9 @@ gunicorn==19.10.0
 hdfs==2.5.8
 hmsclient==0.1.1
 httplib2==0.18.1
-humanize==2.5.0
+humanize==0.5.1
 hvac==0.10.4
-identify==1.4.23
+identify==1.4.21
 idna==2.10
 imagesize==1.2.0
 importlib-metadata==1.7.0
@@ -166,7 +166,7 @@ jsonpickle==1.4.1
 jsonpointer==2.0
 jsonschema==3.2.0
 junit-xml==1.9
-jupyter-client==6.1.6
+jupyter-client==6.1.5
 jupyter-core==4.6.3
 kombu==4.6.11
 kubernetes==11.0.0
@@ -188,7 +188,7 @@ mypy-extensions==0.4.3
 mypy==0.720
 mysqlclient==1.3.14
 natsort==7.0.1
-nbclient==0.4.1
+nbclient==0.4.0
 nbformat==5.0.7
 nest-asyncio==1.3.3
 networkx==2.4
@@ -212,10 +212,9 @@ pexpect==4.8.0
 pickleshare==0.7.5
 pinotdb==0.1.1
 pluggy==0.13.1
-pre-commit==2.6.0
+pre-commit==2.5.1
 presto-python-client==0.7.0
 prison==0.1.3
-prometheus-client==0.8.0
 prompt-toolkit==3.0.5
 protobuf==3.12.2
 psutil==5.7.0
@@ -242,7 +241,7 @@ pytest-forked==1.2.0
 pytest-instafail==0.4.2
 pytest-rerunfailures==9.0
 pytest-timeout==1.4.1
-pytest-xdist==1.33.0
+pytest-xdist==1.32.0
 pytest==5.4.3
 python-daemon==2.2.4
 python-dateutil==2.8.1
@@ -254,7 +253,7 @@ python-nvd3==0.15.0
 python-slugify==4.0.1
 python3-openid==3.2.0
 pytz==2020.1
-pytzdata==2020.1
+pytzdata==2019.3
 pywinrm==0.4.1
 pyzmq==19.0.1
 qds-sdk==1.16.0
@@ -273,7 +272,7 @@ s3transfer==0.3.3
 sasl==0.2.1
 sendgrid==5.6.0
 sentinels==1.0.0
-sentry-sdk==0.16.1
+sentry-sdk==0.15.1
 setproctitle==1.1.10
 six==1.15.0
 slackclient==1.3.2
@@ -315,7 +314,7 @@ uritemplate==3.0.1
 urllib3==1.25.9
 vertica-python==0.10.4
 vine==1.3.0
-virtualenv==20.0.26
+virtualenv==20.0.25
 wcwidth==0.2.5
 websocket-client==0.57.0
 wrapt==1.12.1
diff --git a/requirements/setup-3.5.md5 b/requirements/setup-3.5.md5
index 7302c51..d24fa17 100644
--- a/requirements/setup-3.5.md5
+++ b/requirements/setup-3.5.md5
@@ -1 +1 @@
-da591fb5f6ed08129068e227610706cb  /opt/airflow/setup.py
+52a5d9b968ee82e35b5b49ed02361377  /opt/airflow/setup.py
diff --git a/requirements/setup-3.6.md5 b/requirements/setup-3.6.md5
index 7302c51..d24fa17 100644
--- a/requirements/setup-3.6.md5
+++ b/requirements/setup-3.6.md5
@@ -1 +1 @@
-da591fb5f6ed08129068e227610706cb  /opt/airflow/setup.py
+52a5d9b968ee82e35b5b49ed02361377  /opt/airflow/setup.py
diff --git a/requirements/setup-3.7.md5 b/requirements/setup-3.7.md5
index 7302c51..d24fa17 100644
--- a/requirements/setup-3.7.md5
+++ b/requirements/setup-3.7.md5
@@ -1 +1 @@
-da591fb5f6ed08129068e227610706cb  /opt/airflow/setup.py
+52a5d9b968ee82e35b5b49ed02361377  /opt/airflow/setup.py
diff --git a/scripts/ci/ci_check_license.sh b/scripts/ci/ci_check_license.sh
index e1b54dd..da5aebd 100755
--- a/scripts/ci/ci_check_license.sh
+++ b/scripts/ci/ci_check_license.sh
@@ -16,7 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 export MOUNT_SOURCE_DIR_FOR_STATIC_CHECKS="true"
-export PYTHON_MAJOR_MINOR_VERSION=${PYTHON_MAJOR_MINOR_VERSION:-3.5}
+export PYTHON_MAJOR_MINOR_VERSION=${PYTHON_MAJOR_MINOR_VERSION:-3.6}
 
 # shellcheck source=scripts/ci/_script_init.sh
 . "$( dirname "${BASH_SOURCE[0]}" )/_script_init.sh"
diff --git a/scripts/ci/ci_fix_ownership.sh b/scripts/ci/ci_fix_ownership.sh
index d230281..7e85152 100755
--- a/scripts/ci/ci_fix_ownership.sh
+++ b/scripts/ci/ci_fix_ownership.sh
@@ -19,7 +19,7 @@
 #
 # Fixes ownership for files created inside container (files owned by root will be owned by host user)
 #
-export PYTHON_MAJOR_MINOR_VERSION=${PYTHON_MAJOR_MINOR_VERSION:-3.5}
+export PYTHON_MAJOR_MINOR_VERSION=${PYTHON_MAJOR_MINOR_VERSION:-3.6}
 
 # shellcheck source=scripts/ci/_script_init.sh
 . "$( dirname "${BASH_SOURCE[0]}" )/_script_init.sh"
diff --git a/scripts/ci/ci_flake8.sh b/scripts/ci/ci_flake8.sh
index 15a7ccb..33504c0 100755
--- a/scripts/ci/ci_flake8.sh
+++ b/scripts/ci/ci_flake8.sh
@@ -15,7 +15,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-export PYTHON_MAJOR_MINOR_VERSION=${PYTHON_MAJOR_MINOR_VERSION:-3.5}
+export PYTHON_MAJOR_MINOR_VERSION=${PYTHON_MAJOR_MINOR_VERSION:-3.6}
 
 # shellcheck source=scripts/ci/_script_init.sh
 . "$( dirname "${BASH_SOURCE[0]}" )/_script_init.sh"
diff --git a/scripts/ci/ci_generate_requirements.sh b/scripts/ci/ci_generate_requirements.sh
index 689695c..f55799f 100755
--- a/scripts/ci/ci_generate_requirements.sh
+++ b/scripts/ci/ci_generate_requirements.sh
@@ -15,7 +15,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-export PYTHON_MAJOR_MINOR_VERSION=${PYTHON_MAJOR_MINOR_VERSION:-3.5}
+export PYTHON_MAJOR_MINOR_VERSION=${PYTHON_MAJOR_MINOR_VERSION:-3.6}
 
 # shellcheck source=scripts/ci/_script_init.sh
 . "$( dirname "${BASH_SOURCE[0]}" )/_script_init.sh"
diff --git a/scripts/ci/ci_push_ci_image.sh b/scripts/ci/ci_push_ci_image.sh
index e114e24..09e2a7a 100755
--- a/scripts/ci/ci_push_ci_image.sh
+++ b/scripts/ci/ci_push_ci_image.sh
@@ -15,7 +15,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-export PYTHON_MAJOR_MINOR_VERSION=${PYTHON_MAJOR_MINOR_VERSION:-3.5}
+export PYTHON_MAJOR_MINOR_VERSION=${PYTHON_MAJOR_MINOR_VERSION:-3.6}
 
 # shellcheck source=scripts/ci/_script_init.sh
 . "$( dirname "${BASH_SOURCE[0]}" )/_script_init.sh"
diff --git a/scripts/ci/ci_push_production_images.sh b/scripts/ci/ci_push_production_images.sh
index 37916fe..d6c6e7d 100755
--- a/scripts/ci/ci_push_production_images.sh
+++ b/scripts/ci/ci_push_production_images.sh
@@ -15,7 +15,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-export PYTHON_MAJOR_MINOR_VERSION=${PYTHON_MAJOR_MINOR_VERSION:-3.5}
+export PYTHON_MAJOR_MINOR_VERSION=${PYTHON_MAJOR_MINOR_VERSION:-3.6}
 
 # shellcheck source=scripts/ci/_script_init.sh
 . "$( dirname "${BASH_SOURCE[0]}" )/_script_init.sh"
diff --git a/scripts/ci/ci_run_static_checks.sh b/scripts/ci/ci_run_static_checks.sh
index 234ae61..bfdae1a 100755
--- a/scripts/ci/ci_run_static_checks.sh
+++ b/scripts/ci/ci_run_static_checks.sh
@@ -15,7 +15,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-export PYTHON_MAJOR_MINOR_VERSION=${PYTHON_MAJOR_MINOR_VERSION:-3.5}
+export PYTHON_MAJOR_MINOR_VERSION=3.6
 
 # shellcheck source=scripts/ci/_script_init.sh
 . "$( dirname "${BASH_SOURCE[0]}" )/_script_init.sh"
diff --git a/setup.py b/setup.py
index 906c705..1fe821b 100644
--- a/setup.py
+++ b/setup.py
@@ -563,14 +563,14 @@ INSTALL_REQUIREMENTS = [
     'flask-appbuilder~=2.2;python_version>="3.6"',
     'flask-caching>=1.3.3, <1.4.0',
     'flask-login>=0.3, <0.5',
-    'flask-swagger==0.2.13',
+    'flask-swagger>=0.2.13, <0.3',
     'flask-wtf>=0.14.2, <0.15',
     'funcsigs>=1.0.0, <2.0.0',
     'future>=0.16.0, <0.19',
     'graphviz>=0.12',
-    'gunicorn>=19.5.0, <20.0',
+    'gunicorn>=19.5.0, <21.0',
     'iso8601>=0.1.12',
-    'jinja2>=2.10.1, <2.11.0',
+    'jinja2>=2.10.1, <2.12.0',
     'json-merge-patch==0.2',
     'jsonschema~=3.0',
     'lazy_object_proxy~=1.3',