From 4478dde6bffccd1c81c377ccf3fb05a3347dd84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:19:25 +0000 Subject: [PATCH] Update uvicorn[standard] requirement from ~=0.29.0 to ~=0.30.1 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.29.0...0.30.1) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements-prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a57f8a0..33f8dea 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ pre-commit~=3.7.1 -uvicorn[standard]~=0.29.0 +uvicorn[standard]~=0.30.1 diff --git a/requirements-prod.txt b/requirements-prod.txt index 2f4e848..8447594 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1 +1 @@ -uvicorn[standard]~=0.29.0 +uvicorn[standard]~=0.30.1