From d0e3495821140f030b7d5096d7ed758bb5ac2af6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 06:59:51 +0000 Subject: [PATCH] Bump numpy from 1.21.0 to 1.22.0 in /boilerplates-dash Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 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.21.0...v1.22.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 6384a18..8963485 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.21.0 +numpy==1.22.0 pandas==0.25.3 dash-table-experiments==0.6.0 python-dotenv==0.10.3