From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 06:20:07 +0000 (-0800) Subject: Bump uvicorn from 0.22.0 to 0.24.0.post1 (#2972) X-Git-Tag: 0.26.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ef08c79493834108144954e3ada1443b8098d09;p=thirdparty%2Fhttpx.git Bump uvicorn from 0.22.0 to 0.24.0.post1 (#2972) Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.22.0 to 0.24.0.post1. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.22.0...0.24.0.post1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com> --- diff --git a/requirements.txt b/requirements.txt index 95ded00f..3597bc37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,4 +28,4 @@ ruff==0.1.6 trio==0.22.2 trio-typing==0.10.0 trustme==1.1.0 -uvicorn==0.22.0 +uvicorn==0.24.0.post1