Skip to content

Commit 395b674

Browse files
authored
Update compat and pre-commit versions (#4495)
Signed-off-by: Ajinkya Udgirkar <[email protected]>
1 parent 6745e7c commit 395b674

File tree

8 files changed

+81
-81
lines changed

8 files changed

+81
-81
lines changed

.config/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# tox run deps
3-
ansible-compat==24.10.0 # via ansible-lint (pyproject.toml)
3+
ansible-compat==25.1.0 # via ansible-lint (pyproject.toml)
44
astroid==3.3.8 # via pylint
55
attrs==25.1.0 # via jsonschema, referencing
66
babel==2.16.0 # via mkdocs-material

.config/requirements-lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# tox run deps
3-
ansible-compat==24.10.0 # via ansible-lint (pyproject.toml)
3+
ansible-compat==25.1.0 # via ansible-lint (pyproject.toml)
44
attrs==25.1.0 # via jsonschema, referencing
55
black==24.10.0 # via ansible-lint (pyproject.toml)
66
bracex==2.5.post1 # via wcmatch
@@ -21,7 +21,7 @@ pycparser==2.22 # via cffi
2121
pyyaml==6.0.2 # via ansible-compat, ansible-core, yamllint, ansible-lint (pyproject.toml)
2222
referencing==0.36.2 # via jsonschema, jsonschema-specifications
2323
rpds-py==0.22.3 # via jsonschema, referencing
24-
ruamel-yaml==0.18.10 # via ansible-lint (pyproject.toml)
24+
ruamel-yaml==0.18.10 # via ansible-lint (pyproject.toml)
2525
ruamel-yaml-clib==0.2.12 # via ruamel-yaml
2626
subprocess-tee==0.4.2 # via ansible-compat, ansible-lint (pyproject.toml)
2727
tomli==2.2.1 # via black

.config/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Special order section for helping pip:
22
ansible-core>=2.16.0 # GPLv3
3-
ansible-compat>=24.10.0 # GPLv3
3+
ansible-compat>=25.1.0 # GPLv3
44
# alphabetically sorted:
55
black>=24.3.0 # MIT (security)
66
filelock>=3.8.2 # The Unlicense

.github/lower-constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# automatically updated by dependabot. This should be kept in sync with
33
# minimal requirements configured inside .config/requirements.in
44
ansible-core==2.16.0
5-
ansible-compat==24.10.0 # GPLv3
5+
ansible-compat==25.1.0 # GPLv3
66
black==24.3.0 # MIT (security)
77
filelock==3.8.2 # The Unlicense
88
jsonschema==4.10.0 # MIT, version needed for improved errors

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ repos:
6363
6464
6565
- repo: https://github.com/streetsidesoftware/cspell-cli
66-
rev: v8.17.0
66+
rev: v8.17.1
6767
hooks:
6868
- id: cspell
6969
# entry: codespell --relative
7070
args: [--relative, --no-progress, --no-summary]
7171
name: Spell check with cspell
7272
- repo: https://github.com/python-jsonschema/check-jsonschema
73-
rev: 0.30.0
73+
rev: 0.31.0
7474
hooks:
7575
- id: check-github-workflows
7676
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -101,7 +101,7 @@ repos:
101101
- id: debug-statements
102102
language_version: python3
103103
- repo: https://github.com/codespell-project/codespell
104-
rev: v2.3.0
104+
rev: v2.4.0
105105
hooks:
106106
- id: codespell
107107
exclude: >
@@ -134,7 +134,7 @@ repos:
134134
hooks:
135135
- id: toml-sort-fix
136136
- repo: https://github.com/astral-sh/ruff-pre-commit
137-
rev: v0.8.6
137+
rev: v0.9.3
138138
hooks:
139139
- id: ruff
140140
args:
@@ -154,7 +154,7 @@ repos:
154154
# empty args needed in order to match mypy cli behavior
155155
args: [--strict]
156156
additional_dependencies:
157-
- ansible-compat>=24.8.0
157+
- ansible-compat>=25.1.0
158158
- black>=22.10.0
159159
- cryptography>=39.0.1
160160
- filelock>=3.12.2
@@ -179,12 +179,12 @@ repos:
179179
plugins/.*
180180
)$
181181
- repo: https://github.com/RobertCraigie/pyright-python
182-
rev: v1.1.392
182+
rev: v1.1.392.post0
183183
hooks:
184184
- id: pyright
185185
additional_dependencies:
186186
- nodejs-wheel-binaries
187-
- ansible-compat>=24.8.0
187+
- ansible-compat>=25.1.0
188188
- black>=22.10.0
189189
- cryptography>=39.0.1
190190
- filelock>=3.12.2
@@ -209,7 +209,7 @@ repos:
209209
args:
210210
- --output-format=colorized
211211
additional_dependencies:
212-
- ansible-compat>=24.8.0
212+
- ansible-compat>=25.1.0
213213
- ansible-core>=2.16.0
214214
- black>=24.10.0
215215
- docutils

src/ansiblelint/schemas/__store__.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/execution-environment.json"
1717
},
1818
"galaxy": {
19-
"etag": "375cc008961f341f5165fc43977a4f4e7c0aedfa3cb08965fc95b6d5e5dad0bf",
19+
"etag": "99546ef979c934ab40d88261957fcce1ee7970d958c4bbe197ad5ca3f67ccc73",
2020
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/galaxy.json"
2121
},
2222
"inventory": {

test/schemas/package-lock.json

Lines changed: 64 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)