From 60e0f4c98b56a0cd16a8b5feb16f62adecdfbf28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:39:11 +0000 Subject: [PATCH] Bump numpy from 1.23.2 to 1.25.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.23.2 to 1.25.2. - [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.23.2...v1.25.2) --- 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 1b18b8f..8d3563e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ flake8==4.0.1 ipdb==0.13.9 isort==5.9.3 mypy==0.910 -numpy==1.23.2 +numpy==1.25.2 pyroma==3.2 pytest-cov==3.0.0 pytest==6.2.5