From 51e4e66b25f3934770af2f1d17d31c6c3e11c508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:14:12 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.20.0 to 0.34.3 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.20.0 to 0.34.3. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/uvicorn/compare/0.20.0...0.34.3) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.34.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 0487d84..4d64673 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -9,7 +9,7 @@ hiredis==2.2.1 # https://github.com/redis/hiredis-py celery==5.2.7 # pyup: < 6.0 # https://github.com/celery/celery django-celery-beat==2.4.0 # https://github.com/celery/django-celery-beat flower==1.2.0 # https://github.com/mher/flower -uvicorn[standard]==0.20.0 # https://github.com/encode/uvicorn +uvicorn[standard]==0.34.3 # https://github.com/encode/uvicorn # Django # ------------------------------------------------------------------------------