From 9995f9bdea002cc17d18e641daf44dbb77c70159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 10:02:23 +0000 Subject: [PATCH] Bump numpy from 1.21.3 to 1.24.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.3 to 1.24.1. - [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.1) --- 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..4a519e12 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.1 pyroma==3.2 pytest-cov==3.0.0 pytest==6.2.5