From a84cf7c7ff9eed9d8abe40892d2115e32f45ec88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 22:30:09 +0000 Subject: [PATCH] Bump oauthlib from 3.2.1 to 3.2.2 in /bots/rebecca (#110) Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/oauthlib/oauthlib/releases) - [Changelog](https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst) - [Commits](https://github.com/oauthlib/oauthlib/compare/v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: oauthlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oscar Kevin --- bots/rebecca/requirements.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/bots/rebecca/requirements.txt b/bots/rebecca/requirements.txt index 88037d9..2da599e 100644 --- a/bots/rebecca/requirements.txt +++ b/bots/rebecca/requirements.txt @@ -1,3 +1,15 @@ apscheduler==3.9.1 discord.py==1.7.3 -requests==2.28.1 \ No newline at end of file +idna==3.2 +multidict==5.1.0 +oauthlib==3.2.2 +PySocks==1.7.1 +pytz==2021.1 +requests==2.28.1 +requests-oauthlib==1.3.0 +six==1.16.0 +tweepy==3.10.0 +typing-extensions==3.10.0.2 +tzlocal==2.1 +urllib3==1.26.6 +yarl==1.6.3 \ No newline at end of file