diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0dc662e4..55790f27 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: double-quote-string-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.0.281" + rev: "v0.0.284" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -35,7 +35,7 @@ repos: - id: black - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0 + rev: v3.0.1 hooks: - id: prettier language_version: system @@ -43,7 +43,7 @@ repos: - markdown # managed by mdformat - repo: https://github.com/tox-dev/pyproject-fmt - rev: "0.13.0" + rev: "0.13.1" hooks: - id: pyproject-fmt diff --git a/docs/requirements.txt b/docs/requirements.txt index d6642982..8ce4c06f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,7 +3,7 @@ pydantic<2.0 sphinx-autosummary-accessors pydata-sphinx-theme sphinx-autodoc-typehints -autodoc_pydantic +autodoc_pydantic<2.0 myst-nb sphinx-design sphinx_github_changelog