Skip to content

Commit cada83c

Browse files
committed
Update requirements.
1 parent eee5ed6 commit cada83c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ idna==3.10
1818
# via requests
1919
imagesize==1.4.1
2020
# via sphinx
21-
jinja2==3.1.5
21+
jinja2==3.1.6
2222
# via sphinx
2323
markupsafe==3.0.2
2424
# via jinja2
@@ -37,13 +37,15 @@ requests==2.32.3
3737
# via
3838
# sphinx
3939
# sphinxcontrib-spelling
40+
roman-numerals-py==3.1.0
41+
# via sphinx
4042
rpds-py @ file:.#egg=rpds-py
4143
# via -r docs/requirements.in
4244
snowballstemmer==2.2.0
4345
# via sphinx
4446
soupsieve==2.6
4547
# via beautifulsoup4
46-
sphinx==8.1.3
48+
sphinx==8.2.3
4749
# via
4850
# -r docs/requirements.in
4951
# furo
@@ -71,7 +73,7 @@ sphinxcontrib-spelling==8.0.1
7173
# via -r docs/requirements.in
7274
sphinxext-opengraph==0.9.1
7375
# via -r docs/requirements.in
74-
typing-extensions==4.12.2
76+
typing-extensions==4.13.0
7577
# via beautifulsoup4
7678
url-py==0.14.1
7779
# via -r docs/requirements.in

tests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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.0.0
3+
iniconfig==2.1.0
44
# via pytest
55
packaging==24.2
66
# via pytest
77
pluggy==1.5.0
88
# via pytest
9-
pytest==8.3.4
9+
pytest==8.3.5
1010
# via
1111
# -r tests/requirements.in
1212
# pytest-run-parallel

0 commit comments

Comments
 (0)