Skip to content

Commit 2d55533

Browse files
chore(deps): update all dependencies (#153)
1 parent 216e62a commit 2d55533

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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@2025.02.09
36+
uses: wntrblm/nox@2025.05.01
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

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: sort-simple-yaml
2424
- id: trailing-whitespace
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: 'v0.11.7'
26+
rev: 'v0.11.8'
2727
hooks:
2828
- id: ruff
2929
args: [--fix, --exit-non-zero-on-fix, "--config=pyproject.toml"]

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: sort-simple-yaml
2020
- id: trailing-whitespace
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.11.7'
22+
rev: 'v0.11.8'
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)