Skip to content

Commit 189aab4

Browse files
committed
Update docs requirements.
1 parent ef8298b commit 189aab4

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/requirements.txt

Lines changed: 15 additions & 15 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 --resolver=backtracking docs/requirements.in
5+
# pip-compile --config=pyproject.toml --resolver=backtracking docs/requirements.in
66
#
77
alabaster==0.7.13
88
# via sphinx
@@ -12,19 +12,19 @@ babel==2.12.1
1212
# via sphinx
1313
beautifulsoup4==4.12.2
1414
# via furo
15-
certifi==2023.5.7
15+
certifi==2023.7.22
1616
# via requests
17-
charset-normalizer==3.1.0
17+
charset-normalizer==3.2.0
1818
# via requests
19-
contourpy==1.0.7
19+
contourpy==1.1.0
2020
# via matplotlib
2121
cycler==0.11.0
2222
# via matplotlib
2323
docutils==0.20.1
2424
# via sphinx
25-
fonttools==4.39.4
25+
fonttools==4.41.1
2626
# via matplotlib
27-
furo==2023.5.20
27+
furo==2023.7.26
2828
# via -r docs/requirements.in
2929
idna==3.4
3030
# via requests
@@ -36,19 +36,19 @@ file:.#egg=jsonschema_specifications
3636
# via -r docs/requirements.in
3737
kiwisolver==1.4.4
3838
# via matplotlib
39-
markupsafe==2.1.2
39+
markupsafe==2.1.3
4040
# via jinja2
41-
matplotlib==3.7.1
41+
matplotlib==3.7.2
4242
# via sphinxext-opengraph
43-
numpy==1.24.3
43+
numpy==1.25.1
4444
# via
4545
# contourpy
4646
# matplotlib
4747
packaging==23.1
4848
# via
4949
# matplotlib
5050
# sphinx
51-
pillow==9.5.0
51+
pillow==10.0.0
5252
# via matplotlib
5353
pyenchant==3.2.2
5454
# via sphinxcontrib-spelling
@@ -63,27 +63,27 @@ pyparsing==3.0.9
6363
# via matplotlib
6464
python-dateutil==2.8.2
6565
# via matplotlib
66-
referencing==0.28.5
66+
referencing==0.30.0
6767
# via jsonschema-specifications
6868
requests==2.31.0
6969
# via sphinx
70-
rpds-py==0.7.1
70+
rpds-py==0.9.2
7171
# via referencing
7272
six==1.16.0
7373
# via python-dateutil
7474
snowballstemmer==2.2.0
7575
# via sphinx
7676
soupsieve==2.4.1
7777
# via beautifulsoup4
78-
sphinx==7.0.1
78+
sphinx==7.1.1
7979
# via
8080
# -r docs/requirements.in
8181
# furo
8282
# sphinx-basic-ng
8383
# sphinx-copybutton
8484
# sphinxcontrib-spelling
8585
# sphinxext-opengraph
86-
sphinx-basic-ng==1.0.0b1
86+
sphinx-basic-ng==1.0.0b2
8787
# via furo
8888
sphinx-copybutton==0.5.2
8989
# via -r docs/requirements.in
@@ -103,5 +103,5 @@ sphinxcontrib-spelling==8.0.0
103103
# via -r docs/requirements.in
104104
sphinxext-opengraph==0.8.2
105105
# via -r docs/requirements.in
106-
urllib3==2.0.2
106+
urllib3==2.0.4
107107
# via requests

0 commit comments

Comments
 (0)