From 62ab1895d6e46fcb5fd6b3f27e653c18eb8b8a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 02:22:27 +0000 Subject: [PATCH] Update starlette requirement from <1.0,>=0.48 to >=1.0.0,<2.0 Updates the requirements on [starlette](https://github.com/Kludex/starlette) to permit the latest version. - [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.48.0...1.0.0) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 07309ac..8e3969e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ uvicorn>=0.46.0 pillow>=11.3,<13.0 qrcode[pil]>=8.2,<9.0 types-qrcode>=8.2,<9.0 -starlette>=0.48,<1.0 +starlette>=1.0.0,<2.0