From d13208582c0d62363982cd5a5678b30e3b459c5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 22:07:00 +0000 Subject: [PATCH] Bump requests from 2.25.1 to 2.27.1 Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.27.1. - [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.27.1) --- 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..7205d76 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.27.1 tweepy==3.10.0 waitress==2.0.0