Skip to content

Commit

Permalink
[DOM-40076] - Update python dependencies (#141)
Browse files Browse the repository at this point in the history
* Bump nbconvert from 6.0.0 to 6.3.0

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.0.0 to 6.3.0.
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Commits](jupyter/nbconvert@6.0.0...6.3.0)

---
updated-dependencies:
- dependency-name: nbconvert
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* DOM-40076 - Updated python dependencies

* DOM-40076 - Updated changelog

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Olson J Dimanche <olson.dimanche@dominodatalab.com>
  • Loading branch information
dependabot[bot] and ddl-olsonJD committed Aug 15, 2022
1 parent 69e8749 commit 178f736
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
16 changes: 11 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 178f736

Please sign in to comment.