From 63d1f3bb7fa6c3ef7e9e68dcd4a3f1eac7bf1206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:56:15 +0000 Subject: [PATCH] Bump numpy from 1.17.2 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.17.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 93ad522..f7e259d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ dnspython maxminddb -numpy==1.17.2 +numpy==1.22.0 scikit-learn==0.21.3 langid==1.1.6 bs4==0.0.1 diff --git a/setup.py b/setup.py index db1fde3..c06917c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'Source': 'https://github.com/aau-network-security/richkit', }, install_requires=['maxminddb', - 'numpy==1.17.2', + 'numpy==1.22.0', 'scikit-learn==0.21.3', 'langid==1.1.6', 'bs4==0.0.1',