Skip to content

Commit

Permalink
MAINT: update libsass and docutils pins
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Nov 19, 2024
1 parent 06eb3df commit c53c5e7
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 @@ -26,7 +26,7 @@ dependencies = [
"sphinx>=5,<6",
"docutils",
"click",
"libsass~=0.20.1",
"libsass~=0.23.0",
"sphinx_book_theme~=1.1.0",
"beautifulsoup4",
]
Expand Down Expand Up @@ -63,7 +63,7 @@ doc = [
"sphinx-togglebutton>=0.2.1",
"sphinx-thebe",
"sphinx-copybutton",
"docutils==0.17.1", # docutils 0.18, 0.19 need a patch fix https://sourceforge.net/p/docutils/patches/195/, un-pin when 0.20 is released
"docutils>=0.20",
"plotly",
"sphinxcontrib-bibtex>=2.2.0,<=2.5.0",
]
Expand Down

1 comment on commit c53c5e7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.