From c621b08d8f8423c650697c54b267d80f94017ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 00:49:06 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.22 to 1.26.5 in /code Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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.22...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/requirements.txt b/code/requirements.txt index 29b774a..ed205b4 100644 --- a/code/requirements.txt +++ b/code/requirements.txt @@ -1,7 +1,7 @@ descartes==1.1.0 pandas==0.24.2 matplotlib==2.1.1 -urllib3==1.22 +urllib3==1.26.5 xarray==0.12.1 statsmodels==0.10.0 Shapely==1.6.4.post2