From 333abddeb9d6d992728607a305841c3bb387e025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 00:59:10 +0800 Subject: [PATCH] :arrow_up: Update uvicorn requirement from ^0.23.1 to ^0.24.0 Updates the requirements on [uvicorn](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.23.1...0.24.0.post1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f42923b..b566492e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ flaky = { version = "^3.7.0", optional = true } lxml = "^4.9.2" arko-wrapper = "^0.2.8" fastapi = "<0.100.0" -uvicorn = { extras = ["standard"], version = "^0.23.1" } +uvicorn = { extras = ["standard"], version = "^0.24.0" } sentry-sdk = "^1.31.0" GitPython = "^3.1.30" openpyxl = "^3.1.1"