From f8bc98f9568f83abc0511b1ef5b120f3e4c60d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 22:50:55 +0000 Subject: [PATCH] Bump starlette in /code-sample-python/python_fast_api Bumps [starlette](https://github.com/encode/starlette) from 0.17.1 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.17.1...0.25.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code-sample-python/python_fast_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-sample-python/python_fast_api/requirements.txt b/code-sample-python/python_fast_api/requirements.txt index 9dfd0a21..97986dcf 100644 --- a/code-sample-python/python_fast_api/requirements.txt +++ b/code-sample-python/python_fast_api/requirements.txt @@ -9,7 +9,7 @@ pydantic==1.9.0 python-dotenv==0.19.2 PyYAML==6.0 sniffio==1.2.0 -starlette==0.17.1 +starlette==0.25.0 typing-extensions==4.1.1 uvicorn==0.17.6 uvloop==0.16.0