From 83dbacc9f0cc8c02f86bbda0749e4b3af0da6ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 18:58:25 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in the dependencies group Bumps the dependencies group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) chore(deps-dev): bump the dependencies group with 3 updates Updates the requirements on [readme-renderer](https://github.com/pypa/readme_renderer), [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to permit the latest version. Updates `readme-renderer` to 44.0 - [Release notes](https://github.com/pypa/readme_renderer/releases) - [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/readme_renderer/compare/43.0...44.0) Updates `sphinx` to 9.1.0 - [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/v7.3.0...v9.1.0) Updates `sphinx-autodoc-typehints` to 3.10.2 - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.0.0...3.10.2) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: readme-renderer dependency-version: '44.0' dependency-type: direct:development dependency-group: dependencies - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:development dependency-group: dependencies - dependency-name: sphinx-autodoc-typehints dependency-version: 3.10.2 dependency-type: direct:development dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- pyproject.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdf3aa3..687b83c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: python-version: "3.12" - name: Download distributions - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: release-* path: dist @@ -144,7 +144,7 @@ jobs: steps: - name: Download distributions - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: release-* path: dist @@ -168,7 +168,7 @@ jobs: steps: - name: Download distributions - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: release-* path: dist diff --git a/pyproject.toml b/pyproject.toml index 4f9c769..4e88660 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ coverage = { version = ">=7.5", extras = [ "toml" ] } pre-commit = ">=3.6" codespell = ">=2.3" pyproject-fmt = "==2.21.2" -readme-renderer = ">=43,<44" +readme-renderer = ">=43,<45" twine = ">=6.2,<7" types-setuptools = "*" scipy-stubs = ">=1.13.0.0" @@ -93,10 +93,10 @@ types-cffi = ">=1.17.0.0" [tool.poetry.group.docs.dependencies] jupyter = "^1.1.1" matplotlib = "^3.10.6" -sphinx = "^7.3" +sphinx = "^9.1" sphinx-rtd-theme = "^3.1" sphinxcontrib-napoleon = "^0.7" -sphinx-autodoc-typehints = "^2.0" +sphinx-autodoc-typehints = "^3.10" sphinx-copybutton = "^0.5" myst-nb = "^1.3.0" linkify-it-py = "^2.0.3"