diff --git a/CHANGELOG.md b/CHANGELOG.md index 6650139..25df26a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,10 @@ All notable changes to the `python-domino` library will be documented in this fi * Added tags functionality ### Changed -* updated airflow dependency 2.2.4 +* updated airflow dependency to 2.2.4 * Updated runs_stdout output * Fixed issues with import from domino_data +* Updated nbconvert dependency version to 6.3.0 ## 1.0.8 diff --git a/requirements.txt b/requirements.txt index 24d9261..8c28691 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,14 @@ -requests>=2.4.2 +apache-airflow==2.2.4 +black==22.3.0 bs4==0.*,>=0.0.1 -polling2 -pre-commit -pytest +flake8==4.0.1 +Jinja2==2.11.3 MarkupSafe==2.0.1 -WTForms==2.3.3 +nbconvert==6.3.0 +polling2==0.5.0 +pre-commit==2.19.0 +pytest==6.2.2 +requests>=2.4.2 +requests_mock>=1.9.* SQLAlchemy==1.3.23 +WTForms==2.3.3 diff --git a/setup.py b/setup.py index 1b10190..2ec98a2 100644 --- a/setup.py +++ b/setup.py @@ -48,9 +48,8 @@ def get_version(): "polling2==0.5.0", "flake8==4.0.1", "black==22.3.0", - "apache-airflow==1.10.15", "pre-commit==2.19.0", - "nbconvert==6.0.0", + "nbconvert==6.3.0", "Jinja2==2.11.3", ], extras_require={