From c72386b93bc09ab5262968cd285d901edec8940e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 15:00:50 +0000 Subject: [PATCH] Bump numpy from 1.17.4 to 1.21.0 in /boilerplates-dash Bumps [numpy](https://github.com/numpy/numpy) from 1.17.4 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.17.4...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- boilerplates-dash/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boilerplates-dash/requirements.txt b/boilerplates-dash/requirements.txt index 654e6b0..0772b41 100644 --- a/boilerplates-dash/requirements.txt +++ b/boilerplates-dash/requirements.txt @@ -25,7 +25,7 @@ six==1.11.0 traitlets==4.3.2 urllib3==1.24.2 Werkzeug==0.15.3 -numpy==1.17.4 +numpy==1.21.0 pandas==0.25.3 dash-table-experiments==0.6.0 python-dotenv==0.10.3