From 007c2703da309453606005e1b31c76e50c172145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 21:47:03 +0000 Subject: [PATCH] MAINT: Bump numpy from 1.25.2 to 1.26.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.25.2 to 1.26.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.25.2...v1.26.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46a91367baa..d6ca38ac4c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ tests = [ "matplotlib==3.5.3; python_version <= '3.7'", "matplotlib==3.7.3; python_version > '3.7'", "numpy==1.21.6; python_version <= '3.9'", - "numpy==1.25.2; python_version > '3.9'", + "numpy==1.26.0; python_version > '3.9'", "openpyxl==3.1.2", "osmnx", "pandas==1.3.5; python_version == '3.7'", @@ -98,7 +98,7 @@ full = [ "matplotlib==3.5.3; python_version <= '3.7'", "matplotlib==3.7.3; python_version > '3.7'", "numpy==1.21.6; python_version <= '3.9'", - "numpy==1.25.2; python_version > '3.9'", + "numpy==1.26.0; python_version > '3.9'", "pandas==1.3.5; python_version == '3.7'", "pandas==2.0.3; python_version == '3.9'", "pandas==2.0.3; python_version == '3.8'", @@ -116,7 +116,7 @@ all = [ "matplotlib==3.5.3; python_version <= '3.7'", "matplotlib==3.7.3; python_version > '3.7'", "numpy==1.21.6; python_version <= '3.9'", - "numpy==1.25.2; python_version > '3.9'", + "numpy==1.26.0; python_version > '3.9'", "pandas==1.3.5; python_version == '3.7'", "pandas==2.0.3; python_version == '3.9'", "pandas==2.0.3; python_version == '3.8'",