From db639daa16f9d935cb3c49a775a92fda5f552ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:14:14 +0000 Subject: [PATCH] Bump numpy from 1.21.0 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 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.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- multivis.egg-info/requires.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/multivis.egg-info/requires.txt b/multivis.egg-info/requires.txt index 4b2c25b..9ab93c2 100644 --- a/multivis.egg-info/requires.txt +++ b/multivis.egg-info/requires.txt @@ -1,4 +1,4 @@ -numpy==1.21.0 +numpy==1.22.0 openpyxl==2.6.1 pandas==1.2.5 matplotlib==3.4.2 diff --git a/setup.py b/setup.py index 8504b28..9f8fcda 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def readme(): url="https://github.com/brettChapman/multivis", packages=["multivis", "multivis.utils"], python_requires=">=3.5", - install_requires=["numpy==1.21.0", + install_requires=["numpy==1.22.0", "openpyxl==2.6.1", "pandas==1.2.5", "matplotlib==3.4.2",