Skip to content

Commit c9b940e

Browse files
chore(deps): bump versions (#784)
[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 5d1387c commit c9b940e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ repos:
6767
args: [--prose-wrap=always]
6868

6969
- repo: https://github.com/crate-ci/typos
70-
rev: "v1.45.1"
70+
rev: "v1.46.0"
7171
hooks:
7272
- id: typos
7373
exclude: ^Gemfile\.lock$

docs/pages/guides/style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ integration.
804804

805805
```yaml
806806
- repo: https://github.com/crate-ci/typos
807-
rev: "v1.45.1"
807+
rev: "v1.46.0"
808808
hooks:
809809
- id: typos
810810
args: []
@@ -961,7 +961,7 @@ schemas, and you can load them via URL. It work on JSON, YAML, and TOML.
961961

962962
```yaml
963963
- repo: https://github.com/python-jsonschema/check-jsonschema
964-
rev: "0.37.1"
964+
rev: "0.37.2"
965965
hooks:
966966
- id: check-dependabot
967967
- id: check-github-workflows

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ repos:
105105
additional_dependencies: ["validate-pyproject-schema-store[all]"]
106106

107107
- repo: https://github.com/python-jsonschema/check-jsonschema
108-
rev: "0.37.1"
108+
rev: "0.37.2"
109109
hooks:
110110
{%- if cookiecutter.__ci == "github" %}
111111
- id: check-dependabot

0 commit comments

Comments
 (0)