Skip to content

Commit

Permalink
ci: Bump sphinx, vl-convert-python (#3527)
Browse files Browse the repository at this point in the history
* ci: Bump `vl-convert-python>=1.6.0`

Likely the source of #3523 (comment)

* ci: Bump `sphinx>=8.0.0`

Possibly resolves issue #3515 (comment)
  • Loading branch information
dangotbanned committed Aug 7, 2024
1 parent 95f654f commit fdfdc3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Source = "https://github.com/vega/altair"
[project.optional-dependencies]
all = [
"vega_datasets>=0.9.0",
"vl-convert-python>=1.5.0",
"vl-convert-python>=1.6.0",
"pandas>=0.25.3",
"numpy",
"pyarrow>=11",
Expand All @@ -82,7 +82,7 @@ dev = [
"polars>=0.20.3",
]
doc = [
"sphinx",
"sphinx>=8.0.0",
"docutils",
"sphinxext_altair",
"jinja2",
Expand Down

0 comments on commit fdfdc3e

Please sign in to comment.