Skip to content

Commit

Permalink
build: bump the python-dependencies group across 1 directory with 2 u…
Browse files Browse the repository at this point in the history
…pdates (#49)

Bumps the python-dependencies group with 2 updates in the / directory: [pre-commit](https://github.com/pre-commit/pre-commit) and [numpy](https://github.com/numpy/numpy).


Updates `pre-commit` from 3.8.0 to 4.0.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.8.0...v4.0.0)

Updates `numpy` from 2.1.1 to 2.1.2
- [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.1...v2.1.2)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 0ef7f87 commit 251b8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyyaml==6.0.2
pre-commit==3.8.0
pre-commit==4.0.0
pyproject_hooks==1.2.0
pytest==8.3.3
pytest-cov==5.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==2.1.1
numpy==2.1.2
pandas==2.2.3
pybind11==2.13.6
setuptools==75.1.0

0 comments on commit 251b8af

Please sign in to comment.