Skip to content
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

Update dependencies - remove black as direct dependency #545

Merged
merged 11 commits into from Oct 5, 2020
Merged

Conversation

CasperWA
Copy link
Member

@CasperWA CasperWA commented Oct 5, 2020

Octopus merge of all dependabot PRs.

Update setup.py accordingly.

Update flake8 for pre-commit.
For this I also ran pre-commit run --all-files, but the updated flake8 didn't introduce any changes.

I have used this PR to also remove the direct dependency of black, since this is only used in pre-commit, where it is installed separately, hence there is no reason to depend on it directly - unless someone is using this in their editor directly (like the case is for me concerning pylint).

dependabot bot and others added 11 commits October 5, 2020 05:21
Bumps [jarvis-tools](https://github.com/usnistgov/jarvis) from 2020.9.22 to 2020.10.3.
- [Release notes](https://github.com/usnistgov/jarvis/releases)
- [Commits](https://github.com/usnistgov/jarvis/commits/v2020.10.3)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [django](https://github.com/django/django) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@3.1.1...3.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.12.0...0.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@6.1.0...6.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
….1.1', 'origin/dependabot/pip/master/aiida-core-1.4.2', 'origin/dependabot/pip/master/uvicorn-0.12.1', 'origin/dependabot/pip/master/mkdocs-material-6.0.2', 'origin/dependabot/pip/master/django-3.1.2', 'origin/dependabot/pip/master/jarvis-tools-2020.10.3' and 'origin/dependabot/pip/master/mkdocs-awesome-pages-plugin-2.3.1'
Since black is only used for pre-commit, it is not needed as a direct
dependency.
@CasperWA CasperWA requested review from ml-evs and shyamd October 5, 2020 08:47
@codecov
Copy link

codecov bot commented Oct 5, 2020

Codecov Report

Merging #545 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #545   +/-   ##
=======================================
  Coverage   91.51%   91.51%           
=======================================
  Files          62       62           
  Lines        3123     3123           
=======================================
  Hits         2858     2858           
  Misses        265      265           
Flag Coverage Δ
#project 91.51% <ø> (ø)
#validator 63.68% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e45feeb...5a75b16. Read the comment docs.

Copy link
Member

@ml-evs ml-evs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @CasperWA

@ml-evs ml-evs merged commit 3917e44 into master Oct 5, 2020
@ml-evs ml-evs deleted the update_deps branch October 5, 2020 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants