Skip to content

Commit

Permalink
Update dependencies to include new mkdocs-ansible branding (#4014)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianonicolai authored Feb 8, 2024
1 parent 1258cac commit b268cc1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
ansible-compat==4.1.11
ansible-core==2.16.3
astroid==3.0.2
astroid==3.0.3
attrs==23.2.0
babel==2.14.0
beautifulsoup4==4.12.3
Expand Down Expand Up @@ -53,11 +53,11 @@ mccabe==0.7.0
mdurl==0.1.2
mergedeep==1.3.4
mkdocs==1.5.3
mkdocs-ansible==0.2.1
mkdocs-ansible==24.2.1
mkdocs-autorefs==0.5.0
mkdocs-gen-files==0.5.0
mkdocs-htmlproofer-plugin==1.0.0
mkdocs-material==9.5.7
mkdocs-material==9.5.8
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
mkdocs-monorepo-plugin==1.1.0
Expand Down Expand Up @@ -91,7 +91,7 @@ regex==2023.12.25
requests==2.31.0
rich==13.7.0
rpds-py==0.17.1
ruamel-yaml==0.18.5
ruamel-yaml==0.18.6
six==1.16.0
soupsieve==2.5
subprocess-tee==0.4.1
Expand All @@ -103,10 +103,10 @@ types-jsonschema==4.21.0.20240118
types-pyyaml==6.0.12.12
typing-extensions==4.9.0
urllib3==2.2.0
watchdog==3.0.0
watchdog==4.0.0
wcmatch==8.5
webencodings==0.5.1
yamllint==1.33.0
yamllint==1.34.0

# The following packages are considered to be unsafe in a requirements file:
# resolvelib
Expand Down
4 changes: 2 additions & 2 deletions .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ pyyaml==6.0.1
referencing==0.33.0
rich==13.7.0
rpds-py==0.17.1
ruamel-yaml==0.18.5
ruamel-yaml==0.18.6
subprocess-tee==0.4.1
tomli==2.0.1
typing-extensions==4.9.0
wcmatch==8.5
yamllint==1.33.0
yamllint==1.34.0

# The following packages are considered to be unsafe in a requirements file:
# resolvelib
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ repos:
args: [--relative, --no-progress, --no-summary]
name: Spell check with cspell
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.4
rev: 0.28.0
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks.git
Expand Down Expand Up @@ -121,7 +121,7 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.34.0
hooks:
- id: yamllint
exclude: >
Expand All @@ -136,7 +136,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.0"
rev: "v0.2.1"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit b268cc1

Please sign in to comment.