From 951c3a53a2587f1410110ddbfcffb2f7c07cfd42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 21:43:32 +0000 Subject: [PATCH] Bump starlette from 0.40.0 to 0.49.1 in /Operator Bumps [starlette](https://github.com/Kludex/starlette) from 0.40.0 to 0.49.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.40.0...0.49.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Operator/requirements.txt | 2 +- Operator/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Operator/requirements.txt b/Operator/requirements.txt index c2bb572..a25c6a6 100644 --- a/Operator/requirements.txt +++ b/Operator/requirements.txt @@ -30,7 +30,7 @@ python-dotenv==1.0.1 requests==2.31.0 sniffio==1.3.1 spidev==3.6 -starlette==0.40.0 +starlette==0.49.1 typing==3.7.4.3 typing_extensions==4.11.0 urllib3==2.2.1 diff --git a/Operator/setup.py b/Operator/setup.py index 7b10055..6dd7b0e 100644 --- a/Operator/setup.py +++ b/Operator/setup.py @@ -27,7 +27,7 @@ 'pytest==8.1.2', 'pytest-asyncio==0.23.6', 'sniffio==1.3.1', - 'starlette==0.40.0', + 'starlette==0.49.1', 'typing_extensions==4.11.0', 'uvicorn==0.29.0', 'charset-normalizer==3.3.2',