From 2f1d070ef394b127eeda32720e61761bb4a958e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 23:46:33 +0000 Subject: [PATCH] Bump urllib3 from 1.24.1 to 1.26.5 in /pmp_backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.1 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.24.1...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pmp_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmp_backend/requirements.txt b/pmp_backend/requirements.txt index c6321ce..5ec6f8e 100644 --- a/pmp_backend/requirements.txt +++ b/pmp_backend/requirements.txt @@ -10,7 +10,7 @@ gevent-websocket == 0.10.1 pyopenssl == 19.0.0 gunicorn == 19.9.0 pytest == 4.2.1 -urllib3 == 1.24.1 +urllib3 == 1.26.5 requests == 2.21.0 eventlet pymysql