From ef8f86422db1f095017f700cf2653e35b71ca3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:18:50 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.30.5 to 0.31.1 in /core Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.30.5 to 0.31.1. - [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.30.5...0.31.1) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/requirements.txt b/core/requirements.txt index 0c03f99..a812699 100644 --- a/core/requirements.txt +++ b/core/requirements.txt @@ -6,4 +6,4 @@ passlib==1.7.4 pydantic==2.8.2 PyJWT==2.8.0 scikit-learn==1.5.1 -uvicorn[standard]==0.30.5 \ No newline at end of file +uvicorn[standard]==0.31.1 \ No newline at end of file