From 3a7441a27d7dbeb8211fc11742243c1a9b4b9835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 03:01:41 +0000 Subject: [PATCH] Bump uvicorn from 0.18.2 to 0.18.3 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.18.2 to 0.18.3. - [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.18.2...0.18.3) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a0531ea8..f59b9631c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ sdnotify==0.3.2 # API Server fastapi==0.79.1 -uvicorn==0.18.2 +uvicorn==0.18.3 pyjwt==2.4.0 aiofiles==0.8.0 psutil==5.9.1