Skip to content

Commit d09bb7a

Browse files
committed
Update requirements.
1 parent 0349ead commit d09bb7a

File tree

1 file changed

+27
-29
lines changed

1 file changed

+27
-29
lines changed

docs/requirements.txt

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,38 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.12
3-
# by the following command:
4-
#
5-
# pip-compile --strip-extras docs/requirements.in
6-
#
7-
alabaster==0.7.16
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile --output-file /Users/julian/Development/jsonschema-specifications/docs/requirements.txt docs/requirements.in
3+
alabaster==1.0.0
84
# via sphinx
9-
attrs==23.2.0
5+
attrs==24.3.0
106
# via referencing
11-
babel==2.15.0
7+
babel==2.16.0
128
# via sphinx
139
beautifulsoup4==4.12.3
1410
# via furo
15-
certifi==2024.7.4
11+
certifi==2024.12.14
1612
# via requests
17-
charset-normalizer==3.3.2
13+
charset-normalizer==3.4.1
1814
# via requests
1915
docutils==0.21.2
2016
# via sphinx
21-
furo==2024.5.6
17+
furo==2024.8.6
2218
# via -r docs/requirements.in
23-
idna==3.7
19+
idna==3.10
2420
# via requests
2521
imagesize==1.4.1
2622
# via sphinx
27-
jinja2==3.1.4
23+
jinja2==3.1.5
2824
# via sphinx
29-
file:.#egg=jsonschema_specifications
25+
jsonschema-specifications @ file:.#egg=jsonschema_specifications
3026
# via -r docs/requirements.in
31-
markupsafe==2.1.5
27+
markupsafe==3.0.2
3228
# via jinja2
33-
packaging==24.1
29+
packaging==24.2
3430
# via sphinx
3531
pyenchant==3.3.0rc1
3632
# via
3733
# -r docs/requirements.in
3834
# sphinxcontrib-spelling
39-
pygments==2.18.0
35+
pygments==2.19.1
4036
# via
4137
# furo
4238
# pygments-github-lexers
@@ -46,14 +42,16 @@ pygments-github-lexers==0.0.5
4642
referencing==0.35.1
4743
# via jsonschema-specifications
4844
requests==2.32.3
49-
# via sphinx
50-
rpds-py==0.19.0
45+
# via
46+
# sphinx
47+
# sphinxcontrib-spelling
48+
rpds-py==0.22.3
5149
# via referencing
5250
snowballstemmer==2.2.0
5351
# via sphinx
54-
soupsieve==2.5
52+
soupsieve==2.6
5553
# via beautifulsoup4
56-
sphinx==7.3.7
54+
sphinx==8.1.3
5755
# via
5856
# -r docs/requirements.in
5957
# furo
@@ -65,21 +63,21 @@ sphinx-basic-ng==1.0.0b2
6563
# via furo
6664
sphinx-copybutton==0.5.2
6765
# via -r docs/requirements.in
68-
sphinxcontrib-applehelp==1.0.8
66+
sphinxcontrib-applehelp==2.0.0
6967
# via sphinx
70-
sphinxcontrib-devhelp==1.0.6
68+
sphinxcontrib-devhelp==2.0.0
7169
# via sphinx
72-
sphinxcontrib-htmlhelp==2.0.5
70+
sphinxcontrib-htmlhelp==2.1.0
7371
# via sphinx
7472
sphinxcontrib-jsmath==1.0.1
7573
# via sphinx
76-
sphinxcontrib-qthelp==1.0.7
74+
sphinxcontrib-qthelp==2.0.0
7775
# via sphinx
78-
sphinxcontrib-serializinghtml==1.1.10
76+
sphinxcontrib-serializinghtml==2.0.0
7977
# via sphinx
80-
sphinxcontrib-spelling==8.0.0
78+
sphinxcontrib-spelling==8.0.1
8179
# via -r docs/requirements.in
8280
sphinxext-opengraph==0.9.1
8381
# via -r docs/requirements.in
84-
urllib3==2.2.2
82+
urllib3==2.3.0
8583
# via requests

0 commit comments

Comments
 (0)