From 9ba6ca342e1fefd1f63271e833e9ceddd4ccbe62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 05:23:15 +0000 Subject: [PATCH] Bump uvicorn from 0.23.2 to 0.24.0 in /requirements Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.23.2 to 0.24.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.23.2...0.24.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 5b99b928..265f4b9b 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -4,6 +4,6 @@ redis==5.0.1 # https://github.com/antirez/redis celery==5.3.4 # pyup: < 5.0 # https://github.com/celery/celery kombu==5.3.2 flower==2.0.1 # https://github.com/mher/flower -uvicorn==0.23.2 # https://github.com/encode/uvicorn +uvicorn==0.24.0 # https://github.com/encode/uvicorn gunicorn==21.2.0 # https://github.com/benoitc/gunicorn amqp==5.1.1 # https://github.com/celery/py-amqp