diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-11-21 07:32:50 +0000 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2022-11-21 23:36:06 +0100 |
commit | d8a657b2b391e9ba3c20d46af6ad342a9b9a2f93 (patch) | |
tree | 9df413d9393fc9e0ffb35b492e451881675e6049 | |
parent | 6525c17b8865ead650a6e09f9bf625ca9881911b (diff) | |
download | gitlab-d8a657b2b391e9ba3c20d46af6ad342a9b9a2f93.tar.gz |
chore(deps): update all non-major dependencies
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b6ea0a5..71626f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: isort - repo: https://github.com/pycqa/pylint - rev: v2.15.5 + rev: v2.15.6 hooks: - id: pylint additional_dependencies: @@ -47,6 +47,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 34.24.0 + rev: 34.29.2 hooks: - id: renovate-config-validator |