From 67ce1b92e247bb350f6b4c0331ec2a3d6678b536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:14:28 +0000 Subject: [PATCH] deps(backend): Bump uvicorn from 0.34.0 to 0.49.0 in /backend Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.34.0 to 0.49.0. - [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.34.0...0.49.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index cf99539..441e36d 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -5,7 +5,7 @@ description = "Carbon Footprint Awareness Platform — FastAPI backend" requires-python = ">=3.10" dependencies = [ "fastapi==0.115.6", - "uvicorn[standard]==0.34.0", + "uvicorn[standard]==0.49.0", "pydantic==2.10.4", "pydantic-settings==2.7.1", "google-genai==1.9.0", diff --git a/backend/requirements.txt b/backend/requirements.txt index ac09cfa..545228c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ # Supply-chain note: for maximum security, generate hashes via # `pip-compile --generate-hashes` and install with `pip install --require-hashes`. fastapi==0.115.6 -uvicorn[standard]==0.34.0 +uvicorn[standard]==0.49.0 pydantic==2.10.4 pydantic-settings==2.7.1 google-genai==1.9.0