From 8199cdc256777c07d2ad97f325c374ef287bec0f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Mar 2026 21:43:27 +0000 Subject: [PATCH] chore(deps): update dependency starlette to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eaa205a..a25996f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "requests-oauthlib==2.0.0", "six==1.17.0", "sqlalchemy==2.0.48", - "starlette==0.52.1", + "starlette==1.0.0", "tweepy==4.16.0", "typing-extensions==4.15.0", "typing-inspection==0.4.2",