From c12527fdc09d4ab94b3462f3e0daecdd1ca17968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:49:12 +0000 Subject: [PATCH] Bump numpy from 1.21 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21 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] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f07c243..2ba81db 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,7 +28,7 @@ mkdocs==1.2.3 mkdocs-material==8.1.6 mkdocs-material-extensions==1.0.3 mypy-extensions==0.4.3 -numpy==1.21.0 +numpy==1.22.0 packaging==21.3 pathspec==0.8.1 platformdirs==2.4.1 diff --git a/requirements.txt b/requirements.txt index 877b593..b8189c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ dropbox==10.10.0 gunicorn==20.1.0 jsonschema==3.2.0 mypy-extensions==0.4.3 -numpy==1.21 +numpy==1.22.0 pathspec==0.8.1 pyrsistent==0.17.3 pytz==2021.1