From a823dfbf1cfa62978e59723391d6afd7bcfc18a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 23:30:45 +0000 Subject: [PATCH] Bump starlette from 0.8 to 0.25.0 in /days/050-responder/demo/movie_svc Bumps [starlette](https://github.com/encode/starlette) from 0.8 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.8.0...0.25.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- days/050-responder/demo/movie_svc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/days/050-responder/demo/movie_svc/requirements.txt b/days/050-responder/demo/movie_svc/requirements.txt index 26f1c3b3..e37bd3f3 100644 --- a/days/050-responder/demo/movie_svc/requirements.txt +++ b/days/050-responder/demo/movie_svc/requirements.txt @@ -1,2 +1,2 @@ responder -starlette==0.8 +starlette==0.25.0