Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
c3f503aa0c ci: bump nox from 2024.10.9 to 2025.10.16 in /.github/workflows
Bumps [nox](https://github.com/wntrblm/nox) from 2024.10.9 to 2025.10.16.
- [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/2024.10.09...2025.10.16)

---
updated-dependencies:
- dependency-name: nox
  dependency-version: 2025.10.16
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 01:05:08 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
pip==24.2
nox==2024.10.9
nox==2025.10.16
nox-poetry==1.0.3
poetry==1.8.4
virtualenv==20.27.1

View File

@@ -15,7 +15,7 @@ jobs:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v6.0.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.10"

View File

@@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v6.0.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.11"
- name: Install pip and poetry

View File

@@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v6.0.0
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python }}