From 99ea28427c319b86838479cf66fa6dc290182fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:38:55 +0000 Subject: [PATCH] Bump numpy from 1.17.2 to 1.22.0 in /hw3/src 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] --- hw3/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw3/src/requirements.txt b/hw3/src/requirements.txt index be5b6d2..e244fb3 100644 --- a/hw3/src/requirements.txt +++ b/hw3/src/requirements.txt @@ -12,7 +12,7 @@ jupyter-core==4.6.0 mkl-fft==1.0.14 mkl-random==1.1.0 mkl-service==2.3.0 -numpy==1.17.2 +numpy==1.22.0 olefile==0.46 pandas==0.25.2 parso==0.5.1