From 2e3cfb500f231f21a2f0f89687f3f77ec3f26af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:11:54 +0000 Subject: [PATCH] Bump urllib3 from 1.25.6 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.6 to 1.26.5. - [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.25.6...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flaskapp/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flaskapp/requirements.txt b/flaskapp/requirements.txt index ed77f00..3ffd066 100644 --- a/flaskapp/requirements.txt +++ b/flaskapp/requirements.txt @@ -21,6 +21,6 @@ python-editor==1.0.4 requests==2.22.0 six==1.12.0 SQLAlchemy==1.3.8 -urllib3==1.25.6 +urllib3==1.26.5 validators==0.14.0 Werkzeug==0.16.0 diff --git a/requirements.txt b/requirements.txt index 451110d..5f7608d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ psycopg2-binary==2.8.3 requests==2.22.0 six==1.12.0 SQLAlchemy==1.3.8 -urllib3==1.25.6 +urllib3==1.26.5 validators==0.14.0 Werkzeug==0.16.0