Skip to content

Commit ca38469

Browse files
committed
Update requirements.
1 parent 09cd0d7 commit ca38469

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

docs/requirements.txt

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,42 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --output-file /Users/julian/Development/rpds.py/docs/requirements.txt docs/requirements.in
3+
accessible-pygments==0.0.5
4+
# via furo
35
alabaster==1.0.0
46
# via sphinx
57
babel==2.17.0
68
# via sphinx
7-
beautifulsoup4==4.13.4
9+
beautifulsoup4==4.14.2
810
# via furo
9-
certifi==2025.6.15
11+
certifi==2025.10.5
1012
# via requests
11-
charset-normalizer==3.4.2
13+
charset-normalizer==3.4.4
1214
# via requests
1315
docutils==0.21.2
1416
# via sphinx
15-
furo==2024.8.6
17+
furo==2025.9.25
1618
# via -r docs/requirements.in
17-
idna==3.10
19+
idna==3.11
1820
# via requests
1921
imagesize==1.4.1
2022
# via sphinx
2123
jinja2==3.1.6
2224
# via sphinx
23-
markupsafe==3.0.2
25+
markupsafe==3.0.3
2426
# via jinja2
2527
packaging==25.0
2628
# via sphinx
27-
pyenchant==3.2.2
29+
pyenchant==3.3.0
2830
# via sphinxcontrib-spelling
2931
pygments==2.19.2
3032
# via
33+
# accessible-pygments
3134
# furo
3235
# pygments-github-lexers
3336
# sphinx
3437
pygments-github-lexers==0.0.5
3538
# via -r docs/requirements.in
36-
requests==2.32.4
39+
requests==2.32.5
3740
# via
3841
# sphinx
3942
# sphinxcontrib-spelling
@@ -43,7 +46,7 @@ rpds-py @ file:.#egg=rpds-py
4346
# via -r docs/requirements.in
4447
snowballstemmer==3.0.1
4548
# via sphinx
46-
soupsieve==2.7
49+
soupsieve==2.8
4750
# via beautifulsoup4
4851
sphinx==8.2.3
4952
# via
@@ -71,11 +74,11 @@ sphinxcontrib-serializinghtml==2.0.0
7174
# via sphinx
7275
sphinxcontrib-spelling==8.0.1
7376
# via -r docs/requirements.in
74-
sphinxext-opengraph==0.10.0
77+
sphinxext-opengraph==0.13.0
7578
# via -r docs/requirements.in
76-
typing-extensions==4.14.0
79+
typing-extensions==4.15.0
7780
# via beautifulsoup4
78-
url-py==0.15.0
81+
url-py==0.18.0
7982
# via -r docs/requirements.in
8083
urllib3==2.5.0
8184
# via requests

tests/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --output-file /Users/julian/Development/rpds.py/tests/requirements.txt tests/requirements.in
3-
iniconfig==2.1.0
3+
iniconfig==2.3.0
44
# via pytest
55
packaging==25.0
66
# via pytest
77
pluggy==1.6.0
88
# via pytest
99
pygments==2.19.2
1010
# via pytest
11-
pytest==8.4.1
11+
pytest==8.4.2
1212
# via
1313
# -r tests/requirements.in
1414
# pytest-run-parallel
15-
pytest-run-parallel==0.6.1
15+
pytest-run-parallel==0.7.0
1616
# via -r tests/requirements.in
1717
rpds-py @ file:.#egg=rpds-py
1818
# via -r tests/requirements.in

0 commit comments

Comments
 (0)