From 05d9db0a902836bdc9ef958e4a79cc21303018b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 22:59:42 +0000 Subject: [PATCH] Bump uvicorn from 0.17.6 to 0.21.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.17.6 to 0.21.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.17.6...0.21.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- WebPage/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebPage/requirements.txt b/WebPage/requirements.txt index eeb0e2f..582e14f 100644 --- a/WebPage/requirements.txt +++ b/WebPage/requirements.txt @@ -8,7 +8,7 @@ numpy==1.23.3 opencv_python==4.6.0.66 Pillow==9.2.0 PyOpenGL==3.1.6 -uvicorn==0.17.6 +uvicorn==0.21.0 django-cors-headers glfw whitenoise