From ea399aebcd7e5dc72f84df51785b926d5f9e96e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 18:06:57 +0000 Subject: [PATCH] Bump urllib3 from 1.23 to 1.24.2 in /util Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.23 to 1.24.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.23...1.24.2) Signed-off-by: dependabot[bot] --- util/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/requirements.txt b/util/requirements.txt index dc27fc3..ce6ab27 100644 --- a/util/requirements.txt +++ b/util/requirements.txt @@ -5,5 +5,5 @@ idna==2.7 requests==2.19.1 six==1.11.0 trueskill==0.4.4 -urllib3==1.23 +urllib3==1.24.2 zstd==1.3.4.4