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 #620

Merged
merged 8 commits into from Dec 4, 2020
Merged

Update dependencies #620

merged 8 commits into from Dec 4, 2020

Conversation

CasperWA
Copy link
Member

@CasperWA CasperWA commented Dec 1, 2020

Update dependencies from dependabot.
Ran pre-commit autoupdate, but no changes.
Updated the dependencies in setup.py manually accordingly.

As a note, the new features in FastAPI are worth keeping in mind, especially the top-level dependency declaration, e.g., for authentication when using any endpoint and path.

dependabot bot and others added 7 commits December 1, 2020 05:10
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.12.2 to 0.12.3.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.12.2...0.12.3)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.61.2 to 0.62.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](tiangolo/fastapi@0.61.2...0.62.0)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [jarvis-tools](https://github.com/usnistgov/jarvis) from 2020.11.9 to 2020.11.27.
- [Release notes](https://github.com/usnistgov/jarvis/releases)
- [Commits](usnistgov/jarvis@v2020.11.09...v2020.11.27)

Signed-off-by: dependabot[bot] <support@github.com>
…aterial-6.1.6', 'origin/dependabot/pip/master/uvicorn-0.12.3', 'origin/dependabot/pip/master/pre-commit-2.9.2', 'origin/dependabot/pip/master/jarvis-tools-2020.11.27' and 'origin/dependabot/pip/master/fastapi-0.62.0' into update_deps
@codecov
Copy link

codecov bot commented Dec 1, 2020

Codecov Report

Merging #620 (09ca9c5) into master (8bedebf) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #620   +/-   ##
=======================================
  Coverage   92.20%   92.20%           
=======================================
  Files          61       61           
  Lines        3246     3246           
=======================================
  Hits         2993     2993           
  Misses        253      253           
Flag Coverage Δ
project 92.20% <ø> (ø)
validator 65.89% <ø> (+0.06%) ⬆️

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 8bedebf...09ca9c5. Read the comment docs.

@ml-evs
Copy link
Member

ml-evs commented Dec 1, 2020

Thanks for this @CasperWA, will have a closer look at the FastAPI changes when I get a chance. I'm quite surprised we don't have any issues with the new pip dependency resolver (was made the default in pip 20.3 yesterday)... so that's good!

Could you possibly review #558 before we merge this, just so we don't have to redo the dependency checks with Python 3.9 again?

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 (and @dependabot)

@ml-evs ml-evs merged commit da20c54 into master Dec 4, 2020
@ml-evs ml-evs deleted the update_deps branch December 4, 2020 14:51
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