From bbc83dc2b7e6587f42e772898aae8ec3bcc5935a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 22:30:48 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.32.0 to 0.34.2 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.32.0 to 0.34.2. - [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.32.0...0.34.2) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.34.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 219ed107..4e1d1015 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -248,7 +248,7 @@ dependencies = [ "sqlalchemy[mypy] ==2.0.36", "sqlalchemy-utils ==0.41.2", "typer ==0.12.5", - "uvicorn[standard]==0.32.0", + "uvicorn[standard]==0.34.2", "WTForms==3.2.1", "zxcvbn-rs-py==0.1.1", ]