From 151c4672b5524dcb89f7be4e7cae46cfa0b9cbd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:06:27 +0000 Subject: [PATCH] Bump numpy from 1.21.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.1 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.21.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dash-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dash-requirements.txt b/dash-requirements.txt index 2b92216..638cdf9 100644 --- a/dash-requirements.txt +++ b/dash-requirements.txt @@ -67,7 +67,7 @@ nbconvert==6.1.0 nbformat==5.1.3 nest-asyncio==1.5.1 notebook==6.4.0 -numpy==1.21.0 +numpy==1.22.0 oauth2==1.9.0.post1 oauth2client==4.1.3 oauthlib==3.1.1 diff --git a/requirements.txt b/requirements.txt index 2a4f4f8..3c075b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ kiwisolver==1.3.1 MarkupSafe==2.0.1 matplotlib==3.4.2 matplotlib-inline==0.1.2 -numpy==1.21.1 +numpy==1.22.0 oauth2client==4.1.3 oauthlib==3.1.1 packaging==21.0