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-site.git


The following commit(s) were added to refs/heads/main by this push:
     new bedc9a28f3 Update pre-commit (#716)
bedc9a28f3 is described below

commit bedc9a28f3a255ab758b927b10b28656927ef760
Author: eladkal <[email protected]>
AuthorDate: Tue Dec 20 10:36:07 2022 +0200

    Update pre-commit (#716)
---
 .pre-commit-config.yaml | 4 ++--
 requirements.txt        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c0591cd017..cc83d15965 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
       - id: check-hooks-apply
       - id: check-useless-excludes
   - repo: https://github.com/Lucas-C/pre-commit-hooks
-    rev: v1.1.7
+    rev: v1.3.1
     hooks:
       - id: forbid-tabs
         exclude: ^\.gitmodules$
@@ -141,7 +141,7 @@ repos:
         files: \.js$
         exclude: ^sphinx_airflow_theme/
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v2.3.0
+    rev: v4.4.0
     hooks:
       - id: check-executables-have-shebangs
       - id: check-json
diff --git a/requirements.txt b/requirements.txt
index 1e52d65c38..6ca354e472 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
-pre-commit==1.18.3
-PyYAML==5.3.1
+pre-commit==2.20.0
+PyYAML==6.0
 semver==2.13.0

Reply via email to