Skip to content

Commit

Permalink
pip prod(deps): update nbsphinx requirement from <=0.9.4 to <=0.9.5 (#76
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent ec9d77b commit c54c399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ anndata = { optional = true, version = ">=0.7.6,<0.10.0" }
black = { optional = true, version = "*" }
pytest-cov = { optional = true, version = "*" }
sphinx = { optional = true, version = "<8" } # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279
nbsphinx = { optional = true, version = "<=0.9.4" }
nbsphinx = { optional = true, version = "<=0.9.5" }
sphinx-autodoc-typehints = { optional = true, version = "<=1.23.0" }
sphinx_rtd_theme = { optional = true, version = "<=2.0.0" }
readthedocs-sphinx-ext = { optional = true, version = "<=2.2.5" }
Expand Down

0 comments on commit c54c399

Please sign in to comment.