File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- bump-my-version==1.2.6
2- nox==2025.11.12
1+ bump-my-version==1.3.0
2+ nox==2026.2.9
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v6
1515
1616 - name : Run Labeler
17- uses : crazy-max/ghaction-github-labeler@v5
17+ uses : crazy-max/ghaction-github-labeler@v6
1818 with :
1919 skip-delete : true
Original file line number Diff line number Diff line change 6767 repository_url : https://test.pypi.org/legacy/
6868
6969 - name : Publish the release notes
70- uses : release-drafter/release-drafter@v6 .1.0
70+ uses : release-drafter/release-drafter@v7 .1.1
7171 with :
7272 publish : ${{ steps.check-version.outputs.tag != '' }}
7373 tag : ${{ steps.check-version.outputs.tag }}
Original file line number Diff line number Diff line change @@ -80,15 +80,15 @@ jobs:
8080
8181 - name : Upload coverage data
8282 if : always() && matrix.session == 'tests'
83- uses : actions/upload-artifact@v6
83+ uses : actions/upload-artifact@v7
8484 with :
8585 name : coverage-data-${{ matrix.os }}-${{ matrix.python }}
8686 include-hidden-files : true
8787 path : " .coverage.*"
8888
8989 - name : Upload documentation
9090 if : matrix.session == 'docs-build'
91- uses : actions/upload-artifact@v6
91+ uses : actions/upload-artifact@v7
9292 with :
9393 name : docs
9494 path : docs/_build
@@ -112,7 +112,7 @@ jobs:
112112 nox --version
113113
114114 - name : Download coverage data
115- uses : actions/download-artifact@v7
115+ uses : actions/download-artifact@v8
116116 with :
117117 pattern : coverage-data-*
118118 merge-multiple : true
@@ -126,6 +126,6 @@ jobs:
126126 nox --session=coverage -- xml
127127
128128 - name : Upload coverage report
129- uses : codecov/codecov-action@v5.5.2
129+ uses : codecov/codecov-action@v6.0.0
130130 env :
131131 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1- aiohttp == 3.13.3
1+ aiohttp == 3.13.5
22autodoc-pydantic == 2.2.0
33furo == 2025.12.19
4- linkify-it-py == 2.0.3
5- matplotlib == 3.10.8
6- myst-nb == 1.3 .0
4+ linkify-it-py == 2.1.0
5+ matplotlib == 3.10.9
6+ myst-nb == 1.4 .0
77sphinx == 8.2.3
88sphinx-click == 6.2.0
99sphinx-copybutton == 0.5.2
10- sphinx-design == 0.6.1
10+ sphinx-design == 0.7.0
1111ipywidgets == 8.1.8
You can’t perform that action at this time.
0 commit comments