File tree 2 files changed +21
-17
lines changed
2 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 2
2
# uv pip compile --output-file /Users/julian/Development/rpds.py/docs/requirements.txt docs/requirements.in
3
3
alabaster == 1.0.0
4
4
# via sphinx
5
- babel == 2.16 .0
5
+ babel == 2.17 .0
6
6
# via sphinx
7
- beautifulsoup4 == 4.12 .3
7
+ beautifulsoup4 == 4.13 .3
8
8
# via furo
9
- certifi == 2024.8.30
9
+ certifi == 2025.1.31
10
10
# via requests
11
- charset-normalizer == 3.4.0
11
+ charset-normalizer == 3.4.1
12
12
# via requests
13
13
docutils == 0.21.2
14
14
# via sphinx
@@ -18,24 +18,26 @@ idna==3.10
18
18
# via requests
19
19
imagesize == 1.4.1
20
20
# via sphinx
21
- jinja2 == 3.1.4
21
+ jinja2 == 3.1.5
22
22
# via sphinx
23
23
markupsafe == 3.0.2
24
24
# via jinja2
25
- packaging == 24.1
25
+ packaging == 24.2
26
26
# via sphinx
27
27
pyenchant == 3.2.2
28
28
# via sphinxcontrib-spelling
29
- pygments == 2.18.0
29
+ pygments == 2.19.1
30
30
# via
31
31
# furo
32
32
# pygments-github-lexers
33
33
# sphinx
34
34
pygments-github-lexers == 0.0.5
35
35
# via -r docs/requirements.in
36
36
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
39
41
# via -r docs/requirements.in
40
42
snowballstemmer == 2.2.0
41
43
# via sphinx
@@ -65,11 +67,13 @@ sphinxcontrib-qthelp==2.0.0
65
67
# via sphinx
66
68
sphinxcontrib-serializinghtml == 2.0.0
67
69
# via sphinx
68
- sphinxcontrib-spelling == 8.0.0
70
+ sphinxcontrib-spelling == 8.0.1
69
71
# via -r docs/requirements.in
70
72
sphinxext-opengraph == 0.9.1
71
73
# 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
73
77
# via -r docs/requirements.in
74
- urllib3 == 2.2.3
78
+ urllib3 == 2.3.0
75
79
# via requests
Original file line number Diff line number Diff line change 1
1
# 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
3
3
iniconfig == 2.0.0
4
4
# via pytest
5
- packaging == 24.1
5
+ packaging == 24.2
6
6
# via pytest
7
7
pluggy == 1.5.0
8
8
# via pytest
9
- pytest == 8.3.3
9
+ pytest == 8.3.4
10
10
# via
11
11
# -r tests/requirements.in
12
12
# pytest-run-parallel
13
- pytest-run-parallel == 0.2.0
13
+ pytest-run-parallel == 0.3.1
14
14
# via -r tests/requirements.in
15
- file :.#egg=rpds-py
15
+ rpds-py @ file:.#egg=rpds-py
16
16
# via -r tests/requirements.in
You can’t perform that action at this time.
0 commit comments