From 512ecbe9c90981709429d023a19d6ad0f767b33a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 03:39:11 +0000 Subject: [PATCH] Bump starlette from 0.23.1 to 0.24.0 Bumps [starlette](https://github.com/encode/starlette) from 0.23.1 to 0.24.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.23.1...0.24.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 6807178a..2ec93dcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,4 @@ pytest-xdist==3.1.0 pytest==7.2.1 quart==0.18.3 reactivex==4.0.4 -starlette==0.23.1 \ No newline at end of file +starlette==0.24.0 \ No newline at end of file