Skip to content

Commit 6f6ba8d

Browse files
committedFeb 17, 2025··
Update requirements.
1 parent 9c07fe6 commit 6f6ba8d

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed
 

‎docs/requirements.txt

+16-12
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# uv pip compile --output-file /Users/julian/Development/rpds.py/docs/requirements.txt docs/requirements.in
33
alabaster==1.0.0
44
# via sphinx
5-
babel==2.16.0
5+
babel==2.17.0
66
# via sphinx
7-
beautifulsoup4==4.12.3
7+
beautifulsoup4==4.13.3
88
# via furo
9-
certifi==2024.8.30
9+
certifi==2025.1.31
1010
# via requests
11-
charset-normalizer==3.4.0
11+
charset-normalizer==3.4.1
1212
# via requests
1313
docutils==0.21.2
1414
# via sphinx
@@ -18,24 +18,26 @@ idna==3.10
1818
# via requests
1919
imagesize==1.4.1
2020
# via sphinx
21-
jinja2==3.1.4
21+
jinja2==3.1.5
2222
# via sphinx
2323
markupsafe==3.0.2
2424
# via jinja2
25-
packaging==24.1
25+
packaging==24.2
2626
# via sphinx
2727
pyenchant==3.2.2
2828
# via sphinxcontrib-spelling
29-
pygments==2.18.0
29+
pygments==2.19.1
3030
# via
3131
# furo
3232
# pygments-github-lexers
3333
# sphinx
3434
pygments-github-lexers==0.0.5
3535
# via -r docs/requirements.in
3636
requests==2.32.3
37-
# via sphinx
38-
file:.#egg=rpds-py
37+
# via
38+
# sphinx
39+
# sphinxcontrib-spelling
40+
rpds-py @ file:.#egg=rpds-py
3941
# via -r docs/requirements.in
4042
snowballstemmer==2.2.0
4143
# via sphinx
@@ -65,11 +67,13 @@ sphinxcontrib-qthelp==2.0.0
6567
# via sphinx
6668
sphinxcontrib-serializinghtml==2.0.0
6769
# via sphinx
68-
sphinxcontrib-spelling==8.0.0
70+
sphinxcontrib-spelling==8.0.1
6971
# via -r docs/requirements.in
7072
sphinxext-opengraph==0.9.1
7173
# via -r docs/requirements.in
72-
url-py==0.13.0
74+
typing-extensions==4.12.2
75+
# via beautifulsoup4
76+
url-py==0.14.1
7377
# via -r docs/requirements.in
74-
urllib3==2.2.3
78+
urllib3==2.3.0
7579
# via requests

‎tests/requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile --output-file tests/requirements.txt tests/requirements.in
2+
# uv pip compile --output-file /Users/julian/Development/rpds.py/tests/requirements.txt tests/requirements.in
33
iniconfig==2.0.0
44
# via pytest
5-
packaging==24.1
5+
packaging==24.2
66
# via pytest
77
pluggy==1.5.0
88
# via pytest
9-
pytest==8.3.3
9+
pytest==8.3.4
1010
# via
1111
# -r tests/requirements.in
1212
# pytest-run-parallel
13-
pytest-run-parallel==0.2.0
13+
pytest-run-parallel==0.3.1
1414
# via -r tests/requirements.in
15-
file:.#egg=rpds-py
15+
rpds-py @ file:.#egg=rpds-py
1616
# via -r tests/requirements.in

0 commit comments

Comments
 (0)
Please sign in to comment.