Skip to content

Commit 45b8408

Browse files
committed
Update requirements.
1 parent c9eaa69 commit 45b8408

File tree

2 files changed

+29
-24
lines changed

2 files changed

+29
-24
lines changed

docs/requirements.txt

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,60 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --output-file /Users/julian/Development/referencing-loaders/docs/requirements.txt docs/requirements.in
3+
accessible-pygments==0.0.5
4+
# via furo
35
alabaster==1.0.0
46
# via sphinx
5-
attrs==25.3.0
7+
attrs==25.4.0
68
# via referencing
79
babel==2.17.0
810
# via sphinx
9-
beautifulsoup4==4.13.4
11+
beautifulsoup4==4.14.2
1012
# via furo
11-
certifi==2025.4.26
13+
certifi==2025.10.5
1214
# via requests
13-
charset-normalizer==3.4.2
15+
charset-normalizer==3.4.4
1416
# via requests
1517
docutils==0.21.2
1618
# via sphinx
17-
furo==2024.8.6
19+
furo==2025.9.25
1820
# via -r docs/requirements.in
19-
idna==3.10
21+
idna==3.11
2022
# via requests
2123
imagesize==1.4.1
2224
# via sphinx
2325
jinja2==3.1.6
2426
# via sphinx
25-
markupsafe==3.0.2
27+
markupsafe==3.0.3
2628
# via jinja2
2729
packaging==25.0
2830
# via sphinx
29-
pyenchant==3.3.0rc1
31+
pyenchant==3.3.0
3032
# via
3133
# -r docs/requirements.in
3234
# sphinxcontrib-spelling
33-
pygments==2.19.1
35+
pygments==2.19.2
3436
# via
37+
# accessible-pygments
3538
# furo
3639
# pygments-github-lexers
3740
# sphinx
3841
pygments-github-lexers==0.0.5
3942
# via -r docs/requirements.in
40-
referencing==0.36.2
43+
referencing==0.37.0
4144
# via referencing-loaders
4245
referencing-loaders @ file:.#egg=referencing-loaders
4346
# via -r docs/requirements.in
44-
requests==2.32.3
47+
requests==2.32.5
4548
# via
4649
# sphinx
4750
# sphinxcontrib-spelling
4851
roman-numerals-py==3.1.0
4952
# via sphinx
50-
rpds-py==0.24.0
53+
rpds-py==0.28.0
5154
# via referencing
52-
snowballstemmer==2.2.0
55+
snowballstemmer==3.0.1
5356
# via sphinx
54-
soupsieve==2.7
57+
soupsieve==2.8
5558
# via beautifulsoup4
5659
sphinx==8.2.3
5760
# via
@@ -79,11 +82,11 @@ sphinxcontrib-serializinghtml==2.0.0
7982
# via sphinx
8083
sphinxcontrib-spelling==8.0.1
8184
# via -r docs/requirements.in
82-
sphinxext-opengraph==0.10.0
85+
sphinxext-opengraph==0.13.0
8386
# via -r docs/requirements.in
84-
typing-extensions==4.13.2
87+
typing-extensions==4.15.0
8588
# via beautifulsoup4
86-
url-py==0.14.1
89+
url-py==0.18.0
8790
# via -r docs/requirements.in
88-
urllib3==2.4.0
91+
urllib3==2.5.0
8992
# via requests

test-requirements.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --output-file /Users/julian/Development/referencing-loaders/test-requirements.txt test-requirements.in
3-
attrs==25.3.0
3+
attrs==25.4.0
44
# via referencing
5-
iniconfig==2.1.0
5+
iniconfig==2.3.0
66
# via pytest
77
packaging==25.0
88
# via pytest
9-
pluggy==1.5.0
9+
pluggy==1.6.0
1010
# via pytest
11-
pytest==8.3.5
11+
pygments==2.19.2
12+
# via pytest
13+
pytest==8.4.2
1214
# via -r test-requirements.in
13-
referencing==0.36.2
15+
referencing==0.37.0
1416
# via referencing-loaders
1517
referencing-loaders @ file:.#egg=referencing-loaders
1618
# via -r test-requirements.in
17-
rpds-py==0.24.0
19+
rpds-py==0.28.0
1820
# via referencing

0 commit comments

Comments
 (0)