Skip to content

Commit 48ba918

Browse files
authored
Dependabot deps bump (TGSAI#827)
* Dependabot deps bump * Remove manual clear from noxfile
1 parent a80b42e commit 48ba918

7 files changed

Lines changed: 162 additions & 158 deletions

File tree

.github/workflows/constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
bump-my-version==1.2.6
2-
nox==2025.11.12
1+
bump-my-version==1.3.0
2+
nox==2026.2.9

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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 }}

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

docs/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
aiohttp==3.13.3
1+
aiohttp==3.13.5
22
autodoc-pydantic==2.2.0
33
furo==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
77
sphinx==8.2.3
88
sphinx-click==6.2.0
99
sphinx-copybutton==0.5.2
10-
sphinx-design==0.6.1
10+
sphinx-design==0.7.0
1111
ipywidgets==8.1.8

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,7 @@ def tests(session: Session) -> None:
185185
session.notify("coverage", posargs=[])
186186

187187

188-
# We must pass `--clear` due to different session options during pipeline runs
189-
# https://github.com/TGSAI/mdio-python/blob/3d01a6d8c93cabeaeff1829599327ae83c7d6593/.github/workflows/tests.yml#L123-L130
190-
@session(python=python_versions[0], venv_params=["--clear"])
188+
@session(python=python_versions[0])
191189
def coverage(session: Session) -> None:
192190
"""Produce the coverage report."""
193191
args = session.posargs or ["report"]

uv.lock

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

0 commit comments

Comments
 (0)