From 6a16b261d8f7a4486835d35bb5b79b5a480511bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:28:00 +0000 Subject: [PATCH] Bump uvicorn from 0.25.0 to 0.29.0 in /backend Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.25.0 to 0.29.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.29.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..326a0ac 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.29.0 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index 69e4929..a43f07e 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.29.0