From 2e5d0f56cf045ab7ed39ddcfd4b6704a983adb6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:56:17 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.24.0.post1 to 0.28.0 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.24.0.post1 to 0.28.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.28.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- docker-cluster-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5e50ef6..303ce66 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,4 +5,4 @@ flake8==6.1.0 isort==5.13.2 mypy==1.7.1 pre-commit==3.6.0 -uvicorn[standard]==0.24.0.post1 +uvicorn[standard]==0.28.0 diff --git a/docker-cluster-requirements.txt b/docker-cluster-requirements.txt index f2f16ef..47df586 100644 --- a/docker-cluster-requirements.txt +++ b/docker-cluster-requirements.txt @@ -1,3 +1,3 @@ -r requirements.txt -uvicorn[standard]==0.24.0.post1 +uvicorn[standard]==0.28.0