Skip to content

Commit

Permalink
Update test dependencies (#3194)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ssbarnea and pre-commit-ci[bot] committed Mar 16, 2023
1 parent 930d5ed commit ef483a0
Show file tree
Hide file tree
Showing 7 changed files with 159 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .config/requirements-docs.txt
@@ -1,2 +1,2 @@
mkdocs-ansible>=0.1.2
mkdocs-ansible[lock]>=0.1.2
pipdeptree>=2.4.0
2 changes: 1 addition & 1 deletion .config/requirements-lock.txt
Expand Up @@ -11,7 +11,7 @@ bracex==2.3.post1
cffi==1.15.1
click==8.1.3
cryptography==39.0.2
filelock==3.9.1
filelock==3.10.0
jinja2==3.1.2
jsonschema==4.17.3
markdown-it-py==2.2.0
Expand Down
2 changes: 2 additions & 0 deletions .config/requirements.in
Expand Up @@ -12,3 +12,5 @@ ruamel.yaml>=0.17.21,<0.18 # MIT, next version is planned to have breaking chang
subprocess-tee>=0.4.1 # MIT, used by ansible-compat
yamllint >= 1.26.3 # GPLv3
wcmatch>=8.1.2 # MIT
# Temporary workarounds:
pathspec!=0.11.1 # https://github.com/adrienverge/yamllint/pull/548
12 changes: 6 additions & 6 deletions .config/requirements.txt
Expand Up @@ -17,7 +17,7 @@ cffi==1.15.1
charset-normalizer==3.1.0
click==8.1.3
colorama==0.4.6
coverage==7.2.1
coverage==7.2.2
coverage-enable-subprocess==1.0
cryptography==39.0.2
csscompressor==0.9.5
Expand All @@ -26,12 +26,12 @@ defusedxml==0.7.1
dill==0.3.6
exceptiongroup==1.1.1
execnet==1.9.0
filelock==3.9.0
filelock==3.10.0
flake8==6.0.0
flake8-future-annotations==1.1.0
ghp-import==2.1.0
griffe==0.25.5
htmlmin==0.1.12
htmlmin2==0.1.13
idna==3.4
importlib-metadata==6.0.0
iniconfig==2.0.0
Expand All @@ -42,7 +42,7 @@ jsmin==3.0.1
jsonschema==4.17.3
lazy-object-proxy==1.9.0
markdown==3.3.7
markdown-exec==1.3.0
markdown-exec==1.4.0
markdown-include==0.8.1
markdown-it-py==2.2.0
markupsafe==2.1.2
Expand All @@ -54,9 +54,9 @@ mkdocs-ansible==0.1.2
mkdocs-autorefs==0.4.1
mkdocs-gen-files==0.4.0
mkdocs-htmlproofer-plugin==0.10.3
mkdocs-material==9.1.2
mkdocs-material==9.1.3
mkdocs-material-extensions==1.1.1
mkdocs-minify-plugin==0.6.2
mkdocs-minify-plugin==0.6.4
mkdocs-monorepo-plugin==1.0.4
mkdocstrings==0.20.0
mkdocstrings-python==0.8.3
Expand Down

0 comments on commit ef483a0

Please sign in to comment.