File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ default_language_version:
77 python : python3
88repos :
99 - repo : https://github.com/astral-sh/ruff-pre-commit
10- rev : ' v0.5.1 '
10+ rev : ' v0.5.2 '
1111 hooks :
1212 - id : ruff
1313 args : ["--fix", "--show-fixes"]
Original file line number Diff line number Diff line change 2222Maintenance
2323~~~~~~~~~~~
2424
25+ * Remove pin on Sphinx
26+ By :user: `Elliott Sales de Andrade <QuLogic> `, :issue: `552 `.
27+
2528
2629.. _release_0.13.0 :
2730
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Homepage = "https://github.com/zarr-developers/numcodecs"
4646
4747[project .optional-dependencies ]
4848docs = [
49- " sphinx<7.0.0 " ,
49+ " sphinx" ,
5050 " sphinx-issues" ,
5151 " pydata-sphinx-theme" ,
5252 " numpydoc" ,
You can’t perform that action at this time.
0 commit comments