From 1fc5cc6221107682589a77fcd512493d27fbca98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:07:13 +0000 Subject: [PATCH] Bump numpy Bumps [numpy](https://github.com/numpy/numpy) from 1.14.3 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.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../world_bank_api_dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 lessons/WebDevelopment/AdvancedDataDashboardCode/world_bank_api_dashboard/requirements.txt diff --git a/lessons/WebDevelopment/AdvancedDataDashboardCode/world_bank_api_dashboard/requirements.txt b/lessons/WebDevelopment/AdvancedDataDashboardCode/world_bank_api_dashboard/requirements.txt old mode 100755 new mode 100644 index 14adb0a..04f1555 --- a/lessons/WebDevelopment/AdvancedDataDashboardCode/world_bank_api_dashboard/requirements.txt +++ b/lessons/WebDevelopment/AdvancedDataDashboardCode/world_bank_api_dashboard/requirements.txt @@ -12,7 +12,7 @@ jsonschema==2.6.0 jupyter-core==4.4.0 MarkupSafe==1.0 nbformat==4.4.0 -numpy==1.14.3 +numpy==1.22.0 pandas==0.22.0 pipenv==11.10.4 plotly==2.6.0