Skip to content

Commit

Permalink
Avoid broken referencing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jan 30, 2025
1 parent 5f1ab08 commit af02d1b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exceptiongroup==1.2.2 # via pytest
execnet==2.1.1 # via pytest-xdist
filelock==3.17.0 # via tox, virtualenv, ansible-lint (pyproject.toml)
ghp-import==2.1.0 # via mkdocs
griffe==1.5.5 # via mkdocstrings-python
griffe==1.5.6 # via mkdocstrings-python
hjson==3.1.0 # via mkdocs-macros-plugin, super-collections
htmlmin2==0.1.13 # via mkdocs-minify-plugin
idna==3.10 # via requests
Expand Down Expand Up @@ -106,6 +106,7 @@ tomlkit==0.13.2 # via pylint
tox==4.24.1 # via ansible-lint (pyproject.toml)
types-jsonschema==4.23.0.20241208 # via ansible-lint (pyproject.toml)
types-pyyaml==6.0.12.20241230 # via ansible-lint (pyproject.toml)
typing-extensions==4.12.2 # via astroid, black, mypy, referencing, tox
urllib3==2.3.0 # via requests
virtualenv==20.29.1 # via tox
watchdog==6.0.0 # via mkdocs
Expand All @@ -118,5 +119,4 @@ zipp==3.21.0 # via importlib-metadata
# ansible-core
# pip
# resolvelib
# typing-extensions
# uv
2 changes: 1 addition & 1 deletion .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ ruamel-yaml==0.18.10 # via ansible-lint (pyproject.toml)
ruamel-yaml-clib==0.2.12 # via ruamel-yaml
subprocess-tee==0.4.2 # via ansible-compat, ansible-lint (pyproject.toml)
tomli==2.2.1 # via black
typing-extensions==4.12.2 # via black, referencing
wcmatch==10.0 # via ansible-lint (pyproject.toml)
yamllint==1.35.1 # via ansible-lint (pyproject.toml)
zipp==3.21.0 # via importlib-metadata

# The following packages were excluded from the output:
# ansible-core
# resolvelib
# typing-extensions
1 change: 1 addition & 0 deletions .config/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ packaging>=22.0 # Apache-2.0,BSD-2-Clause
pathspec>=0.10.3 # Mozilla Public License 2.0 (MPL 2.0)
pyyaml>=6.0.2 # MIT (compilation probles with older versions)
ruamel.yaml>=0.18.5,!=0.18.7,!=0.18.8 # MIT
referencing>=0.36.2 # MIT, https://github.com/python-jsonschema/referencing/issues/216
subprocess-tee>=0.4.1 # MIT, used by ansible-compat
yamllint >= 1.34.0 # GPLv3
wcmatch>=8.1.2; python_version < '3.12' # MIT
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ repos:
args: [--relative, --no-progress, --no-summary]
name: Spell check with cspell
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.0
rev: 0.31.1
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks.git
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ environments = ["platform_system != 'Windows'"]
[tool.uv.pip]
annotation-style = "line"
custom-compile-command = "tox run deps"
no-emit-package = ["ansible-core", "pip", "resolvelib", "typing_extensions", "uv"]
no-emit-package = ["ansible-core", "pip", "resolvelib", "uv"]

[tool.vulture]
exclude = [
Expand Down
2 changes: 1 addition & 1 deletion src/ansiblelint/schemas/__store__.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible-lint-config.json"
},
"ansible-navigator-config": {
"etag": "431f1a81acc74fe1112d5839551105bc2fa4e0314d811699eb525dae4fe3760d",
"etag": "730a0572f872af3ce271fb5116bc9d4609da10dc2e35448b5ec1050f12b72e2b",
"url": "https://raw.githubusercontent.com/ansible/ansible-navigator/main/src/ansible_navigator/data/ansible-navigator.json"
},
"changelog": {
Expand Down
4 changes: 2 additions & 2 deletions src/ansiblelint/schemas/ansible-navigator-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
"required": [
"ansible-navigator"
],
"title": "ansible-navigator settings v24",
"title": "ansible-navigator settings v25",
"type": "object",
"version": "24"
"version": "25"
}

0 comments on commit af02d1b

Please sign in to comment.