Skip to content

Commit 0f1fcdd

Browse files
authored
build: address vulnerabilities in docs packages (#382)
1 parent df1ca89 commit 0f1fcdd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# sphinx_rtd_theme
1010

1111
Babel==2.10.3
12-
certifi==2022.9.24
12+
certifi>=2023.7.22
1313
charset-normalizer==2.1.1
1414
docutils==0.16
1515
idna==3.4
@@ -20,10 +20,10 @@ Jinja2==2.11.3
2020
MarkupSafe==2.0.1
2121
packaging==21.3
2222
parsimonious==0.7.0
23-
Pygments==2.13.0
23+
Pygments==2.16.1
2424
pyparsing==3.0.9
2525
pytz==2022.5
26-
requests==2.28.1
26+
requests==2.31.0
2727
six==1.16.0
2828
snowballstemmer==2.2.0
2929
# Use same sphinx version required by sphinx-js 3.1.2
@@ -36,4 +36,4 @@ sphinxcontrib-htmlhelp==2.0.0
3636
sphinxcontrib-jsmath==1.0.1
3737
sphinxcontrib-qthelp==1.0.3
3838
sphinxcontrib-serializinghtml==1.1.5
39-
urllib3==1.26.12
39+
urllib3==1.26.17

0 commit comments

Comments
 (0)