Skip to content

Commit f784a53

Browse files
chore(deps): update all dependencies
1 parent 5533e63 commit f784a53

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Setup nox
36-
uses: wntrblm/nox@2024.10.09
36+
uses: wntrblm/nox@2025.02.09
3737
with:
3838
python-versions: "3.8, 3.9, 3.10, 3.11, 3.12, pypy-3.8, pypy-3.9, pypy-3.10"
3939

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ repos:
2323
- id: sort-simple-yaml
2424
- id: trailing-whitespace
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: 'v0.8.4'
26+
rev: 'v0.11.4'
2727
hooks:
2828
- id: ruff
2929
args: [--fix, --exit-non-zero-on-fix, "--config=pyproject.toml"]
3030
- id: ruff-format
3131
args: ["--config=pyproject.toml"]
3232
- repo: https://github.com/codespell-project/codespell
33-
rev: v2.3.0
33+
rev: v2.4.1
3434
hooks:
3535
- id: codespell
3636
additional_dependencies: ["tomli"]

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.10'
17+
python-version: '3.13'
1818

1919
- name: Install cruft
2020
shell: bash

Diff for: {{cookiecutter.project_name}}/.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.10'
20+
python-version: '3.13'
2121

2222
- name: Configure git
2323
run: |

Diff for: {{cookiecutter.project_name}}/.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python 3.10
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.10'
27+
python-version: '3.13'
2828

2929
- name: Upgrade pip and nox
3030
run: |

Diff for: {{cookiecutter.project_name}}/.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ repos:
1919
- id: sort-simple-yaml
2020
- id: trailing-whitespace
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.8.4'
22+
rev: 'v0.11.4'
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
2626
- id: ruff-format
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.3.0
28+
rev: v2.4.1
2929
hooks:
3030
- id: codespell
3131
additional_dependencies: ["tomli"]

0 commit comments

Comments
 (0)