From d833fd84b264747b4ea91f942cd9b52decb887d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 05:33:58 +0000 Subject: [PATCH] build(deps): update uvicorn requirement from >=0.46.0 to >=0.49.0 Updates the requirements on [uvicorn](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.46.0...0.49.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ec46695..14ceecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,12 +33,12 @@ dependencies = [ ] [project.optional-dependencies] -web = ["fastapi>=0.104.0", "uvicorn>=0.46.0"] +web = ["fastapi>=0.104.0", "uvicorn>=0.49.0"] yaml = ["pyyaml>=6.0"] cloud = ["cryptography>=41.0.0"] s3 = ["boto3>=1.28.0"] jwt = ["PyJWT>=2.8.0"] -all = ["fastapi>=0.104.0", "uvicorn>=0.46.0", "pyyaml>=6.0", "cryptography>=41.0.0", "boto3>=1.28.0", "PyJWT>=2.8.0"] +all = ["fastapi>=0.104.0", "uvicorn>=0.49.0", "pyyaml>=6.0", "cryptography>=41.0.0", "boto3>=1.28.0", "PyJWT>=2.8.0"] dev = ["pytest>=7.0", "pytest-cov", "ruff", "mypy"] [project.scripts] diff --git a/requirements.txt b/requirements.txt index d513948..4818197 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ requests>=2.31.0 networkx>=3.4.2 pydantic>=2.0.0 fastapi>=0.104.0 -uvicorn>=0.46.0 +uvicorn>=0.49.0 pyyaml>=6.0