Skip to content

Commit b7cd3c4

Browse files
chore(deps): bump versions (#520)
[create-pull-request] automated change Co-authored-by: scientific-python-pr-tokenbot[bot] <181030687+scientific-python-pr-tokenbot[bot]@users.noreply.github.com>
1 parent c7b897c commit b7cd3c4

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
additional_dependencies: [black==24.*]
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.7.3"
32+
rev: "v0.7.4"
3333
hooks:
3434
- id: ruff
3535
args: ["--fix", "--show-fixes"]

docs/pages/guides/coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ enough for a simple testing suite, can be written as follows:
9191

9292
```yaml
9393
- name: Upload coverage report
94-
uses: codecov/codecov-action@v4.6.0
94+
uses: codecov/codecov-action@v5.0.2
9595
with:
9696
token: ${{ secrets.CODECOV_TOKEN }}
9797
```

docs/pages/guides/style.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Here is the snippet to add the formatter to your `.pre-commit-config.yml`
111111

112112
```yaml
113113
- repo: https://github.com/astral-sh/ruff-pre-commit
114-
rev: "v0.7.3"
114+
rev: "v0.7.4"
115115
hooks:
116116
# id: ruff would go here if using both
117117
- id: ruff-format
@@ -201,7 +201,7 @@ pre-commit hook.
201201
202202
```yaml
203203
- repo: https://github.com/astral-sh/ruff-pre-commit
204-
rev: "v0.7.3"
204+
rev: "v0.7.4"
205205
hooks:
206206
- id: ruff
207207
args: ["--fix", "--show-fixes"]
@@ -808,7 +808,7 @@ can even get all [SchemaStore][]'s plugins with the
808808

809809
```yaml
810810
- repo: https://github.com/abravalheri/validate-pyproject
811-
rev: "v0.22"
811+
rev: "v0.23"
812812
hooks:
813813
- id: validate-pyproject
814814
additional_dependencies: ["validate-pyproject-schema-store[all]"]
@@ -893,7 +893,7 @@ You also might like the following hook, which cleans Jupyter outputs:
893893

894894
```yaml
895895
- repo: https://github.com/kynan/nbstripout
896-
rev: "0.8.0"
896+
rev: "0.8.1"
897897
hooks:
898898
- id: nbstripout
899899
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
--durations=20
7575
7676
- name: Upload coverage report
77-
uses: codecov/codecov-action@v4.6.0
77+
uses: codecov/codecov-action@v5.0.2
7878
with:
7979
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.7.3"
45+
rev: "v0.7.4"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
@@ -95,7 +95,7 @@ repos:
9595
{%- endif %}
9696

9797
- repo: https://github.com/abravalheri/validate-pyproject
98-
rev: "v0.22"
98+
rev: "v0.23"
9999
hooks:
100100
- id: validate-pyproject
101101
additional_dependencies: ["validate-pyproject-schema-store[all]"]

0 commit comments

Comments
 (0)