Skip to content

Commit

Permalink
pip prod(deps): update nbsphinx requirement from <=0.9.1 to <=0.9.2 (#34
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent 0e2cdd1 commit 3c752b3
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 = "<7" } # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279
nbsphinx = { optional = true, version = "<=0.9.1" }
nbsphinx = { optional = true, version = "<=0.9.2" }
sphinx-autodoc-typehints = { optional = true, version = "<=1.23.0" }
sphinx_rtd_theme = { optional = true, version = "<=1.2.2" }
readthedocs-sphinx-ext = { optional = true, version = "<=2.2.2" }
Expand Down

0 comments on commit 3c752b3

Please sign in to comment.