From 5b24112a4d92b486e3eaed4240c557821122a1d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 06:52:16 +0000 Subject: [PATCH] Bump numpy from 1.21.0 to 1.22.0 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/HOWTO_RELEASE.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] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a4070272..9e889731 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -19,5 +19,5 @@ transformers==2.10.0 contextlib2==0.6.0.post1 pandas==1.0.1 tqdm==4.42.1 -numpy==1.21.0 +numpy==1.22.0 sphinx-rtd-theme==0.5.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9cfced6e..512a2b5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,6 +22,6 @@ tensorboard==2.2.1 contextlib2==0.6.0.post1 pandas==1.0.1 tqdm==4.42.1 -numpy==1.21.0 +numpy==1.22.0 sphinx-rtd-theme==0.5.0 protobuf==3.20.* diff --git a/setup.py b/setup.py index e8efc9d1..607f2e1d 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "contextlib2==0.6.0.post1", "pandas==1.0.1", "tqdm==4.42.1", - "numpy==1.21.0", + "numpy==1.22.0", "sphinx-rtd-theme==0.5.0", ]