Skip to content

Commit b2ea717

Browse files
Update all dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f620d1 commit b2ea717

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Check out code
8585
uses: actions/checkout@v4
8686
- name: Download artifacts
87-
uses: actions/download-artifact@v4
87+
uses: actions/download-artifact@v5
8888
with:
8989
name: dist
9090
path: dist

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PyYAML = ">=5.4"
1414
pylint = "^3.0.0"
1515
coverage = "^7.2.1"
1616
html2text = "^2025.0.0"
17-
sphinxcontrib-apidoc= "^0.5.0"
17+
sphinxcontrib-apidoc= "^0.6.0"
1818

1919
[build-system]
2020
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)