Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Bump uvicorn from 0.18.3 to 0.19.0#98

Merged
rosesyrett merged 1 commit into
dependabot-changesfrom
dependabot/pip/uvicorn-0.19.0
Nov 11, 2022
Merged

Bump uvicorn from 0.18.3 to 0.19.0#98
rosesyrett merged 1 commit into
dependabot-changesfrom
dependabot/pip/uvicorn-0.19.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 24, 2022

Bumps uvicorn from 0.18.3 to 0.19.0.

Release notes

Sourced from uvicorn's releases.

Version 0.19.0

Added

  • Support Python 3.11 (#1652) 16/09/22
  • Bump minimal httptools version to 0.5.0 (#1645) 13/09/22
  • Ignore HTTP/2 upgrade and optionally ignore WebSocket upgrade (#1661) 19/10/22
  • Add py.typed to comply with PEP 561 (#1687) 07/10/22

Fixed

  • Set propagate to False on "uvicorn" logger (#1288) 08/10/22
  • USR1 signal is now handled correctly on UvicornWorker. (#1565) 26/08/22
  • Use path with query string on WebSockets logs (#1385) 11/09/22
  • Fix behavior on which "Date" headers were the same per connection (#1706) 19/10/22

Removed

  • Remove the --debug flag (#1640) 14/09/22
  • Remove the DebugMiddleware (#1697) 07/10/22
Changelog

Sourced from uvicorn's changelog.

0.19.0 - 2022-10-19

Added

  • Support Python 3.11 (#1652) 16/09/22
  • Bump minimal httptools version to 0.5.0 (#1645) 13/09/22
  • Ignore HTTP/2 upgrade and optionally ignore WebSocket upgrade (#1661) 19/10/22
  • Add py.typed to comply with PEP 561 (#1687) 07/10/22

Fixed

  • Set propagate to False on "uvicorn" logger (#1288) 08/10/22
  • USR1 signal is now handled correctly on UvicornWorker. (#1565) 26/08/22
  • Use path with query string on WebSockets logs (#1385) 11/09/22
  • Fix behavior on which "Date" headers were not updated on the same connection (#1706) 19/10/22

Removed

  • Remove the --debug flag (#1640) 14/09/22
  • Remove the DebugMiddleware (#1697) 07/10/22
Commits

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 Pull requests that update a dependency file python Pull requests that update Python code labels Oct 24, 2022
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.18.3 to 0.19.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](Kludex/uvicorn@0.18.3...0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/uvicorn-0.19.0 branch from b3f4767 to 70fb32f Compare November 11, 2022 09:40
@rosesyrett rosesyrett changed the base branch from master to dependabot-changes November 11, 2022 10:20
@rosesyrett rosesyrett merged commit 9814ea6 into dependabot-changes Nov 11, 2022
@rosesyrett rosesyrett deleted the dependabot/pip/uvicorn-0.19.0 branch November 11, 2022 10:21
rosesyrett added a commit that referenced this pull request Nov 11, 2022
* Bump virtualenv from 20.16.5 to 20.16.6

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.16.5 to 20.16.6.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.16.5...20.16.6)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump anyio from 3.6.1 to 3.6.2 (#97)

Bumps [anyio](https://github.com/agronholm/anyio) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/3.6.2/docs/versionhistory.rst)
- [Commits](agronholm/anyio@3.6.1...3.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump fastapi from 0.85.1 to 0.86.0 (#110)

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.85.1 to 0.86.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.85.1...0.86.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump uvicorn from 0.18.3 to 0.19.0 (#98)

Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.18.3 to 0.19.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](Kludex/uvicorn@0.18.3...0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump identify from 2.5.6 to 2.5.8 (#99)

Bumps [identify](https://github.com/pre-commit/identify) from 2.5.6 to 2.5.8.
- [Release notes](https://github.com/pre-commit/identify/releases)
- [Commits](pre-commit/identify@v2.5.6...v2.5.8)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump docker/build-push-action from 3.1.1 to 3.2.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@c84f382...c56af95)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pytz from 2022.4 to 2022.6

Bumps [pytz](https://github.com/stub42/pytz) from 2022.4 to 2022.6.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2022.4...release_2022.6)

---
updated-dependencies:
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump setuptools from 65.5.0 to 65.5.1

Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.0 to 65.5.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v65.5.0...v65.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump babel from 2.10.3 to 2.11.0

Bumps [babel](https://github.com/python-babel/babel) from 2.10.3 to 2.11.0.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](python-babel/babel@v2.10.3...v2.11.0)

---
updated-dependencies:
- dependency-name: babel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump platformdirs from 2.5.2 to 2.5.3

Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 2.5.2 to 2.5.3.
- [Release notes](https://github.com/platformdirs/platformdirs/releases)
- [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@2.5.2...2.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump docker/metadata-action from 4.0.1 to 4.1.1 (#105)

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@69f6fc9...5739616)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant