Skip to content

Commit 83dbacc

Browse files
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](actions/download-artifact@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](pypa/readme_renderer@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](sphinx-doc/sphinx@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](tox-dev/sphinx-autodoc-typehints@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] <support@github.com>
1 parent 866ef2c commit 83dbacc

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
python-version: "3.12"
120120

121121
- name: Download distributions
122-
uses: actions/download-artifact@v7
122+
uses: actions/download-artifact@v8
123123
with:
124124
pattern: release-*
125125
path: dist
@@ -144,7 +144,7 @@ jobs:
144144

145145
steps:
146146
- name: Download distributions
147-
uses: actions/download-artifact@v7
147+
uses: actions/download-artifact@v8
148148
with:
149149
pattern: release-*
150150
path: dist
@@ -168,7 +168,7 @@ jobs:
168168

169169
steps:
170170
- name: Download distributions
171-
uses: actions/download-artifact@v7
171+
uses: actions/download-artifact@v8
172172
with:
173173
pattern: release-*
174174
path: dist

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ coverage = { version = ">=7.5", extras = [ "toml" ] }
8484
pre-commit = ">=3.6"
8585
codespell = ">=2.3"
8686
pyproject-fmt = "==2.21.2"
87-
readme-renderer = ">=43,<44"
87+
readme-renderer = ">=43,<45"
8888
twine = ">=6.2,<7"
8989
types-setuptools = "*"
9090
scipy-stubs = ">=1.13.0.0"
@@ -93,10 +93,10 @@ types-cffi = ">=1.17.0.0"
9393
[tool.poetry.group.docs.dependencies]
9494
jupyter = "^1.1.1"
9595
matplotlib = "^3.10.6"
96-
sphinx = "^7.3"
96+
sphinx = "^9.1"
9797
sphinx-rtd-theme = "^3.1"
9898
sphinxcontrib-napoleon = "^0.7"
99-
sphinx-autodoc-typehints = "^2.0"
99+
sphinx-autodoc-typehints = "^3.10"
100100
sphinx-copybutton = "^0.5"
101101
myst-nb = "^1.3.0"
102102
linkify-it-py = "^2.0.3"

0 commit comments

Comments
 (0)