From c9b3dbb2db95cf0f7382e13358db1b72308eba57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 01:42:01 +0000 Subject: [PATCH] Bump uvicorn from 0.34.0 to 0.34.1 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.34.0 to 0.34.1. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/uvicorn/compare/0.34.0...0.34.1) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index cff53e7d..d8d9cad2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ numpy==2.2.4 scikit-learn==1.6.1 scipy>=0.19.1 -uvicorn==0.34.0 +uvicorn==0.34.1 fastapi==0.115.12 requests==2.32.3 websockets==15.0.1