From ad5a16eb235b74d1880cb87ad219577511af1cb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:36:32 +0000 Subject: [PATCH] chore(deps): bump sse-starlette from 2.2.1 to 3.4.4 in /backend Bumps [sse-starlette](https://github.com/sysid/sse-starlette) from 2.2.1 to 3.4.4. - [Release notes](https://github.com/sysid/sse-starlette/releases) - [Commits](https://github.com/sysid/sse-starlette/compare/v2.2.1...v3.4.4) --- updated-dependencies: - dependency-name: sse-starlette dependency-version: 3.4.4 dependency-type: direct:production update-type: version-update:semver-major ... 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 07bde20..a116d5d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -25,7 +25,7 @@ python-dotenv==1.0.1 marshmallow<4 # Streaming -sse-starlette==2.2.1 +sse-starlette==3.4.4 # Date/time python-dateutil==2.9.0