From 07f3b2409e0a50234bebf5babb5508fb3bcbe971 Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Fri, 19 Jun 2026 15:39:53 -0400 Subject: [PATCH] fix: bump starlette to address a CVE --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 856e59a5..00e6cab8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -106,7 +106,7 @@ requests==2.34.2 # soundswallower==0.6.7 # Manual override: soundswallower is not needed for the web API so ignore it. # via hatch.envs.prod -starlette==1.2.1 +starlette==1.3.1 # via fastapi text-unidecode==1.3 # via