From aca82f463e31f1e1d707bf874cd953cf02cf9ca5 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Wed, 5 Aug 2026 04:04:11 +0000 Subject: [PATCH] Update dependency tweepy to v4.17.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ee6192..6a200eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "six==1.17.0", "sqlalchemy==2.0.51", "starlette==1.3.1", - "tweepy==4.16.0", + "tweepy==4.17.0", "typing-extensions==4.15.0", "typing-inspection==0.4.2", "tzdata==2026.2",