From e4e297953083a3eebe8acc324cfac0c15244afe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 07:08:52 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.31.1 to 0.32.0 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.31.1 to 0.32.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.31.1...0.32.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 9f593b48..7f9ebab2 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -3,7 +3,7 @@ psycopg[binary]==3.2.3 psycopg_pool==3.2.3 fastapi[standard]==0.115.2 starlette>=0.35 -uvicorn[standard]==0.31.1 +uvicorn[standard]==0.32.0 pandas==2.2.3 PyYAML==6.0.2 anybadge==1.14.0