From e278a1075cee2f8f5dd99e7bbac28e3c3633a2e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:47:24 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.14.0 to 1.22.0 in /350/assignment_two Bumps [numpy](https://github.com/numpy/numpy) from 1.14.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.14.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 350/assignment_two/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/350/assignment_two/requirements.txt b/350/assignment_two/requirements.txt index c485757..44a0492 100644 --- a/350/assignment_two/requirements.txt +++ b/350/assignment_two/requirements.txt @@ -1,3 +1,3 @@ -numpy==1.14.0 +numpy==1.22.0 pandas==0.23.4 chartify==2.3.5 \ No newline at end of file