From e8e43e94d2bb7d432d14a652bc68b60cb9a401c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 21:34:22 +0000 Subject: [PATCH] Bump starlette from 0.12.13 to 0.25.0 Bumps [starlette](https://github.com/encode/starlette) from 0.12.13 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.12.13...0.25.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 8816c81..af97caf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ quart==0.17.0; python_version >= '3.7' -starlette==0.12.13 +starlette==0.25.0 python-multipart==0.0.5 pytest==6.2.5 pytest-asyncio==0.15.0