From 14758b5d6fbf3611fced8460d386f9f1d3c700fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 05:16:33 +0000 Subject: [PATCH] [Api]: Bump uvicorn[standard] from 0.17.1 to 0.17.4 in /api Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.17.1 to 0.17.4. - [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.1...0.17.4) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index ed0dd0c..a8d3278 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,6 @@ dnspython==2.2.0 pydantic==1.9.0 pymongo==4.0.1 -uvicorn[standard]==0.17.1 +uvicorn[standard]==0.17.4 fastapi==0.73.0 sentry-sdk==1.5.4