From 289d153a81834824117ee2f6f6b96758ee44cba1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:26:14 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.6.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.8...v0.6.9) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 8b51be0296681e2c57531ea546ca7fcc2315a92e Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Tue, 8 Oct 2024 15:30:12 +0300 Subject: [PATCH 2/2] CI docs: sphinx<8, sphinx-rtd-theme<3 Signed-off-by: Alexander Piskun --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/"