Skip to content

Commit

Permalink
Update dependencies (#3514)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored May 31, 2023
1 parent 33a4b28 commit 1a8badb
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .config/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs-ansible[lock]>=0.1.4
mkdocs-ansible[lock]>=0.1.6
pipdeptree>=2.4.0
11 changes: 8 additions & 3 deletions .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@
#
# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --resolver=backtracking --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml
#
ansible-compat==4.1.0
ansible-compat==4.1.1
ansible-core==2.15.0
attrs==23.1.0
black==23.3.0
bracex==2.3.post1
certifi==2023.5.7
cffi==1.15.1
charset-normalizer==3.1.0
click==8.1.3
cryptography==40.0.2
cryptography==41.0.0
filelock==3.12.0
idna==3.4
importlib-resources==5.0.7
jinja2==3.1.2
jsonschema==4.17.3
Expand All @@ -27,11 +30,13 @@ pycparser==2.21
pygments==2.15.1
pyrsistent==0.19.3
pyyaml==6.0
rich==13.3.5
requests==2.31.0
rich==13.4.0
ruamel-yaml==0.17.31
subprocess-tee==0.4.1
tomli==2.0.1
typing-extensions==4.6.2
urllib3==2.0.2
wcmatch==8.4.1
yamllint==1.32.0

Expand Down
1 change: 1 addition & 0 deletions .config/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pathspec>=0.9.0 # Mozilla Public License 2.0 (MPL 2.0)
pyyaml>=5.4.1 # MIT (centos 9 has 5.3.1)
rich>=12.0.0 # MIT
ruamel.yaml>=0.17.0,<0.18,!=0.17.29,!=0.17.30 # MIT, next version is planned to have breaking changes
requests>=2.31.0 # Apache-2.0 (indirect, but we want newer version for security reasons)
subprocess-tee>=0.4.1 # MIT, used by ansible-compat
yamllint >= 1.30.0 # GPLv3
wcmatch>=8.1.2 # MIT
22 changes: 11 additions & 11 deletions .config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=docs --extra=test --no-annotate --output-file=.config/requirements.txt --resolver=backtracking --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml
#
ansible-compat==4.1.0
ansible-compat==4.1.1
ansible-core==2.15.0
astroid==2.15.5
attrs==23.1.0
Expand All @@ -18,9 +18,9 @@ cffi==1.15.1
charset-normalizer==3.1.0
click==8.1.3
colorama==0.4.6
coverage==7.2.6
coverage==7.2.7
coverage-enable-subprocess==1.0
cryptography==40.0.2
cryptography==41.0.0
csscompressor==0.9.5
cssselect2==0.7.0
defusedxml==0.7.1
Expand All @@ -29,7 +29,7 @@ exceptiongroup==1.1.1
execnet==1.9.0
filelock==3.12.0
ghp-import==2.1.0
griffe==0.28.0
griffe==0.29.0
htmlmin2==0.1.13
idna==3.4
importlib-metadata==6.6.0
Expand All @@ -51,16 +51,16 @@ mccabe==0.7.0
mdurl==0.1.2
mergedeep==1.3.4
mkdocs==1.4.3
mkdocs-ansible==0.1.5
mkdocs-ansible==0.1.6
mkdocs-autorefs==0.4.1
mkdocs-gen-files==0.5.0
mkdocs-htmlproofer-plugin==0.13.1
mkdocs-material==9.1.14
mkdocs-material==9.1.15
mkdocs-material-extensions==1.1.1
mkdocs-minify-plugin==0.6.4
mkdocs-monorepo-plugin==1.0.5
mkdocstrings==0.21.2
mkdocstrings-python==1.0.0
mkdocstrings==0.22.0
mkdocstrings-python==1.1.0
mypy==1.3.0
mypy-extensions==1.0.0
netaddr==0.8.0
Expand Down Expand Up @@ -88,8 +88,8 @@ pyyaml==6.0
pyyaml-env-tag==0.1
rdflib==6.3.2
regex==2023.5.5
requests==2.30.0
rich==13.3.5
requests==2.31.0
rich==13.4.0
ruamel-yaml==0.17.31
six==1.16.0
soupsieve==2.4.1
Expand All @@ -101,7 +101,7 @@ tomli==2.0.1
tomlkit==0.11.8
types-jsonschema==4.17.0.8
types-pyyaml==6.0.12.10
typing-extensions==4.5.0
typing-extensions==4.6.2
uritools==4.0.1
urllib3==2.0.2
watchdog==3.0.0
Expand Down
14 changes: 7 additions & 7 deletions test/schemas/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/js-yaml": "^4.0.5",
"@types/minimatch": "^5.1.2",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.4",
"@types/node": "^20.2.5",
"chai": "^4.3.7",
"minimatch": "^9.0.1",
"mocha": "^10.2.0",
Expand Down

0 comments on commit 1a8badb

Please sign in to comment.