From 5624d47e531a238149f136d8677e945c1f2adb74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 05:28:52 +0000 Subject: [PATCH] [pip] Bump uvicorn from 0.30.6 to 0.31.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.6 to 0.31.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.30.6...0.31.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5c5e4f2..3f74f29 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -47,7 +47,7 @@ starlette==0.38.5 tomli==2.0.1 typer==0.12.5 typing_extensions==4.12.2 -uvicorn==0.30.6 +uvicorn==0.31.0 uvloop==0.20.0 watchfiles==0.24.0 websockets==13.1 diff --git a/requirements.txt b/requirements.txt index b5773cb..7fa2466 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ sniffio==1.3.1 starlette==0.38.5 typer==0.12.5 typing_extensions==4.12.2 -uvicorn==0.30.6 +uvicorn==0.31.0 uvloop==0.20.0 watchfiles==0.24.0 websockets==13.1