From c2aa904dac4c2b22ac260af6ff31eebb8b58ad89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 07:32:51 +0000 Subject: [PATCH] chore(deps): update uvicorn[standard] requirement Updates the requirements on [uvicorn[standard]](https://github.com/Kludex/uvicorn) to permit the latest version. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.30.0...0.51.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.51.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3d48143..3e3a463 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Русскоязычная Duolingo-подобная обучал requires-python = ">=3.11" dependencies = [ "fastapi>=0.115,<1.0", - "uvicorn[standard]>=0.30,<1.0", + "uvicorn[standard]>=0.51.0,<1.0", ] [project.optional-dependencies] diff --git a/uv.lock b/uv.lock index c083274..73e9985 100644 --- a/uv.lock +++ b/uv.lock @@ -392,7 +392,7 @@ requires-dist = [ { name = "pyright", marker = "extra == 'dev'", specifier = ">=1.1" }, { name = "pytest", marker = "extra == 'dev'", specifier = ">=8.0" }, { name = "ruff", marker = "extra == 'dev'", specifier = ">=0.15.21" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.30,<1.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.51.0,<1.0" }, ] provides-extras = ["dev"]