Skip to content

Commit 5533e63

Browse files
chore(deps): update all dependencies (#145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 813a81e commit 5533e63

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.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.04.15
36+
uses: wntrblm/nox@2024.10.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

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818

1919
- name: Install cruft
2020
shell: bash
21-
run: pip install cruft==2.15.0 # renovate: datasource=pypi
21+
run: pip install cruft==2.16.0 # renovate: datasource=pypi
2222

2323
- name: Update template via cruft
2424
shell: bash

{{cookiecutter.project_name}}/.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: nox -s tests-{% raw %}${{ matrix.nox_pyv || matrix.pyv }}{% endraw %} -- --cov-report=xml
5050

5151
- name: Upload coverage report
52-
uses: codecov/codecov-action@v4
52+
uses: codecov/codecov-action@v5
5353

5454
- name: Build package
5555
run: nox -s build

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -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.6.8'
22+
rev: 'v0.8.4'
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)