From 2d8200de01bfd9671b08188008ff2be854ad1c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 02:53:57 +0000 Subject: [PATCH] Bump uvicorn from 0.25.0 to 0.28.0 in /backend Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.25.0 to 0.28.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.25.0...0.28.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements-docker.txt | 2 +- backend/src/requirements_docker.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-docker.txt b/backend/requirements-docker.txt index 0ff8010..6cc560f 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -6,4 +6,4 @@ httpx==0.26.0 pydantic==2.6.1 python-multipart==0.0.9 python-jose==3.3.0 -uvicorn==0.27.1 +uvicorn==0.28.0 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index 69e4929..c01cf9d 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -6,5 +6,5 @@ pydantic==2.5.3 python-multipart==0.0.7 python-jose==3.3.0 SQLAlchemy==2.0.24 -uvicorn==0.25.0 +uvicorn==0.28.0