From c61d3f304d4f68e0032ca27f56f3e5b434ddc8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:40:38 +0000 Subject: [PATCH] Bump urllib3 from 1.26.4 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 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.26.4...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 13 +++++++------ requirements.txt | 8 ++++---- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 03a5bdc..af646ff 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -18,10 +18,10 @@ "default": { "astroid": { "hashes": [ - "sha256:ad63b8552c70939568966811a088ef0bc880f99a24a00834abd0e3681b514f91", - "sha256:bea3f32799fbb8581f58431c12591bc20ce11cbc90ad82e2ea5717d94f2080d5" + "sha256:3c9a2d84354185d13213ff2640ec03d39168dbcd13648abc84fb13ca3b2e2761", + "sha256:d66a600e1602736a0f24f725a511b0e50d12eb18f54b31ec276d2c26a0a62c6a" ], - "version": "==2.5.3" + "version": "==2.5.7" }, "isort": { "hashes": [ @@ -89,10 +89,11 @@ }, "urllib3": { "hashes": [ - "sha256:2f4da4594db7e1e110a944bb1b551fdf4e6c136ad42e4234131391e21eb5b0df", - "sha256:e7b021f7241115872f92f43c6508082facffbd1c048e3c6e2bb9c2a157e28937" + "sha256:753a0374df26658f99d826cfe40394a686d05985786d946fbe4165b5148f5a7c", + "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098" ], - "version": "==1.26.4" + "index": "pypi", + "version": "==1.26.5" }, "wrapt": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 0fabfb3..8b75051 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ --i https://pypi.org/simple -astroid==2.5.6 +-i https://pypi.org/simple/ +astroid==2.5.7 isort==5.8.0 lazy-object-proxy==1.6.0 mccabe==0.6.1 -pylint==2.8.2 +pylint==2.7.4 selenium==3.141.0 toml==0.10.2 -urllib3==1.26.4 +urllib3==1.26.5 wrapt==1.12.1