From e5ef6ccebff877c2247c2f2623f4d2de5f0bb14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:35:52 +0000 Subject: [PATCH] Bump uvicorn from 0.24.0.post1 to 0.25.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.24.0.post1 to 0.25.0. - [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.24.0.post1...0.25.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 019af7b..9140667 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,9 +43,7 @@ hpack==4.0.0 httpcore==1.0.2 # via httpx httpx[http2]==0.26.0 - # via - # -r requirements.in - # httpx + # via -r requirements.in humanize==4.4.0 # via rqmonitor hyperframe==6.0.1 @@ -112,7 +110,7 @@ toml==0.10.2 # via -r requirements.in typing-extensions==4.4.0 # via pydantic -uvicorn==0.24.0.post1 +uvicorn==0.25.0 # via -r requirements.in werkzeug==2.2.2 # via