From 49d715068d5b87a61f94e8a0bce6bb9bb120c376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 05:22:41 +0000 Subject: [PATCH] chore(deps): bump wntrblm/nox from 2025.10.16 to 2025.11.12 Bumps [wntrblm/nox](https://github.com/wntrblm/nox) from 2025.10.16 to 2025.11.12. - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2025.10.16...2025.11.12) --- updated-dependencies: - dependency-name: wntrblm/nox dependency-version: 2025.11.12 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_checks.yaml b/.github/workflows/_checks.yaml index 48f0f29..73669ae 100644 --- a/.github/workflows/_checks.yaml +++ b/.github/workflows/_checks.yaml @@ -30,7 +30,7 @@ jobs: with: path: .nox-py-versions.json key: nox-py-versions-${{ runner.os }}-${{ hashFiles('noxfile.py', 'pyproject.toml') }} - - uses: wntrblm/nox@2025.10.16 + - uses: wntrblm/nox@2025.11.12 if: steps.cache-nox-py-versions.outputs.cache-hit != 'true' - id: set-matrix shell: bash @@ -68,7 +68,7 @@ jobs: with: version: "0.8.22" enable-cache: true - - uses: wntrblm/nox@2025.10.16 + - uses: wntrblm/nox@2025.11.12 with: python-versions: "${{ matrix.py_version }}" - run: nox --session "tests-${{ matrix.py_version }}"