Skip to content

Commit cb33f3f

Browse files
committed
Bump docs requirements.
1 parent e32b937 commit cb33f3f

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

docs/requirements.txt

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --config=pyproject.toml docs/requirements.in
5+
# pip-compile docs/requirements.in
66
#
77
alabaster==0.7.13
88
# via sphinx
@@ -16,7 +16,7 @@ certifi==2023.7.22
1616
# via requests
1717
charset-normalizer==3.2.0
1818
# via requests
19-
click==8.1.6
19+
click==8.1.7
2020
# via sphinx-click
2121
contourpy==1.1.0
2222
# via matplotlib
@@ -26,9 +26,9 @@ docutils==0.20.1
2626
# via
2727
# sphinx
2828
# sphinx-click
29-
fonttools==4.41.1
29+
fonttools==4.42.1
3030
# via matplotlib
31-
furo==2023.7.26
31+
furo==2023.8.19
3232
# via -r docs/requirements.in
3333
idna==3.4
3434
# via
@@ -38,7 +38,7 @@ imagesize==1.4.1
3838
# via sphinx
3939
jinja2==3.1.2
4040
# via sphinx
41-
kiwisolver==1.4.4
41+
kiwisolver==1.4.5
4242
# via matplotlib
4343
lxml==4.9.3
4444
# via sphinx-json-schema-spec
@@ -48,7 +48,7 @@ matplotlib==3.7.2
4848
# via sphinxext-opengraph
4949
multidict==6.0.4
5050
# via yarl
51-
numpy==1.25.1
51+
numpy==1.25.2
5252
# via
5353
# contourpy
5454
# matplotlib
@@ -60,7 +60,7 @@ pillow==10.0.0
6060
# via matplotlib
6161
pyenchant==3.2.2
6262
# via sphinxcontrib-spelling
63-
pygments==2.15.1
63+
pygments==2.16.1
6464
# via
6565
# furo
6666
# pygments-github-lexers
@@ -75,43 +75,48 @@ file:.#egg=referencing
7575
# via -r docs/requirements.in
7676
requests==2.31.0
7777
# via sphinx
78-
rpds-py==0.9.2
78+
rpds-py==0.10.0
7979
# via referencing
8080
six==1.16.0
8181
# via python-dateutil
8282
snowballstemmer==2.2.0
8383
# via sphinx
8484
soupsieve==2.4.1
8585
# via beautifulsoup4
86-
sphinx==7.1.1
86+
sphinx==7.2.4
8787
# via
8888
# -r docs/requirements.in
8989
# furo
9090
# sphinx-basic-ng
9191
# sphinx-click
9292
# sphinx-copybutton
9393
# sphinx-json-schema-spec
94+
# sphinxcontrib-applehelp
95+
# sphinxcontrib-devhelp
96+
# sphinxcontrib-htmlhelp
97+
# sphinxcontrib-qthelp
98+
# sphinxcontrib-serializinghtml
9499
# sphinxcontrib-spelling
95100
# sphinxext-opengraph
96101
sphinx-basic-ng==1.0.0b2
97102
# via furo
98-
sphinx-click==4.4.0
103+
sphinx-click==5.0.1
99104
# via -r docs/requirements.in
100105
sphinx-copybutton==0.5.2
101106
# via -r docs/requirements.in
102-
sphinx-json-schema-spec==2023.7.2
107+
sphinx-json-schema-spec==2023.8.1
103108
# via -r docs/requirements.in
104-
sphinxcontrib-applehelp==1.0.4
109+
sphinxcontrib-applehelp==1.0.7
105110
# via sphinx
106-
sphinxcontrib-devhelp==1.0.2
111+
sphinxcontrib-devhelp==1.0.5
107112
# via sphinx
108-
sphinxcontrib-htmlhelp==2.0.1
113+
sphinxcontrib-htmlhelp==2.0.4
109114
# via sphinx
110115
sphinxcontrib-jsmath==1.0.1
111116
# via sphinx
112-
sphinxcontrib-qthelp==1.0.3
117+
sphinxcontrib-qthelp==1.0.6
113118
# via sphinx
114-
sphinxcontrib-serializinghtml==1.1.5
119+
sphinxcontrib-serializinghtml==1.1.9
115120
# via sphinx
116121
sphinxcontrib-spelling==8.0.0
117122
# via -r docs/requirements.in

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ iniconfig==2.0.0
1212
# via pytest
1313
packaging==23.1
1414
# via pytest
15-
pluggy==1.2.0
15+
pluggy==1.3.0
1616
# via pytest
1717
pytest==7.4.0
1818
# via
@@ -22,5 +22,5 @@ pytest-subtests==0.11.0
2222
# via -r test-requirements.in
2323
file:.#egg=referencing
2424
# via -r test-requirements.in
25-
rpds-py==0.9.2
25+
rpds-py==0.10.0
2626
# via referencing

0 commit comments

Comments
 (0)