From 122adb40c1210ad475a3bae6be3e20756ba8b594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 10:03:18 +0000 Subject: [PATCH] Bump numpy from 1.21.3 to 1.24.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.3 to 1.24.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.3...v1.24.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 91626b17..3dd0c14d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ flake8==4.0.1 ipdb==0.13.9 isort==5.9.3 mypy==0.910 -numpy==1.21.3 +numpy==1.24.0 pyroma==3.2 pytest-cov==3.0.0 pytest==6.2.5