Skip to content

Commit

Permalink
build(deps-dev): bump numpy from 1.25.1 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.1 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.1...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] authored Oct 5, 2023
1 parent ccec2ad commit f77d0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ci = "https://github.com/ansys/pydynamicreporting/actions"
[project.optional-dependencies]
tests = [
"pyansys-docker==5.0.4",
"numpy==1.25.1",
"numpy==1.26.0",
"psutil==5.9.5",
"pytest==7.4.2",
"pytest-cov==4.1.0",
Expand All @@ -82,7 +82,7 @@ dev = [
"ipython",
"whatsonpypi",
"ansys-sphinx-theme==0.11.2",
"numpy==1.25.1",
"numpy==1.26.0",
"numpydoc==1.5.0",
"pillow==10.0.1",
"psutil==5.9.5",
Expand Down

0 comments on commit f77d0f3

Please sign in to comment.