From 72e2546ef7a26c015784f32b4a92b4aeec981a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:37:34 +0000 Subject: [PATCH] Bump numpy in /Code/Plotly Dash Visualizations/DistributionDashboard Bumps [numpy](https://github.com/numpy/numpy) from 1.16.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.16.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../DistributionDashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Plotly Dash Visualizations/DistributionDashboard/requirements.txt b/Code/Plotly Dash Visualizations/DistributionDashboard/requirements.txt index f568987..63f5d39 100644 --- a/Code/Plotly Dash Visualizations/DistributionDashboard/requirements.txt +++ b/Code/Plotly Dash Visualizations/DistributionDashboard/requirements.txt @@ -19,7 +19,7 @@ jsonschema==3.0.1 jupyter-core==4.4.0 MarkupSafe==1.1.1 nbformat==4.4.0 -numpy==1.16.2 +numpy==1.22.0 pandas==0.24.2 plotly==3.7.0 pyrsistent==0.14.11