From 990ac71ff71022c753c14ccacfbafca535778a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 22:02:18 +0000 Subject: [PATCH] Bump requests from 2.25.1 to 2.28.2 Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.28.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.28.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 59998c6..d01e4df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ flask==1.1.2 oauth2==1.9.0.post1 Pillow==8.2.0 pyngrok==5.0.5 -requests==2.25.1 +requests==2.28.2 tweepy==3.10.0 waitress==2.0.0