From bf08949aa5eb3721f0ba90429c5ed8e5f7377355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:05:22 +0000 Subject: [PATCH] chore(deps): bump starlette Bumps the pip group with 1 update in the /backend directory: [starlette](https://github.com/Kludex/starlette). Updates `starlette` from 1.0.1 to 1.3.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/1.0.1...1.3.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.3.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index eb9446f..743152c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,4 +8,4 @@ python-multipart==0.0.31 pysnmp-lextudio==5.0.34 pyasn1>=0.4.8,<0.7.0 httpx==0.27.0 -starlette==1.0.1 \ No newline at end of file +starlette==1.3.1 \ No newline at end of file