From 7cccd4f557fbccf974cccbd3d7bd9895c083e854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2020 15:59:51 +0000 Subject: [PATCH] Bump urllib3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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.22...1.24.2) Signed-off-by: dependabot[bot] --- .../requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/code/2017-10-17-deploying-machine-learning-models/requirements.txt b/_posts/code/2017-10-17-deploying-machine-learning-models/requirements.txt index 35c44a5..fd895d1 100644 --- a/_posts/code/2017-10-17-deploying-machine-learning-models/requirements.txt +++ b/_posts/code/2017-10-17-deploying-machine-learning-models/requirements.txt @@ -13,5 +13,5 @@ pymongo==3.5.1 requests==2.18.4 scikit-learn==0.18.2 scipy==0.19.1 -urllib3==1.22 +urllib3==1.24.2 Werkzeug==0.12.2