Skip to content

Commit 201e212

Browse files
committed
Update requirements.
1 parent f830e4c commit 201e212

File tree

2 files changed

+35
-23
lines changed

2 files changed

+35
-23
lines changed

docs/requirements.txt

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
# This file was autogenerated by uv via the following command:
2-
# uv pip compile --output-file /Users/julian/Development/referencing/docs/requirements.txt docs/requirements.in
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.13
3+
# by the following command:
4+
#
5+
# pip-compile --output-file=/Users/julian/Development/referencing/docs/requirements.txt --strip-extras docs/requirements.in
6+
#
37
alabaster==1.0.0
48
# via sphinx
5-
attrs==24.3.0
9+
attrs==25.3.0
610
# via referencing
7-
babel==2.16.0
11+
babel==2.17.0
812
# via sphinx
9-
beautifulsoup4==4.12.3
13+
beautifulsoup4==4.13.4
1014
# via furo
11-
certifi==2024.12.14
15+
certifi==2025.4.26
1216
# via requests
1317
charset-normalizer==3.4.1
1418
# via requests
@@ -20,13 +24,13 @@ idna==3.10
2024
# via requests
2125
imagesize==1.4.1
2226
# via sphinx
23-
jinja2==3.1.5
27+
jinja2==3.1.6
2428
# via sphinx
25-
lxml==5.3.0
29+
lxml==5.4.0
2630
# via sphinx-json-schema-spec
2731
markupsafe==3.0.2
2832
# via jinja2
29-
packaging==24.2
33+
packaging==25.0
3034
# via sphinx
3135
pyenchant==3.3.0rc1
3236
# via
@@ -39,19 +43,21 @@ pygments==2.19.1
3943
# sphinx
4044
pygments-github-lexers==0.0.5
4145
# via -r docs/requirements.in
42-
referencing @ file:.#egg=referencing
46+
file:.#egg=referencing
4347
# via -r docs/requirements.in
4448
requests==2.32.3
4549
# via
4650
# sphinx
4751
# sphinxcontrib-spelling
48-
rpds-py==0.22.3
52+
roman-numerals-py==3.1.0
53+
# via sphinx
54+
rpds-py==0.24.0
4955
# via referencing
5056
snowballstemmer==2.2.0
5157
# via sphinx
52-
soupsieve==2.6
58+
soupsieve==2.7
5359
# via beautifulsoup4
54-
sphinx==8.1.3
60+
sphinx==8.2.3
5561
# via
5662
# -r docs/requirements.in
5763
# furo
@@ -80,9 +86,11 @@ sphinxcontrib-serializinghtml==2.0.0
8086
# via sphinx
8187
sphinxcontrib-spelling==8.0.1
8288
# via -r docs/requirements.in
83-
sphinxext-opengraph==0.9.1
89+
sphinxext-opengraph==0.10.0
8490
# via -r docs/requirements.in
91+
typing-extensions==4.13.2
92+
# via beautifulsoup4
8593
url-py==0.14.1
8694
# via -r docs/requirements.in
87-
urllib3==2.3.0
95+
urllib3==2.4.0
8896
# via requests

test-requirements.txt

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
1-
# This file was autogenerated by uv via the following command:
2-
# uv pip compile --output-file /Users/julian/Development/referencing/test-requirements.txt test-requirements.in
3-
attrs==24.3.0
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.13
3+
# by the following command:
4+
#
5+
# pip-compile --output-file=/Users/julian/Development/referencing/test-requirements.txt --strip-extras test-requirements.in
6+
#
7+
attrs==25.3.0
48
# via
59
# pytest-subtests
610
# referencing
7-
iniconfig==2.0.0
11+
iniconfig==2.1.0
812
# via pytest
9-
packaging==24.2
13+
packaging==25.0
1014
# via pytest
1115
pluggy==1.5.0
1216
# via pytest
13-
pytest==8.3.4
17+
pytest==8.3.5
1418
# via
1519
# -r test-requirements.in
1620
# pytest-subtests
1721
pytest-subtests==0.14.1
1822
# via -r test-requirements.in
19-
referencing @ file:.#egg=referencing
23+
file:.#egg=referencing
2024
# via -r test-requirements.in
21-
rpds-py==0.22.3
25+
rpds-py==0.24.0
2226
# via referencing

0 commit comments

Comments
 (0)