Skip to content

Commit ae252c5

Browse files
committed
Update requirements.
1 parent 01ff3fd commit ae252c5

File tree

2 files changed

+32
-30
lines changed

2 files changed

+32
-30
lines changed

docs/requirements.txt

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --output-file /Users/julian/Development/referencing/docs/requirements.txt docs/requirements.in
3-
alabaster==0.7.16
3+
alabaster==1.0.0
44
# via sphinx
5-
attrs==23.2.0
5+
attrs==24.3.0
66
# via referencing
7-
babel==2.15.0
7+
babel==2.16.0
88
# via sphinx
99
beautifulsoup4==4.12.3
1010
# via furo
11-
certifi==2024.7.4
11+
certifi==2024.12.14
1212
# via requests
13-
charset-normalizer==3.3.2
13+
charset-normalizer==3.4.1
1414
# via requests
1515
docutils==0.21.2
1616
# via sphinx
17-
furo==2024.7.18
17+
furo==2024.8.6
1818
# via -r docs/requirements.in
19-
idna==3.7
19+
idna==3.10
2020
# via requests
2121
imagesize==1.4.1
2222
# via sphinx
23-
jinja2==3.1.4
23+
jinja2==3.1.5
2424
# via sphinx
25-
lxml==5.2.2
25+
lxml==5.3.0
2626
# via sphinx-json-schema-spec
27-
markupsafe==2.1.5
27+
markupsafe==3.0.2
2828
# via jinja2
29-
packaging==24.1
29+
packaging==24.2
3030
# via sphinx
3131
pyenchant==3.3.0rc1
3232
# via
@@ -39,17 +39,19 @@ pygments==2.18.0
3939
# sphinx
4040
pygments-github-lexers==0.0.5
4141
# via -r docs/requirements.in
42-
file:.#egg=referencing
42+
referencing @ file:.#egg=referencing
4343
# via -r docs/requirements.in
4444
requests==2.32.3
45-
# via sphinx
46-
rpds-py==0.19.1
45+
# via
46+
# sphinx
47+
# sphinxcontrib-spelling
48+
rpds-py==0.22.3
4749
# via referencing
4850
snowballstemmer==2.2.0
4951
# via sphinx
50-
soupsieve==2.5
52+
soupsieve==2.6
5153
# via beautifulsoup4
52-
sphinx==7.4.7
54+
sphinx==8.1.3
5355
# via
5456
# -r docs/requirements.in
5557
# furo
@@ -64,23 +66,23 @@ sphinx-copybutton==0.5.2
6466
# via -r docs/requirements.in
6567
sphinx-json-schema-spec==2024.1.1
6668
# via -r docs/requirements.in
67-
sphinxcontrib-applehelp==1.0.8
69+
sphinxcontrib-applehelp==2.0.0
6870
# via sphinx
69-
sphinxcontrib-devhelp==1.0.6
71+
sphinxcontrib-devhelp==2.0.0
7072
# via sphinx
71-
sphinxcontrib-htmlhelp==2.0.6
73+
sphinxcontrib-htmlhelp==2.1.0
7274
# via sphinx
7375
sphinxcontrib-jsmath==1.0.1
7476
# via sphinx
75-
sphinxcontrib-qthelp==1.0.8
77+
sphinxcontrib-qthelp==2.0.0
7678
# via sphinx
77-
sphinxcontrib-serializinghtml==1.1.10
79+
sphinxcontrib-serializinghtml==2.0.0
7880
# via sphinx
79-
sphinxcontrib-spelling==8.0.0
81+
sphinxcontrib-spelling==8.0.1
8082
# via -r docs/requirements.in
8183
sphinxext-opengraph==0.9.1
8284
# via -r docs/requirements.in
83-
url-py==0.11.3
85+
url-py==0.14.1
8486
# via -r docs/requirements.in
85-
urllib3==2.2.2
87+
urllib3==2.3.0
8688
# via requests

test-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --output-file /Users/julian/Development/referencing/test-requirements.txt test-requirements.in
3-
attrs==23.2.0
3+
attrs==24.3.0
44
# via
55
# pytest-subtests
66
# referencing
77
iniconfig==2.0.0
88
# via pytest
9-
packaging==24.1
9+
packaging==24.2
1010
# via pytest
1111
pluggy==1.5.0
1212
# via pytest
13-
pytest==8.3.2
13+
pytest==8.3.4
1414
# via
1515
# -r test-requirements.in
1616
# pytest-subtests
17-
pytest-subtests==0.13.1
17+
pytest-subtests==0.14.1
1818
# via -r test-requirements.in
19-
file:.#egg=referencing
19+
referencing @ file:.#egg=referencing
2020
# via -r test-requirements.in
21-
rpds-py==0.19.1
21+
rpds-py==0.22.3
2222
# via referencing

0 commit comments

Comments
 (0)