From 981709a121e8b2e54e16a451eecdcb4bf49f607a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:51:47 +0000 Subject: [PATCH] Bump starlette from 0.49.1 to 0.49.3 Bumps [starlette](https://github.com/Kludex/starlette) from 0.49.1 to 0.49.3. - [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.49.1...0.49.3) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 280063b1..16d882c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ dependencies = [ "injector == 0.22.0", - "starlette == 0.49.1", + "starlette == 0.49.3", "pydantic >=2.5.1,<3.0.0", "typing-extensions>=4.8.0", "jinja2"