From d5249d4d9b635999c724a94844d342980bf1ba2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:18:42 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.19.0 to 0.23.2 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.19.0 to 0.23.2. - [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.19.0...0.23.2) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 89dc0a813..a64719299 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ celery == 5.2.2 azure-storage-blob == 12.12.0 python-dotenv ~= 0.21 gunicorn == 20.1.0 -uvicorn == 0.19.0 +uvicorn == 0.23.2 whitenoise == 6.2.0 django-ical == 1.8.0 slack-sdk == 3.19.3