From dec873bcaf1280977fc9657c9b74c097e800611d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 05:06:30 +0000 Subject: [PATCH] chore(deps-dev): bump uvicorn[standard] in the all group Bumps the all group with 1 update: [uvicorn[standard]](https://github.com/encode/uvicorn). Updates `uvicorn[standard]` from 0.34.3 to 0.35.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/uvicorn/compare/0.34.3...0.35.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.35.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9fd74b9c..68ca0da8 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ "griffe-inherited-docstrings>=1.0.0", "mkdocstrings[python]>=0.25.1", ], - "server": ["uvicorn[standard]==0.34.3"], + "server": ["uvicorn[standard]==0.35.0"], "awslambda": ["mangum"], }