From 956e9c647f817eef48c16e49b12b90f2ea64b668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 21:28:54 +0000 Subject: [PATCH] Bump tweepy from 1.12 to 3.0 Bumps [tweepy](https://github.com/tweepy/tweepy) from 1.12 to 3.0. - [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/1.12...v3.0.0) --- updated-dependencies: - dependency-name: tweepy 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 78eed88..1ef818d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ PyYAML==3.10 anyjson==0.3.3 beanstalkc==0.2.0 boto==2.5.2 -tweepy==1.12 +tweepy==3.0 wsgiref==0.1.2 Logbook==0.3 requests==0.14.0