1818 - id : trailing-whitespace
1919
2020 - repo : https://github.com/pre-commit/mirrors-mypy
21- rev : " v1.19.1 "
21+ rev : " v2.1.0 "
2222 hooks :
2323 - id : mypy
2424 language : python # Required for Renovate additional_dependencies
5858 # frozen.
5959 - " types-Markdown"
6060 # prevent conflict between types-requests and urllib3
61- - " types-requests<2.32.4.20260108 ; python_version < '3.10'"
61+ - " types-requests<2.33.0.20260519 ; python_version < '3.10'"
6262 - " types-requests; python_version >= '3.10'"
6363 - " types-setuptools"
6464 - " types-jsonschema"
7171 pass_filenames : false
7272
7373 - repo : https://github.com/RobertCraigie/pyright-python
74- rev : v1.1.408
74+ rev : v1.1.409
7575 hooks :
7676 - id : pyright
7777 language : python # Required for Renovate additional_dependencies
@@ -111,7 +111,7 @@ repos:
111111 # frozen.
112112 - " types-Markdown"
113113 # prevent conflict between types-requests and urllib3
114- - " types-requests<2.32.4.20260108 ; python_version < '3.10'"
114+ - " types-requests<2.33.0.20260519 ; python_version < '3.10'"
115115 - " types-requests; python_version >= '3.10'"
116116 - " types-setuptools"
117117 - " types-jsonschema"
@@ -122,7 +122,7 @@ repos:
122122 - " types-lxml"
123123
124124 - repo : https://github.com/python-jsonschema/check-jsonschema
125- rev : " 0.37.0 "
125+ rev : " 0.37.2 "
126126 hooks :
127127 - id : check-metaschema
128128 name : " Check JSON schemas validity"
@@ -147,7 +147,7 @@ repos:
147147 )$
148148
149149 - repo : https://github.com/ansible-community/ansible-lint.git
150- rev : v26.2 .0
150+ rev : v26.4 .0
151151 hooks :
152152 - id : ansible-lint
153153 language : python # Required for Renovate additional_dependencies
@@ -164,7 +164,7 @@ repos:
164164 # in order to be parsed by ansible-lint
165165
166166 - repo : https://github.com/charliermarsh/ruff-pre-commit
167- rev : v0.15.4
167+ rev : v0.15.14
168168 hooks :
169169 - id : ruff-check
170170 args :
@@ -173,7 +173,7 @@ repos:
173173 - id : ruff-format
174174
175175 - repo : https://github.com/teemtee/tmt.git
176- rev : 1.68 .0
176+ rev : 1.74 .0
177177 hooks :
178178 - id : tmt-lint
179179 language : python # Required for Renovate additional_dependencies
@@ -192,7 +192,7 @@ repos:
192192 - " fmf>=1.6.0"
193193
194194 - repo : https://github.com/codespell-project/codespell
195- rev : v2.4.1
195+ rev : v2.4.2
196196 hooks :
197197 - id : codespell
198198 additional_dependencies :
@@ -255,7 +255,7 @@ repos:
255255 - ' versionadded,versionchanged'
256256
257257 - repo : https://github.com/astral-sh/uv-pre-commit
258- rev : 0.10.7
258+ rev : 0.11.15
259259 hooks :
260260 # Keep pyproject.toml and uv.lock in sync
261261 - id : uv-lock
0 commit comments