From 371278554865010804d12126c0c9aa4222ccaef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 22:17:12 +0000 Subject: [PATCH] Bump starlette from 0.13.8 to 0.25.0 in /guess-the-number Bumps [starlette](https://github.com/encode/starlette) from 0.13.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.13.8...0.25.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- guess-the-number/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guess-the-number/requirements.txt b/guess-the-number/requirements.txt index 108ca430..03b30872 100644 --- a/guess-the-number/requirements.txt +++ b/guess-the-number/requirements.txt @@ -7,7 +7,7 @@ httpx==0.16.1; python_version >= "3.6" and python_full_version >= "3.6.1" idna==2.10; python_version >= "3.6" and python_full_version >= "3.6.1" rfc3986==1.4.0; python_version >= "3.6" and python_full_version >= "3.6.1" sniffio==1.2.0; python_version >= "3.6" and python_full_version >= "3.6.1" -starlette==0.13.8; python_version >= "3.6" and python_full_version >= "3.6.1" +starlette==0.25.0; python_version >= "3.6" and python_full_version >= "3.6.1" typing-extensions==3.7.4.3; python_version < "3.8" and python_full_version >= "3.6.1" uvicorn==0.12.2; python_full_version >= "3.6.1" locust==2.4.0 \ No newline at end of file