From 3aaabef882df6749565958be1b8ee7f728db3c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Aug 2022 12:40:20 +0000 Subject: [PATCH] Bump numpy from 1.15.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.15.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.15.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dfd53ea87c..e276ad0118 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ ase>=3.15.0 cclib>=1.7.0 mako matplotlib>=2.2.2 -numpy==1.15.4 +numpy==1.22.0 openbabel pandas>=1.01 paramiko>=2.6.0