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 (#122)

Bumps the python-dependencies group with 2 updates in the / directory: [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) and [setuptools](https://github.com/pypa/setuptools).


Updates `python-semantic-release` from 9.13.0 to 9.14.0
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](python-semantic-release/python-semantic-release@v9.13...v9.14)

Updates `setuptools` from 75.3.0 to 75.6.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.3.0...v75.6.0)

---
updated-dependencies:
- dependency-name: python-semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Nov 21, 2024
1 parent 1d25f8a commit a2d8371
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
Expand Up @@ -6,7 +6,7 @@ pytest-cov==6.0.0
black==24.10.0
nbmake==1.5.4
matplotlib==3.9.2
python-semantic-release==9.13.0
python-semantic-release==9.14.0
h5py==3.12.1
openpyxl==3.1.5
tabulate==0.9.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy==2.1.3
pandas==2.2.3
pybind11==2.13.6
setuptools==75.3.0
setuptools==75.6.0
click==8.1.7

0 comments on commit a2d8371

Please sign in to comment.