Skip to content

Commit

Permalink
build(deps): bump numpy from 2.1.0 to 2.1.1
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 78df61e commit 178cbfc
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 @@ -46,7 +46,7 @@ tests = [
"click==8.1.7",
"pygithub==2.4.0",
"lxml==5.3.0",
"numpy==2.1.0",
"numpy==2.1.1",
"parse==1.20.2",
"pytest==8.3.2",
"pytest-cov==5.0.0",
Expand All @@ -60,7 +60,7 @@ doc = [
"build>= 0.10.0",
"flit>=3.8.0",
"jupyter_sphinx==0.5.3",
"numpy==2.1.0",
"numpy==2.1.1",
"numpydoc==1.8.0",
"pandas==2.2.2",
"parse==1.20.2",
Expand Down

0 comments on commit 178cbfc

Please sign in to comment.