From 938bfad5c0c4b78fe18a6172eb1f717879a237ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 22:00:54 +0000 Subject: [PATCH] :arrow_up: Bump starlette in /python-model-service-2 Bumps [starlette](https://github.com/encode/starlette) from 0.13.4 to 0.25.0. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.13.4...0.25.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-model-service-2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-model-service-2/requirements.txt b/python-model-service-2/requirements.txt index fb025f3..2b176b8 100644 --- a/python-model-service-2/requirements.txt +++ b/python-model-service-2/requirements.txt @@ -9,7 +9,7 @@ pika==1.1.0 pydantic==1.5.1 scikit-learn==0.22.1 scipy==1.5.0 -starlette==0.13.4 +starlette==0.25.0 threadpoolctl==2.1.0 uvicorn==0.11.7 uvloop==0.14.0