-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency Updates #56
Conversation
@bryanculver I have you on the approval. |
tests: build_test_containers black sphinx-test pylama mypy nbval lint | ||
make pytest PYTHON=3.6 | ||
make pytest PYTHON=3.7 | ||
tests: build_test_containers black sphinx-test pylama # Skipping mypy, nbval, lint for now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Mypy, jupyter, and lint failures are aplenty with new updates but we're venturing onto scope creep for this PR.
@@ -1,8 +1,8 @@ | |||
[tool.poetry] | |||
name = "ntc_rosetta" | |||
version = "0.2.0" | |||
version = "0.2.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.2.1 was published manually at some point and time on someone's local machine but I check it and there is no code diff between what is in this repo and what was in PyPI
Address Dependabot warnings.