From 60b4b9eb85bed54c63330a0d678e1852c74b17ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 03:16:29 +0000 Subject: [PATCH] Bump urllib3 in /12_browser_automation_selenium/code Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.2 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.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- 12_browser_automation_selenium/code/Pipfile.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/12_browser_automation_selenium/code/Pipfile.lock b/12_browser_automation_selenium/code/Pipfile.lock index e26595b..4e98c6a 100644 --- a/12_browser_automation_selenium/code/Pipfile.lock +++ b/12_browser_automation_selenium/code/Pipfile.lock @@ -26,10 +26,11 @@ }, "urllib3": { "hashes": [ - "sha256:a53063d8b9210a7bdec15e7b272776b9d42b2fd6816401a0d43006ad2f9902db", - "sha256:d363e3607d8de0c220d31950a8f38b18d5ba7c0830facd71a1c6b1036b7ce06c" + "sha256:753a0374df26658f99d826cfe40394a686d05985786d946fbe4165b5148f5a7c", + "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098" ], - "version": "==1.25.2" + "index": "pypi", + "version": "==1.26.5" } }, "develop": {}