DECODEproject / credential-issuer

:key: Restful API for the Credential issuer of the DDDC and IoT pilot projects
GNU Affero General Public License v3.0
6 stars 1 forks source link

⬆️ Bump fastapi from 0.12.1 to 0.21.0 #44

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps fastapi from 0.12.1 to 0.21.0.

Release notes *Sourced from [fastapi's releases](https://github.com/tiangolo/fastapi/releases).* > ## 0.21.0 > * On body parsing errors, raise `from` previous exception, to allow better introspection in logging code. PR [#192](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/195) by [@​ricardomomm](https://github.com/ricardomomm). > > * Use Python logger named "`fastapi`" instead of root logger. PR [#222](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/222) by [@​euri10](https://github.com/euri10). > > * Upgrade Pydantic to version 0.25. PR [#225](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/225) by [@​euri10](https://github.com/euri10). > > * Fix typo in routing. PR [#221](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/221) by [@​djlambert](https://github.com/djlambert). > > ## 0.20.1 > * Add typing information to package including file `py.typed`. PR [#209](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/209) by [@​meadsteve](https://github.com/meadsteve). > > * Add FastAPI bot for Gitter. To automatically announce new releases. PR [#189](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/189). > > ## 0.20.0 > * Upgrade OAuth2: > * Upgrade Password flow using Bearer tokens to use the correct HTTP status code 401 `UNAUTHORIZED`, with `WWW-Authenticate` headers. > * Update, simplify, and improve all the [security docs](https://fastapi.tiangolo.com/tutorial/security/intro/). > * Add new `scope_str` to `SecurityScopes` and update docs: [OAuth2 scopes](https://fastapi.tiangolo.com/tutorial/security/oauth2-scopes/). > * Update docs, images, tests. > * PR [#188](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/188). > > * Include [Hypercorn](https://gitlab.com/pgjones/hypercorn) as an alternative ASGI server in the docs. PR [#187](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/187). > > * Add docs for [Static Files](https://fastapi.tiangolo.com/tutorial/static-files/) and [Templates](https://fastapi.tiangolo.com/tutorial/templates/). PR [#186](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/186). > > * Add docs for handling [Response Cookies](https://fastapi.tiangolo.com/tutorial/response-cookies/) and [Response Headers](https://fastapi.tiangolo.com/tutorial/response-headers/). PR [#185](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/185). > > * Fix typos in docs. PR [#176](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/176) by [@​chdsbd](https://github.com/chdsbd). > > ## 0.19.0 > * Rename *path operation decorator* parameter `content_type` to `response_class`. PR [#183](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/183). > > * Add docs: > * How to use the `jsonable_encoder` in JSON compatible encoder. > * How to Return a Response directly. > * Update how to use a Custom Response Class. > * PR [#184](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/184). > > ## 0.18.0 > * Add docs for HTTP Basic Auth. PR [#177](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/177). > > * Upgrade HTTP Basic Auth handling with automatic headers (automatic browser login prompt). PR [#175](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/175). > > * Update dependencies for security. PR [#174](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/174). > > * Add docs for Middleware. PR [#173](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/173). > > ## 0.17.0 > * Make Flit publish from CI. PR [#170](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/170). > ... (truncated)
Commits - [`7b29936`](https://github.com/tiangolo/fastapi/commit/7b2993682f94c4fc9b56549bb00de641c361954c) :bookmark: Release 0.21.0 - [`73fad03`](https://github.com/tiangolo/fastapi/commit/73fad03b461ab28a7ea55d0ebdf677c19d11b6f0) :memo: Update release notes - [`b0b88f9`](https://github.com/tiangolo/fastapi/commit/b0b88f9d5b717cff28dd3e056e31fb6eb4fef73f) :loud_sound: Raise from previous exception ([#195](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/195)) - [`49d33f9`](https://github.com/tiangolo/fastapi/commit/49d33f9f7005fcf78523d5b0a06130c6155b0ae6) :memo: Update release notes - [`1f27981`](https://github.com/tiangolo/fastapi/commit/1f2798104519e4be30a08323f1328add43d1d15f) :memo: Update release notes - [`f541d2c`](https://github.com/tiangolo/fastapi/commit/f541d2c200faee900e2c31faf1883588c414100e) :sparkles: Use a logger instead of the root logging ([#222](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/222)) - [`0e99b23`](https://github.com/tiangolo/fastapi/commit/0e99b23ebc2acf288248bcc69ea568aeac024786) :arrow_up: Upgrade Pydantic to version 0.25 ([#225](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/225)) - [`de341ab`](https://github.com/tiangolo/fastapi/commit/de341abe66b087d7e9b2fbf5e8c6ce88decd1034) :memo: Update release notes - [`4a1648b`](https://github.com/tiangolo/fastapi/commit/4a1648b04e74b5943f3ffadf92737f7d9c8201af) :pencil2: Minor spelling fix in routing ([#221](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/221)) - [`5f13b53`](https://github.com/tiangolo/fastapi/commit/5f13b53ea57af1e65cc75b1c190887f1212c1395) :wrench: Enable FastAPI releases bot in main Gitter channel - Additional commits viewable in [compare view](https://github.com/tiangolo/fastapi/compare/0.12.1...0.21.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #44   +/-   ##
=======================================
  Coverage   92.89%   92.89%           
=======================================
  Files          10       10           
  Lines         366      366           
=======================================
  Hits          340      340           
  Misses         26       26

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 aa11ba3...c612d99. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #45.