This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-steward.git
The following commit(s) were added to refs/heads/main by this push:
new 5093d97d chore(deps): bump the pre-commit-hooks group across 1
directory with 2 updates (#545)
5093d97d is described below
commit 5093d97d735ddbd6a13b4b5e39612dcf5a6d2ef2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 03:58:43 2026 -0400
chore(deps): bump the pre-commit-hooks group across 1 directory with 2
updates (#545)
Bumps the pre-commit-hooks group with 2 updates in the / directory:
[https://github.com/thlorenz/doctoc.git](https://github.com/thlorenz/doctoc)
and [https://github.com/crate-ci/typos](https://github.com/crate-ci/typos).
Updates `https://github.com/thlorenz/doctoc.git` from v2.4.1 to 2.5.0
- [Release notes](https://github.com/thlorenz/doctoc/releases)
- [Commits](https://github.com/thlorenz/doctoc/compare/v2.4.1...v2.5.0)
Updates `https://github.com/crate-ci/typos` from v1.47.0 to 1.47.2
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/typos/compare/v1.47.0...v1.47.2)
---
updated-dependencies:
- dependency-name: https://github.com/thlorenz/doctoc.git
dependency-version: 2.5.0
dependency-type: direct:production
dependency-group: pre-commit-hooks
- dependency-name: https://github.com/crate-ci/typos
dependency-version: 1.47.2
dependency-type: direct:production
dependency-group: pre-commit-hooks
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.pre-commit-config.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0e29639d..3c9b8e5f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -43,7 +43,7 @@ repos:
- id: check-hooks-apply
name: Check if all hooks apply to the repository
- repo: https://github.com/thlorenz/doctoc.git
- rev: v2.4.1
+ rev: v2.5.0
hooks:
- id: doctoc
name: Add TOC for Markdown and RST files
@@ -98,7 +98,7 @@ repos:
# the hook never silently rewrites files; CI surfaces typos as
# errors instead.
- repo: https://github.com/crate-ci/typos
- rev: v1.47.0
+ rev: v1.47.2
hooks:
- id: typos
name: typos