From c6ad2cb0d7301f60d69cf852587c51db89c0a98a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 23:46:27 +0000 Subject: [PATCH] Bump urllib3 from 1.21.1 to 1.26.5 in /model Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.21.1 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.21.1...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- model/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 model/setup.py diff --git a/model/setup.py b/model/setup.py old mode 100755 new mode 100644 index e6fb0cb..7e2d920 --- a/model/setup.py +++ b/model/setup.py @@ -20,7 +20,7 @@ license=license, package_data={'config': ['ml/configuration/resources']}, include_package_data=True, - install_requires=['setuptools>=36','urllib3==1.21.1', 'matplotlib', 'numpy', 'pandas', 'sklearn', 'xgboost', 'seaborn', 'graphviz', 'jinja2', 'scipy', 'eli5', 'psycopg2', 'keras', 'tensorflow', 'usaddress', 'gensim'], + install_requires=['setuptools>=36','urllib3==1.26.5', 'matplotlib', 'numpy', 'pandas', 'sklearn', 'xgboost', 'seaborn', 'graphviz', 'jinja2', 'scipy', 'eli5', 'psycopg2', 'keras', 'tensorflow', 'usaddress', 'gensim'], packages=find_packages(exclude=('tests', 'docs')) )