From e0638421e1cb14c11e73f1acb926fb869e7f3e12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 09:49:49 +0000 Subject: [PATCH] build(deps): bump starlette from 1.2.0 to 1.3.1 Bumps [starlette](https://github.com/Kludex/starlette) from 1.2.0 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.2.0...1.3.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.3.1 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 c6cc424..a2cd3ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -206,7 +206,7 @@ sqlalchemy-crud-plus==1.13.3 # via fastapi-scheduler sqlparse==0.5.5 # via fastapi-scheduler -starlette==1.2.0 +starlette==1.3.1 # via # fastapi # starlette-context