Skip to content

Commit 99503a6

Browse files
chore(deps): bump versions (#580)
* [create-pull-request] automated change * Apply suggestions from code review --------- Co-authored-by: scientific-python-pr-tokenbot[bot] <181030687+scientific-python-pr-tokenbot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 5e4b0c5 commit 99503a6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.11.4"
32+
rev: "v0.11.5"
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@v5.4.0
94+
uses: codecov/codecov-action@v5
9595
with:
9696
token: ${{ secrets.CODECOV_TOKEN }}
9797
```

docs/pages/guides/style.md

Lines changed: 3 additions & 3 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.11.4"
114+
rev: "v0.11.5"
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.11.4"
204+
rev: "v0.11.5"
205205
hooks:
206206
- id: ruff
207207
args: ["--fix", "--show-fixes"]
@@ -822,7 +822,7 @@ schemas, and you can load them via URL. It work on JSON, YAML, and TOML.
822822

823823
```yaml
824824
- repo: https://github.com/python-jsonschema/check-jsonschema
825-
rev: "0.32.1"
825+
rev: "0.33.0"
826826
hooks:
827827
- id: check-dependabot
828828
- id: check-github-workflows

{{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@v5.4.0
77+
uses: codecov/codecov-action@v5
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.11.4"
45+
rev: "v0.11.5"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
@@ -101,7 +101,7 @@ repos:
101101
additional_dependencies: ["validate-pyproject-schema-store[all]"]
102102

103103
- repo: https://github.com/python-jsonschema/check-jsonschema
104-
rev: "0.32.1"
104+
rev: "0.33.0"
105105
hooks:
106106
{%- if cookiecutter.__ci == "github" %}
107107
- id: check-dependabot

0 commit comments

Comments
 (0)