From 132b2a8f44e8befd3a44058700a9c0ba9b4e2667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:43:42 +0000 Subject: [PATCH] Update uvicorn requirement from ^0.30.5 to ^0.32.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.30.5...0.32.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 95fe6a0..0200bb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false [tool.poetry.dependencies] python = ">=3.11" fastapi = {extras = ["standard"], version = "^0.115.0"} -uvicorn = {extras = ["standard"], version = "^0.30.5"} +uvicorn = {extras = ["standard"], version = "^0.32.0"} pypresence = "^4.3.0" nest-asyncio = "^1.6.0" orjson = "^3.10.6"