Skip to content

Commit 72ebec6

Browse files
Update Doc packages (#2706)
* Update Doc packages * Update requirements-doc.txt * Update requirements-doc.txt * Update requirements-doc.txt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: david-cortes-intel <[email protected]>
1 parent bae4afb commit 72ebec6

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

requirements-doc.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ async-generator==1.10
33
attrs==25.3.0
44
Babel==2.17.0
55
backcall==0.2.0
6-
beautifulsoup4==4.13.4
6+
beautifulsoup4==4.14.2
77
bleach==6.2.0
8-
certifi==2025.7.14
9-
charset-normalizer==3.4.2
10-
click==8.2.1
8+
certifi==2025.8.3
9+
charset-normalizer==3.4.3
10+
click==8.3.0
1111
decorator==5.2.1
1212
defusedxml==0.7.1
1313
docutils~=0.21.2
@@ -16,16 +16,16 @@ idna==3.10
1616
imagesize==1.4.1
1717
importlib-metadata==8.7.0
1818
importlib-resources==6.5.2
19-
ipython==9.4.0
19+
ipython==9.6.0
2020
ipython-genutils==0.2.0
2121
jedi==0.19.2
2222
Jinja2==3.1.6
23-
jsonschema==4.25.0
23+
jsonschema==4.25.1
2424
jupyter-client==8.6.3
2525
jupyter-core==5.8.1
2626
jupyterlab-pygments==0.3.0
27-
MarkupSafe==3.0.2
28-
mistune==3.1.3
27+
MarkupSafe==3.0.3
28+
mistune==3.1.4
2929
nbclient==0.10.2
3030
nbconvert==7.16.6
3131
nbformat==5.10.4
@@ -34,24 +34,24 @@ nest-asyncio==1.6.0
3434
packaging==25.0
3535
pandoc==2.4
3636
pandocfilters==1.5.1
37-
parso==0.8.4
37+
parso==0.8.5
3838
pexpect==4.9.0
3939
pickleshare==0.7.5
40-
prompt-toolkit==3.0.51
40+
prompt-toolkit==3.0.52
4141
ptyprocess==0.7.0
4242
pydata-sphinx-theme==0.16.1
4343
Pygments==2.19.2
44-
pyparsing==3.2.3
44+
pyparsing==3.2.5
4545
pyrsistent==0.20.0
4646
python-dateutil==2.9.0.post0
4747
pytz==2025.2
48-
PyYAML==6.0.2
49-
pyzmq==27.0.0
50-
requests==2.32.4
48+
PyYAML==6.0.3
49+
pyzmq==27.1.0
50+
requests==2.32.5
5151
six==1.17.0
52-
scikit-learn==1.7.0 # version needed due to issue with 1.7.1, remove when sklearn 1.8 drops
52+
scikit-learn==1.7.2 # version needed due to issue with 1.7.1, remove when sklearn 1.8 drops
5353
snowballstemmer==3.0.1
54-
soupsieve==2.7
54+
soupsieve==2.8
5555
Sphinx==8.2.3
5656
sphinx-book-theme==1.1.3
5757
sphinx-design==0.6.1
@@ -66,11 +66,11 @@ sphinxcontrib-jsmath==1.0.1
6666
sphinxcontrib-qthelp==2.0.0
6767
sphinxcontrib-serializinghtml==2.0.0
6868
testpath==0.6.0
69-
tornado==6.5.1
69+
tornado==6.5.2
7070
traitlets==5.14.3
71-
typing-extensions==4.14.1
71+
typing-extensions==4.15.0
7272
urllib3==2.5.0
73-
wcwidth==0.2.13
73+
wcwidth==0.2.14
7474
webencodings==0.5.1
7575
zipp==3.23.0
7676
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)