From 126f681e7d51d9ddbaeecf77f0536fa7d0716307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:02:22 +0000 Subject: [PATCH] build(deps): update uvicorn requirement from ~=0.32.1 to ~=0.34.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.32.1...0.34.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d893740..6c2675a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "niquests~=3.11.1", "playwright~=1.49.0", "ruff~=0.8.0", - "uvicorn~=0.32.1", + "uvicorn~=0.34.0", "watchfiles~=1.0.0", "zstandard~=0.23.0", "zstd-asgi~=0.2",