Skip to content

Commit e9bc018

Browse files
committed
Update docs requirements.
1 parent a748687 commit e9bc018

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

docs/requirements.in

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
file:.#egg=jsonschema
1+
file:.
22
furo
33
lxml
44
sphinx!=7.2.5
@@ -8,6 +8,3 @@ sphinx-copybutton
88
sphinx-json-schema-spec
99
sphinxcontrib-spelling
1010
sphinxext-opengraph
11-
12-
# Until pyenchant/pyenchant#302 is released...
13-
pyenchant>=3.3.0rc1

docs/requirements.txt

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
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-
#
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile --output-file /Users/julian/Development/jsonschema/docs/requirements.txt docs/requirements.in
73
alabaster==1.0.0
84
# via sphinx
95
astroid==3.3.8
106
# via sphinx-autoapi
11-
attrs==24.3.0
7+
attrs==25.1.0
128
# via
139
# jsonschema
1410
# referencing
@@ -32,7 +28,7 @@ jinja2==3.1.5
3228
# via
3329
# sphinx
3430
# sphinx-autoapi
35-
file:.#egg=jsonschema
31+
jsonschema @ file:.
3632
# via -r docs/requirements.in
3733
jsonschema-specifications==2024.10.1
3834
# via jsonschema
@@ -44,17 +40,15 @@ markupsafe==3.0.2
4440
# via jinja2
4541
packaging==24.2
4642
# via sphinx
47-
pyenchant==3.3.0rc1
48-
# via
49-
# -r docs/requirements.in
50-
# sphinxcontrib-spelling
51-
pygments==2.18.0
43+
pyenchant==3.2.2
44+
# via sphinxcontrib-spelling
45+
pygments==2.19.1
5246
# via
5347
# furo
5448
# sphinx
5549
pyyaml==6.0.2
5650
# via sphinx-autoapi
57-
referencing==0.35.1
51+
referencing==0.36.2
5852
# via
5953
# jsonschema
6054
# jsonschema-specifications
@@ -83,13 +77,13 @@ sphinx==8.1.3
8377
# sphinxext-opengraph
8478
sphinx-autoapi==3.4.0
8579
# via -r docs/requirements.in
86-
sphinx-autodoc-typehints==2.5.0
80+
sphinx-autodoc-typehints==3.0.1
8781
# via -r docs/requirements.in
8882
sphinx-basic-ng==1.0.0b2
8983
# via furo
9084
sphinx-copybutton==0.5.2
9185
# via -r docs/requirements.in
92-
sphinx-json-schema-spec==2024.1.1
86+
sphinx-json-schema-spec==2025.1.1
9387
# via -r docs/requirements.in
9488
sphinxcontrib-applehelp==2.0.0
9589
# via sphinx

0 commit comments

Comments
 (0)