From ab391b89971af9833c9059fcebb67c6d0ad355b1 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Thu, 28 May 2026 12:01:47 +0000 Subject: [PATCH] fix(deps): update dependency starlette to v1.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4257ab6..01cc6a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "requests-oauthlib==2.0.0", "six==1.17.0", "sqlalchemy==2.0.50", - "starlette==1.1.0", + "starlette==1.2.0", "tweepy==4.16.0", "typing-extensions==4.15.0", "typing-inspection==0.4.2",