Skip to content

Commit

Permalink
MAINT: Bump numpy from 1.25.2 to 1.26.0
Browse files Browse the repository at this point in the history
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](numpy/numpy@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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 18, 2023
1 parent 87a321a commit 007c270
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down Expand Up @@ -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'",
Expand All @@ -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'",
Expand Down

0 comments on commit 007c270

Please sign in to comment.