This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 82f2fad2f1325f25c186ddf0a8d83406743c1f78
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sat Feb 17 09:15:38 2024 +0100

    Update to newer version of pre-commit and build tools (#37494)
    
    (cherry picked from commit ea9efd727b3b5b2fa7dc9fbc842f3e0de6a8d434)
---
 .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 1c08645e6b..47e03c2c04 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 34e8faa1cb..fa264b9f1f 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",

Reply via email to