Skip to content

Commit

Permalink
build: bump the python-dependencies group across 2 directories with 4…
Browse files Browse the repository at this point in the history
… updates (#56)

Bumps the python-dependencies group with 4 updates in the / directory: [pre-commit](https://github.com/pre-commit/pre-commit), [black](https://github.com/psf/black), [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) and [sphinx](https://github.com/sphinx-doc/sphinx).
Bumps the python-dependencies group with 1 update in the /docs directory: [sphinx](https://github.com/sphinx-doc/sphinx).


Updates `pre-commit` from 4.0.0 to 4.0.1
- [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@v4.0.0...v4.0.1)

Updates `black` from 24.8.0 to 24.10.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.8.0...24.10.0)

Updates `python-semantic-release` from 9.9.0 to 9.11.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.9...v9.11)

Updates `sphinx` from 8.0.2 to 8.1.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.0.2...v8.1.3)

Updates `sphinx` from 8.0.2 to 8.1.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.0.2...v8.1.3)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: python-semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: sphinx
  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 Oct 17, 2024
1 parent 10bc6cc commit 9458931
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx==8.0.2
Sphinx==8.1.3
pydata-sphinx-theme==0.15.4
sphinx_design==0.6.1
sphinxcontrib-bibtex==2.6.3
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pyyaml==6.0.2
pre-commit==4.0.0
pre-commit==4.0.1
pyproject_hooks==1.2.0
pytest==8.3.3
pytest-cov==5.0.0
black==24.8.0
black==24.10.0
nbmake==1.5.4
matplotlib==3.9.2
python-semantic-release==9.9.0
python-semantic-release==9.11.0
h5py==3.12.1
openpyxl==3.1.5
tabulate==0.9.0
Expand Down

0 comments on commit 9458931

Please sign in to comment.