File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.6 .0
6
+ rev : v5.0 .0
7
7
hooks :
8
8
- id : check-yaml
9
9
- id : check-toml
41
41
- id : pyproject-fmt
42
42
43
43
- repo : https://github.com/astral-sh/ruff-pre-commit
44
- rev : v0.6.8
44
+ rev : v0.6.9
45
45
hooks :
46
46
- id : ruff
47
47
Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ optional-dependencies.dev-min = [
77
77
optional-dependencies.docs = [
78
78
" autodoc-pydantic>=2.0.1" ,
79
79
" nc-py-api[app,calendar]" ,
80
- " sphinx>=6.2 " ,
80
+ " sphinx<8 " ,
81
81
" sphinx-copybutton" ,
82
82
" sphinx-inline-tabs" ,
83
83
" sphinx-issues>=3.0.1" ,
84
- " sphinx-rtd-theme>=1 " ,
84
+ " sphinx-rtd-theme<3 " ,
85
85
]
86
86
urls.Changelog = " https://github.com/cloud-py-api/nc_py_api/blob/main/CHANGELOG.md"
87
87
urls.Documentation = " https://cloud-py-api.github.io/nc_py_api/"
You can’t perform that action at this time.
0 commit comments