From b4ae5632870e9a4f8c67bbf947238e7898bf1a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 19:19:54 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20uvicorn[standard]=20requir?= =?UTF-8?q?ement=20from=20~=3D0.19.0=20to=20~=3D0.21.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [uvicorn[standard]](https://github.com/encode/uvicorn) to permit the latest version. - [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.21.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fec64d20..8fd65d32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ git+https://github.com/mrwan200/EnkaNetwork.py lxml ~= 4.9.2 arko-wrapper ~= 0.2.8 fastapi ~= 0.93.0 -uvicorn[standard] ~= 0.19.0 +uvicorn[standard] ~= 0.21.0 sentry-sdk ~= 1.15.0 GitPython ~= 3.1.30 openpyxl ~= 3.1.1