From f600a1e2ba366cc834175fcac49171736127a07a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:41:18 +0000 Subject: [PATCH] Update uvicorn[standard] requirement from ~=0.31.0 to ~=0.32.0 Updates the requirements on [uvicorn[standard]](https://github.com/encode/uvicorn) to permit the latest version. - [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.31.1...0.32.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 80e7340..f75cccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "httpx~=0.27.0", "beautifulsoup4~=4.12.3", "tzdata~=2024.2", - "uvicorn[standard]~=0.31.0", + "uvicorn[standard]~=0.32.0", ] [tool.uv] diff --git a/requirements.txt b/requirements.txt index ac24350..74122d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ jinja2~=3.1.4 httpx~=0.27.2 beautifulsoup4~=4.12.3 tzdata~=2024.2 -uvicorn[standard]~=0.31.1 +uvicorn[standard]~=0.32.0