From 03406aa8b97f0456919664ffbb96b07c9b6207ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:16:31 +0000 Subject: [PATCH] Bump numpy from 1.10.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.10.4 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.10.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- PythonAlgrithoms/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PythonAlgrithoms/requirements.txt b/PythonAlgrithoms/requirements.txt index 8814de1..2249297 100644 --- a/PythonAlgrithoms/requirements.txt +++ b/PythonAlgrithoms/requirements.txt @@ -4,7 +4,7 @@ Gato==1.2.2 Graphine==0.0 matplotlib==1.5.3 networkx==1.11 -numpy==1.10.4 +numpy==1.22.0 pyparsing==2.1.10 python-dateutil==2.5.3 pytz==2016.7 diff --git a/requirements.txt b/requirements.txt index 600241e..1e39c16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ decorator==4.0.9 Gato==1.2.2 Graphine==0.0 networkx==1.11 -numpy==1.10.4 +numpy==1.22.0 autopep8==1.3.3 pep8==1.7.1 funcy==1.11