From 9560c211669d619b73748cdb923ac79d0f64a177 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 06:22:43 +0000 Subject: [PATCH] [Security] Bump urllib3 from 1.22 to 1.25.9 in /fact-bounty-flask Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.25.9. **This update includes security fixes.** - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.22...1.25.9) Signed-off-by: dependabot-preview[bot] --- fact-bounty-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fact-bounty-flask/requirements.txt b/fact-bounty-flask/requirements.txt index 3c474d2e..92beda08 100644 --- a/fact-bounty-flask/requirements.txt +++ b/fact-bounty-flask/requirements.txt @@ -43,7 +43,7 @@ SQLAlchemy==1.2.18 tornado==6.0 tweepy==3.8.0 typed-ast==1.2.0 -urllib3==1.22 +urllib3==1.25.9 Werkzeug==0.14.1 wrapt==1.11.1 WTForms==2.2.1