Skip to content

Commit f6d9451

Browse files
committed
Update requirements.
1 parent db2edac commit f6d9451

File tree

3 files changed

+11
-19
lines changed

3 files changed

+11
-19
lines changed

docs/requirements.in

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
file:.#egg=referencing
22
furo
33
pygments-github-lexers
4-
sphinx-click
54
sphinx-copybutton
65
sphinx-json-schema-spec
76
sphinx>5

docs/requirements.txt

+9-16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --strip-extras docs/requirements.in
@@ -8,23 +8,19 @@ alabaster==0.7.13
88
# via sphinx
99
attrs==23.1.0
1010
# via referencing
11-
babel==2.13.1
11+
babel==2.14.0
1212
# via sphinx
1313
beautifulsoup4==4.12.2
1414
# via furo
15-
certifi==2023.7.22
15+
certifi==2023.11.17
1616
# via requests
1717
charset-normalizer==3.3.2
1818
# via requests
19-
click==8.1.7
20-
# via sphinx-click
2119
docutils==0.20.1
22-
# via
23-
# sphinx
24-
# sphinx-click
20+
# via sphinx
2521
furo==2023.9.10
2622
# via -r docs/requirements.in
27-
idna==3.4
23+
idna==3.6
2824
# via requests
2925
imagesize==1.4.1
3026
# via sphinx
@@ -38,7 +34,7 @@ packaging==23.2
3834
# via sphinx
3935
pyenchant==3.2.2
4036
# via sphinxcontrib-spelling
41-
pygments==2.16.1
37+
pygments==2.17.2
4238
# via
4339
# furo
4440
# pygments-github-lexers
@@ -49,7 +45,7 @@ file:.#egg=referencing
4945
# via -r docs/requirements.in
5046
requests==2.31.0
5147
# via sphinx
52-
rpds-py==0.12.0
48+
rpds-py==0.14.2
5349
# via referencing
5450
snowballstemmer==2.2.0
5551
# via sphinx
@@ -60,7 +56,6 @@ sphinx==7.2.6
6056
# -r docs/requirements.in
6157
# furo
6258
# sphinx-basic-ng
63-
# sphinx-click
6459
# sphinx-copybutton
6560
# sphinx-json-schema-spec
6661
# sphinxcontrib-applehelp
@@ -72,8 +67,6 @@ sphinx==7.2.6
7267
# sphinxext-opengraph
7368
sphinx-basic-ng==1.0.0b2
7469
# via furo
75-
sphinx-click==5.0.1
76-
# via -r docs/requirements.in
7770
sphinx-copybutton==0.5.2
7871
# via -r docs/requirements.in
7972
sphinx-json-schema-spec==2023.8.1
@@ -92,9 +85,9 @@ sphinxcontrib-serializinghtml==1.1.9
9285
# via sphinx
9386
sphinxcontrib-spelling==8.0.0
9487
# via -r docs/requirements.in
95-
sphinxext-opengraph==0.9.0
88+
sphinxext-opengraph==0.9.1
9689
# via -r docs/requirements.in
97-
url-py==0.9.2
90+
url-py==0.10.0
9891
# via -r docs/requirements.in
9992
urllib3==2.1.0
10093
# via requests

test-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --strip-extras test-requirements.in
@@ -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.12.0
25+
rpds-py==0.14.2
2626
# via referencing

0 commit comments

Comments
 (0)