From 589f3f1f511764cd4c17d9d19a3f1d58ffc3fbc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 00:37:37 +0000 Subject: [PATCH] Bump starlette from 0.17.1 to 0.30.0 Bumps [starlette](https://github.com/encode/starlette) from 0.17.1 to 0.30.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.17.1...0.30.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 7067b5f..41e7066 100644 --- a/requirements.txt +++ b/requirements.txt @@ -74,7 +74,7 @@ sniffio==1.3.0 sortedcontainers==2.4.0 soupsieve==2.3.2.post1 starkbank-ecdsa==2.2.0 -starlette==0.17.1 +starlette==0.30.0 toml==0.10.2 tomli==2.0.1 tqdm==4.64.1