Skip to content

Commit 0750270

Browse files
[pre-commit.ci] pre-commit autoupdate (#306)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.8...v0.6.9) <!--pre-commit.ci end--> --------- Signed-off-by: Alexander Piskun <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alexander Piskun <[email protected]>
1 parent a56fa6d commit 0750270

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-yaml
99
- id: check-toml
@@ -41,7 +41,7 @@ repos:
4141
- id: pyproject-fmt
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.6.8
44+
rev: v0.6.9
4545
hooks:
4646
- id: ruff
4747

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ optional-dependencies.dev-min = [
7777
optional-dependencies.docs = [
7878
"autodoc-pydantic>=2.0.1",
7979
"nc-py-api[app,calendar]",
80-
"sphinx>=6.2",
80+
"sphinx<8",
8181
"sphinx-copybutton",
8282
"sphinx-inline-tabs",
8383
"sphinx-issues>=3.0.1",
84-
"sphinx-rtd-theme>=1",
84+
"sphinx-rtd-theme<3",
8585
]
8686
urls.Changelog = "https://github.com/cloud-py-api/nc_py_api/blob/main/CHANGELOG.md"
8787
urls.Documentation = "https://cloud-py-api.github.io/nc_py_api/"

0 commit comments

Comments
 (0)