Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2022

Bumps uvicorn from 0.17.4 to 0.17.5.

Release notes

Sourced from uvicorn's releases.

Version 0.17.5

0.17.5 - 2022-02-16

Fixed

  • Fix case where url is fragmented in httptools protocol (#1263) 2/16/22
  • Fix WSGI middleware not to explode quadratically in the case of a larger body (#1329) 2/16/16

Changed

  • Send HTTP 400 response for invalid request (#1352) 2/11/22

Full Changelog: Kludex/uvicorn@0.17.4...0.17.5

Changelog

Sourced from uvicorn's changelog.

0.17.5 - 2022-02-16

Fixed

  • Fix case where url is fragmented in httptools protocol (#1263) 2/16/22
  • Fix WSGI middleware not to explode quadratically in the case of a larger body (#1329) 2/16/16

Changed

  • Send HTTP 400 response for invalid request (#1352) 2/11/22
Commits
  • b6b783b Release 0.17.5 (#1381)
  • a694ee4 Fix WSGI middleware not to explode quadratically in the case of a larger body...
  • 399f90a Fix case where url is fragmented in httptools protocol (#1263)
  • 4e8781c Fix misleading docs around --reload behaviors (#1331)
  • 521b83e Switch to a discussion-first workflow (#1374)
  • 5b0e3b9 Add note on 'UVICORN_' prefixed settings and '--env-file' (#1372)
  • 90acede Moved warning about missing ws library only in upgrade case (#1370)
  • 93e07fd Send HTTP 400 response for invalid request (#1352)
  • 3d007ce Ignore coverage on MockLoop.is_running method (#1347)
  • 9206350 Docs refresh (#1365)
  • See full diff in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added dependencies Related with project dependencies python labels Feb 21, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/uvicorn-0.17.5 branch from 908d700 to 34ef17f Compare February 21, 2022 09:26
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.17.4 to 0.17.5.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](Kludex/uvicorn@0.17.4...0.17.5)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/uvicorn-0.17.5 branch from 34ef17f to 43dc3c7 Compare February 21, 2022 09:39
@codecov
Copy link

codecov bot commented Feb 21, 2022

Codecov Report

Merging #150 (9a2520f) into main (e6fd916) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #150   +/-   ##
=======================================
  Coverage   91.83%   91.83%           
=======================================
  Files           8        8           
  Lines         821      821           
=======================================
  Hits          754      754           
  Misses         67       67           

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 e6fd916...9a2520f. Read the comment docs.

@da1910 da1910 merged commit 54d1707 into main Feb 21, 2022
@da1910 da1910 deleted the dependabot/pip/uvicorn-0.17.5 branch February 21, 2022 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related with project dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant