From 3a07b34bc91507b29b0f367d32b1671adc0a9162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 16:20:48 -0500 Subject: [PATCH] Bump urllib3 from 1.25.6 to 1.25.8 (#167) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.6 to 1.25.8. - [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.25.8) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a42dfb0..84e08f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ pysocks==1.7.1 requests==2.25.1 six==1.12.0 # via sseclient sseclient==0.0.22 -urllib3==1.25.6 # via requests +urllib3==1.25.8 # via requests