From 9458931343c4225b73c4a675290db33ffd0bb243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:59:46 -0600 Subject: [PATCH] build: bump the python-dependencies group across 2 directories with 4 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](https://github.com/pre-commit/pre-commit/compare/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](https://github.com/psf/black/compare/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](https://github.com/python-semantic-release/python-semantic-release/compare/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](https://github.com/sphinx-doc/sphinx/compare/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](https://github.com/sphinx-doc/sphinx/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- requirements-dev.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f1d6835..73da655 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt index 564c018..17aae7b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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