This is an automated email from the ASF dual-hosted git repository.
johnbam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 7a4f2d3da2 build(deps): bump the github-dependencies group with 9
updates (#2716)
7a4f2d3da2 is described below
commit 7a4f2d3da2614eb77fc151e67eb2fed69c770896
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 11 20:55:51 2026 +1000
build(deps): bump the github-dependencies group with 9 updates (#2716)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.pre-commit-config.yaml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ceefb94ba8..7e76188ea7 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
name: run check hooks apply
description: check that all the hooks apply to the repository
- repo: https://github.com/thlorenz/doctoc.git
- rev: v2.2.0
+ rev: v2.3.0
hooks:
- id: doctoc
name: add TOC for Markdown files
@@ -271,7 +271,7 @@ repos:
description: a tool (and pre-commit hook) to automatically upgrade
syntax for newer versions of the language
args: [--py37-plus]
- repo: https://github.com/psf/black-pre-commit-mirror
- rev: 26.1.0
+ rev: 26.3.0
hooks:
- id: black-jupyter
name: run black-jupyter
@@ -284,7 +284,7 @@ repos:
description: audits Python environments, requirements files and
dependency trees for known security vulnerabilities, and can automatically fix
them
args: ['.']
- repo: https://github.com/pre-commit/mirrors-clang-format
- rev: v21.1.8
+ rev: v22.1.0
hooks:
- id: clang-format
name: run clang-format
@@ -292,7 +292,7 @@ repos:
args: ['--style=file:.github/linters/.clang-format']
types_or: [c]
- repo: https://github.com/PyCQA/bandit
- rev: 1.9.3
+ rev: 1.9.4
hooks:
- id: bandit
name: run bandit
@@ -300,7 +300,7 @@ repos:
args: ['-c=pyproject.toml', '-r']
additional_dependencies: ['bandit[toml]']
- repo: https://github.com/codespell-project/codespell
- rev: v2.4.1
+ rev: v2.4.2
hooks:
- id: codespell
name: run codespell
@@ -323,7 +323,7 @@ repos:
name: run gitleaks
description: check for secrets with gitleaks
- repo: https://github.com/zizmorcore/zizmor-pre-commit
- rev: v1.22.0
+ rev: v1.23.1
hooks:
- id: zizmor
name: run zizmor
@@ -459,7 +459,7 @@ repos:
args: [--markdown-linebreak-ext=md]
exclude: ^docs-overrides/main\.html$|\.Rd$
- repo: https://github.com/igorshubovych/markdownlint-cli
- rev: v0.47.0
+ rev: v0.48.0
hooks:
- id: markdownlint
name: run markdownlint
@@ -498,9 +498,9 @@ repos:
- id: blacken-docs
name: run blacken-docs
description: run `black` on python code blocks in documentation files
- additional_dependencies: [black==26.1.0]
+ additional_dependencies: [black==26.3.0]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
- rev: 3.6.0
+ rev: 3.6.1
hooks:
- id: editorconfig-checker
name: run editorconfig-checker