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 93d19f8809 build(deps): bump the pre-commit-hooks group with 3 updates
(#2735)
93d19f8809 is described below
commit 93d19f8809efbfbffc61372a44083595e3145122
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 12 19:28:16 2026 +1000
build(deps): bump the pre-commit-hooks group with 3 updates (#2735)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.pre-commit-config.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7e76188ea7..9ac2bd8dfc 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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.3.0
+ rev: 26.3.1
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: v22.1.0
+ rev: v22.1.1
hooks:
- id: clang-format
name: run clang-format
@@ -498,7 +498,7 @@ repos:
- id: blacken-docs
name: run blacken-docs
description: run `black` on python code blocks in documentation files
- additional_dependencies: [black==26.3.0]
+ additional_dependencies: [black==26.3.1]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.6.1
hooks: