From 9371485bd0ca452703d1d02c0f39a3d9715683b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:45:01 +0000 Subject: [PATCH] Bump numpy from 1.16.2 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.16.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.16.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf4452a..d89c506 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ packages=find_packages(), install_requires=[ 'py-solc == 3.2.0', 'Logbook == 1.4.1', 'deap == 1.3.0', - 'attrs == 18.2.0', 'docker == 3.7.2', 'numpy == 1.16.2', + 'attrs == 18.2.0', 'docker == 3.7.2', 'numpy == 1.22.0', 'matplotlib == 3.1.1' ], extras_require={'dev': ['pylint', 'mypy', 'yapf']},