Skip to content

Commit 9004342

Browse files
committed
Bumped dependencies.
1 parent 2899de8 commit 9004342

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

dist/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
wheel ~= 0.45.0
1+
wheel ~= 0.46.3
22
twine ~= 6.2

doc/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@
118118
# ==============================================================================
119119
# Options for LaTeX / PDF output
120120
# ==============================================================================
121-
from textwrap import dedent
122-
123121
preamblePath = Path("preamble.tex")
124122
try:
125123
with preamblePath.open("r", encoding="utf-8") as fileHandle:

doc/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ pyTooling ~= 8.12
44

55
# Enforce latest version on ReadTheDocs
66
sphinx ~= 9.1
7-
docutils ~= 0.22.0
7+
# docutils ~= 0.22.0
88
docutils_stubs ~= 0.0.22
99

1010
# ReadTheDocs Theme
11-
sphinx_rtd_theme ~= 3.0
11+
sphinx_rtd_theme ~= 3.1
1212

1313
# Sphinx Extenstions
1414
sphinxcontrib-mermaid ~= 2.0
1515
autoapi >= 2.0.1
1616
sphinx_design ~= 0.7.0
17-
sphinx-copybutton >= 0.5.0
18-
sphinx_autodoc_typehints ~= 3.5 # 3.6 is conflicting with old sphinx_design and rtd theme due to sphinx<9 and docutils<0.22
17+
sphinx-copybutton >= 0.5.2
18+
sphinx_autodoc_typehints ~= 3.5 # 3.9 is conflicting with old sphinx_design and rtd theme due to sphinx<9 and docutils<0.22
1919
sphinx_reports ~= 0.10.0

0 commit comments

Comments
 (0)