From 4ae0657901c40cf4017aa23bd0bbc1787b904791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 21:59:22 +0000 Subject: [PATCH] Bump urllib3 from 1.25.7 to 1.25.8 in /data_collection Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.7 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.7...1.25.8) Signed-off-by: dependabot[bot] --- data_collection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_collection/requirements.txt b/data_collection/requirements.txt index 280396d..e91ca32 100644 --- a/data_collection/requirements.txt +++ b/data_collection/requirements.txt @@ -26,6 +26,6 @@ ruamel.yaml.clib==0.2.0 scikit-learn==0.21.3 scipy==1.3.1 seaborn==0.9.0 -urllib3==1.25.7 +urllib3==1.25.8 validate-email==1.3 virtualenv==20.0.13