From c12988fa2c545fbeb698d89d333bb318e646d423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 09:01:41 +0000 Subject: [PATCH] Bump uvicorn from 0.24.0.post1 to 0.25.0 in /app Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.24.0.post1 to 0.25.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.24.0.post1...0.25.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index db4872f..eb91d22 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -10,6 +10,6 @@ python-decouple==3.8 python-multipart==0.0.6 redis==5.0.1 SQLAlchemy==2.0.23 -uvicorn==0.24.0.post1 +uvicorn==0.25.0 validators==0.22.0 -r translations/requirements.txt