From 2b724e44e3c8468a6b373cdc01ad49fe5b0d4811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:07:00 +0000 Subject: [PATCH] Bump starlette from 0.37.2 to 1.0.1 in /programs/dynamic-mocker Bumps [starlette](https://github.com/Kludex/starlette) from 0.37.2 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.37.2...1.0.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- programs/dynamic-mocker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/dynamic-mocker/requirements.txt b/programs/dynamic-mocker/requirements.txt index 85c3c80c..f52fe9dc 100644 --- a/programs/dynamic-mocker/requirements.txt +++ b/programs/dynamic-mocker/requirements.txt @@ -25,7 +25,7 @@ PyYAML==6.0.1 rich==13.7.1 shellingham==1.5.4 sniffio==1.3.1 -starlette==0.37.2 +starlette==1.0.1 typer==0.12.3 typing_extensions==4.11.0 ujson==5.9.0