From 730f72cc7b6fcb9683f0af0e8ae0ecc7e780e336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 12:50:18 +0000 Subject: [PATCH] Bump numpy from 1.19.2 to 1.22.0 in /case-studies/20220815_kunal_bhatia Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.19.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- case-studies/20220815_kunal_bhatia/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/case-studies/20220815_kunal_bhatia/requirements.txt b/case-studies/20220815_kunal_bhatia/requirements.txt index 31d1d35..0be656a 100644 --- a/case-studies/20220815_kunal_bhatia/requirements.txt +++ b/case-studies/20220815_kunal_bhatia/requirements.txt @@ -1,5 +1,5 @@ dotlas==1.0.4 -numpy==1.19.2 +numpy==1.22.0 pandas==1.2.2 python-dotenv==0.21.0 seaborn==0.11.1