From fe026ba7245b81d63df0ea9de1061a0f7daf1cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:33:37 +0000 Subject: [PATCH] chore(deps): update tweepy requirement from >=4.16.0 to >=4.17.0 Updates the requirements on [tweepy](https://github.com/tweepy/tweepy) to permit the latest version. - [Release notes](https://github.com/tweepy/tweepy/releases) - [Changelog](https://github.com/tweepy/tweepy/blob/master/docs/changelog.md) - [Commits](https://github.com/tweepy/tweepy/compare/v4.16.0...v4.17.0) --- updated-dependencies: - dependency-name: tweepy dependency-version: 4.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33564c2..d6e76e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ aiohttp==3.13.5 python-dotenv==1.2.2 solders>=0.27.1 cryptography>=47.0.0 -tweepy>=4.16.0 +tweepy>=4.17.0 redis>=7.4.0 apscheduler>=3.11.2 google-generativeai>=0.8.6