diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a7926932..5d95ef2c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: check-toml @@ -41,7 +41,7 @@ repos: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.8 + rev: v0.6.9 hooks: - id: ruff diff --git a/pyproject.toml b/pyproject.toml index cc527b96..79a45d13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,11 +77,11 @@ optional-dependencies.dev-min = [ optional-dependencies.docs = [ "autodoc-pydantic>=2.0.1", "nc-py-api[app,calendar]", - "sphinx>=6.2", + "sphinx<8", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-issues>=3.0.1", - "sphinx-rtd-theme>=1", + "sphinx-rtd-theme<3", ] urls.Changelog = "https://github.com/cloud-py-api/nc_py_api/blob/main/CHANGELOG.md" urls.Documentation = "https://cloud-py-api.github.io/nc_py_api/"