From 3c13c8520d2e9bcb79903f4edefc57415d8a9be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:41:07 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.30.5 to 0.30.6 in /core Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.30.5 to 0.30.6. - [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.30.6) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-patch ... 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..917fa65 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.30.6 \ No newline at end of file