From 68ca85c36c0fcf3ffe1a89a89fb7580c6e446588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 05:58:54 +0000 Subject: [PATCH] [Api]: Bump uvicorn[standard] from 0.17.4 to 0.21.0 in /api Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.17.4 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.4...0.21.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... 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 a8d3278..e9388f7 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.4 +uvicorn[standard]==0.21.0 fastapi==0.73.0 sentry-sdk==1.5.4