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.git
The following commit(s) were added to refs/heads/main by this push:
new ea9efd727b Update to newer version of pre-commit and build tools
(#37494)
ea9efd727b is described below
commit ea9efd727b3b5b2fa7dc9fbc842f3e0de6a8d434
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Feb 17 09:15:38 2024 +0100
Update to newer version of pre-commit and build tools (#37494)
---
.pre-commit-config.yaml | 4 ++--
pyproject.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3ada6668dd..c1a51d9de0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
- "--maxlevel"
- "2"
- repo: https://github.com/Lucas-C/pre-commit-hooks
- rev: v1.5.4
+ rev: v1.5.5
hooks:
- id: insert-license
name: Add license for all SQL files
@@ -268,7 +268,7 @@ repos:
name: Check if there are no deprecate log warn
exclude: ^.*/.*_vendor/
- repo: https://github.com/adrienverge/yamllint
- rev: v1.33.0
+ rev: v1.35.1
hooks:
- id: yamllint
name: Check YAML files with yamllint
diff --git a/pyproject.toml b/pyproject.toml
index 8fe052e842..f53c1002a3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@
# The dependencies can be automatically upgraded by running:
# pre-commit run --hook-stage manual update-build-dependencies --all-files
requires = [
- "GitPython==3.1.41",
+ "GitPython==3.1.42",
"editables==0.5",
"gitdb==4.0.11",
"hatchling==1.21.1",