From 4e114c528362cb45143ffe01538444dbb8515042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 21:57:16 +0800 Subject: [PATCH] :arrow_up: Update uvicorn requirement from ^0.32.0 to ^0.33.0 (#30) 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.32.0...0.33.0) --- 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 d331057..f6e5699 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ flaky = { version = "^3.7.0", optional = true } lxml = "^5.0.0" arko-wrapper = "^0.3.0" fastapi = "^0.115.0" -uvicorn = { extras = ["standard"], version = "^0.32.0" } +uvicorn = { extras = ["standard"], version = "^0.33.0" } sentry-sdk = "^2.5.1" GitPython = "^3.1.30" openpyxl = "^3.1.1"