Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/sphinx-autodoc-typehints-2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 authored Sep 16, 2024
2 parents da20c0f + 0c80e98 commit ce9ee1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
needs: get_latest_tag
steps:
- name: "Download Release Assets"
uses: robinraju/release-downloader@v1.10
uses: robinraju/release-downloader@v1.11
with:
tag: ${{ github.event.inputs.release_tag || needs.get_latest_tag.outputs.version }}
fileName: "*.whl"
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ imageio==2.34.0
numpydoc==1.8.0
imageio-ffmpeg==0.5.1
Sphinx<7.2.0; python_version == '3.8'
Sphinx==7.2.6; python_version >= '3.9'
Sphinx==8.0.2; python_version >= '3.9'
sphinx-autobuild==2024.4.16
sphinxcontrib-napoleon==0.7
sphinxcontrib-websupport==1.2.7
Expand Down

0 comments on commit ce9ee1e

Please sign in to comment.