From aaef1e7ecd9ba3da8f3d77f67bb7ac8c196f49b6 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Thu, 11 Jun 2026 14:43:58 +0000 Subject: [PATCH] Update dependency starlette to v1.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e706f93..dbc3513 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.2.1", + "starlette==1.3.0", "tweepy==4.16.0", "typing-extensions==4.15.0", "typing-inspection==0.4.2",