Skip to content

Commit

Permalink
Update test dependencies (#4352)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Jan 4, 2025
1 parent 3f9958b commit b3fdd4b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
20 changes: 12 additions & 8 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
ansi2html==1.9.2
ansible-compat==24.10.0
ansible-core==2.18.1
ansible-core==2.17.7
ansible-lint==24.12.2
astroid==3.3.8
attrs==24.3.0
Expand Down Expand Up @@ -35,15 +35,17 @@ defusedxml==0.7.1
dill==0.3.9
distlib==0.3.9
dnspython==2.7.0
docker==7.1.0
docstring-parser-fork==0.0.9
enrich==1.2.7
exceptiongroup==1.2.2
execnet==2.1.1
filelock==3.16.1
ghp-import==2.1.0
griffe==1.5.4
hjson==3.1.0
htmlmin2==0.1.13
identify==2.6.3
identify==2.6.4
idna==3.10
importlib-metadata==8.5.0
iniconfig==2.0.0
Expand Down Expand Up @@ -74,14 +76,14 @@ mkdocs-minify-plugin==0.8.0
mkdocs-monorepo-plugin==1.1.0
mkdocstrings==0.27.0
mkdocstrings-python==1.13.0
mypy==1.14.0
mypy==1.14.1
mypy-extensions==1.0.0
nodeenv==1.9.1
packaging==24.2
paginate==0.5.7
pathspec==0.12.1
pexpect==4.9.0
pillow==11.0.0
pillow==11.1.0
pip-tools==7.4.1
pipdeptree==2.24.0
platformdirs==4.3.6
Expand All @@ -96,6 +98,7 @@ pymdown-extensions==10.13
pyproject-api==1.8.0
pyproject-hooks==1.2.0
pytest==8.3.4
pytest-instafail==0.5.0
pytest-mock==3.14.0
pytest-plus==0.7.0
pytest-testinfra==10.1.1
Expand All @@ -108,15 +111,16 @@ referencing==0.35.1
regex==2024.11.6
regress==2024.11.1
requests==2.32.3
resolvelib==1.1.0
resolvelib==1.0.1
rich==13.9.4
rpds-py==0.22.3
ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.12
ruff==0.8.4
ruff==0.8.6
six==1.17.0
soupsieve==2.6
subprocess-tee==0.4.2
super-collections==0.5.3
termcolor==2.5.0
text-unidecode==1.3
tinycss2==1.4.0
Expand All @@ -126,10 +130,10 @@ tomlkit==0.13.2
tox==4.23.2
types-jsonschema==4.23.0.20241208
types-pexpect==4.9.0.20241208
types-pyyaml==6.0.12.20241221
types-pyyaml==6.0.12.20241230
typing-extensions==4.12.2
urllib3==2.3.0
virtualenv==20.28.0
virtualenv==20.28.1
watchdog==6.0.0
wcmatch==10.0
webencodings==0.5.1
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ coverage[toml]
docker >= 7.1.0 # testing
filelock >= 3.9.0
mypy
pexpect >= 4.8.0, < 5
pexpect >= 4.9.0, < 5
pip-tools
pre-commit
pydoclint
Expand Down
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
)$
- repo: https://github.com/pycontribs/mirrors-prettier
rev: v3.3.3
rev: v3.4.2
hooks:
- id: prettier
always_run: true
Expand All @@ -59,28 +59,28 @@ repos:
- id: tox-ini-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.6
hooks:
- id: ruff
args:
- --exit-non-zero-on-fix

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.16.0
rev: v8.17.0
hooks:
- id: cspell
name: Spell check with cspell

- repo: https://github.com/jsh9/pydoclint
rev: "0.5.9"
rev: "0.5.14"
hooks:
- id: pydoclint
# This allows automatic reduction of the baseline file when needed.
entry: sh -ec "pydoclint . && pydoclint --generate-baseline=1 ."
pass_filenames: false

- repo: https://github.com/pycqa/pylint.git
rev: v3.3.2
rev: v3.3.3
hooks:
- id: pylint
args:
Expand All @@ -98,7 +98,7 @@ repos:
- wcmatch

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies:
Expand Down Expand Up @@ -134,7 +134,7 @@ repos:
--output-file=.config/constraints.txt pyproject.toml
files: ^.config\/.*requirements.*$
- repo: https://github.com/ansible/ansible-lint
rev: v24.10.0
rev: v24.12.2
hooks:
- id: ansible-lint
stages: [manual]

0 comments on commit b3fdd4b

Please sign in to comment.