From 7f6e81306edecdb9183600865a58d79966ba5c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 13:25:37 +0000 Subject: [PATCH] Bump starlette from 0.17.1 to 1.0.1 in /python-yaml Bumps [starlette](https://github.com/Kludex/starlette) from 0.17.1 to 1.0.1. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.17.1...1.0.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-yaml/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-yaml/requirements.txt b/python-yaml/requirements.txt index 5abbbd72d8..4462791d97 100644 --- a/python-yaml/requirements.txt +++ b/python-yaml/requirements.txt @@ -7,6 +7,6 @@ idna==3.3 pydantic==1.9.0 PyYAML==6.0 sniffio==1.2.0 -starlette==0.17.1 +starlette==1.0.1 typing_extensions==4.1.1 uvicorn==0.17.6