From 3d40872b134dc15a50713057bfcb177a912037ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 03:22:32 +0000 Subject: [PATCH] Bump starlette from 0.24.0 to 0.25.0 Bumps [starlette](https://github.com/encode/starlette) from 0.24.0 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.24.0...0.25.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 51a4b815..7aef64fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,4 @@ pytest-xdist==3.2.0 pytest==7.2.1 quart==0.18.3 reactivex==4.0.4 -starlette==0.24.0 \ No newline at end of file +starlette==0.25.0 \ No newline at end of file