From c06e1f6afdb5a3cce83b97029b24eb80bc4be5b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 05:38:27 +0100 Subject: [PATCH] Bump uvicorn from 0.23.2 to 0.27.0.post1 (#292) Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.23.2 to 0.27.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.23.2...0.27.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> --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3ad3e56..70a8ed3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -123,7 +123,7 @@ typing-extensions==4.8.0 # pydantic-core urllib3==2.0.7 # via requests -uvicorn==0.23.2 +uvicorn==0.27.0.post1 # via fastapi-nano (pyproject.toml) wheel==0.42.0 # via pip-tools diff --git a/requirements.txt b/requirements.txt index 17e2ee5..d9027ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,5 +59,5 @@ typing-extensions==4.8.0 # fastapi # pydantic # pydantic-core -uvicorn==0.23.2 +uvicorn==0.27.0.post1 # via fastapi-nano (pyproject.toml)