Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#189)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update mkdocs-minify-plugin requirement from ~=0.7.2 to ~=0.8.0 (#188)

Update `pre-commit` hooks.


Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CasperWA and dependabot[bot] authored Feb 14, 2024
1 parent cb53c0d commit 568b6b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
exclude: ^.*\.ttl$

- repo: https://github.com/ambv/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black

Expand All @@ -31,7 +31,7 @@ repos:
- id: docs-landing-page

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.15
rev: v0.2.1
hooks:
- id: ruff
args:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ docs = [
"mkdocs~=1.5",
"mkdocs-awesome-pages-plugin~=2.9",
"mkdocs-material~=9.5",
"mkdocs-minify-plugin~=0.7.2",
"mkdocs-minify-plugin~=0.8.0",
"mkdocstrings[python]~=0.24.0",
]
dev = [
Expand Down

0 comments on commit 568b6b0

Please sign in to comment.