Skip to content

Commit 2665b33

Browse files
committed
Update docs requirements.
1 parent 1a3ce94 commit 2665b33

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/requirements.txt

+14-14
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
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
99
babel==2.12.1
1010
# via sphinx
1111
beautifulsoup4==4.12.2
1212
# via furo
13-
certifi==2023.5.7
13+
certifi==2023.7.22
1414
# via requests
15-
charset-normalizer==3.1.0
15+
charset-normalizer==3.2.0
1616
# via requests
17-
contourpy==1.0.7
17+
contourpy==1.1.0
1818
# via matplotlib
1919
cycler==0.11.0
2020
# via matplotlib
2121
docutils==0.20.1
2222
# via sphinx
23-
fonttools==4.39.4
23+
fonttools==4.41.1
2424
# via matplotlib
25-
furo==2023.5.20
25+
furo==2023.7.26
2626
# via -r docs/requirements.in
2727
idna==3.4
2828
# via requests
@@ -32,21 +32,21 @@ jinja2==3.1.2
3232
# via sphinx
3333
kiwisolver==1.4.4
3434
# via matplotlib
35-
lxml==4.9.2
35+
lxml==4.9.3
3636
# via sphinx-json-schema-spec
37-
markupsafe==2.1.2
37+
markupsafe==2.1.3
3838
# via jinja2
39-
matplotlib==3.7.1
39+
matplotlib==3.7.2
4040
# via sphinxext-opengraph
41-
numpy==1.24.3
41+
numpy==1.25.1
4242
# via
4343
# contourpy
4444
# matplotlib
4545
packaging==23.1
4646
# via
4747
# matplotlib
4848
# sphinx
49-
pillow==9.5.0
49+
pillow==10.0.0
5050
# via matplotlib
5151
pyenchant==3.2.2
5252
# via sphinxcontrib-spelling
@@ -66,15 +66,15 @@ snowballstemmer==2.2.0
6666
# via sphinx
6767
soupsieve==2.4.1
6868
# via beautifulsoup4
69-
sphinx==7.0.1
69+
sphinx==7.1.1
7070
# via
7171
# -r docs/requirements.in
7272
# furo
7373
# sphinx-basic-ng
7474
# sphinx-json-schema-spec
7575
# sphinxcontrib-spelling
7676
# sphinxext-opengraph
77-
sphinx-basic-ng==1.0.0b1
77+
sphinx-basic-ng==1.0.0b2
7878
# via furo
7979
file:.#egg=sphinx_json_schema_spec
8080
# via -r docs/requirements.in
@@ -94,5 +94,5 @@ sphinxcontrib-spelling==8.0.0
9494
# via -r docs/requirements.in
9595
sphinxext-opengraph==0.8.2
9696
# via -r docs/requirements.in
97-
urllib3==2.0.2
97+
urllib3==2.0.4
9898
# via requests

0 commit comments

Comments
 (0)