File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ MarkupSafe==2.1.5
11
11
Jinja2 == 3.1.4
12
12
click == 8.1.7
13
13
ghp-import == 2.1.0
14
- watchdog == 4.0.1
14
+ watchdog == 4.0.2
15
15
cairocffi == 1.7.1
16
16
pathspec == 0.12.1
17
- Babel == 2.15 .0
17
+ Babel == 2.16 .0
18
18
paginate == 0.5.6
19
- lxml == 5.2.2
19
+ lxml == 5.3.0
20
20
pyquery == 2.0.0
21
21
readtime == 3.0.0
22
22
mkdocs == 1.6.0
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ sniffio==1.3.1
31
31
h11 == 0.14.0
32
32
outcome == 1.3.0.post0
33
33
trio == 0.22.2 ;python_version < "3.8"
34
- trio == 0.26.1 ;python_version >= "3.8"
34
+ trio == 0.26.2 ;python_version >= "3.8"
35
35
trio-websocket == 0.11.1
36
36
wsproto == 1.2.0
37
37
websocket-client == 1.8.0 ;python_version >= "3.8"
@@ -66,7 +66,7 @@ pygments==2.17.2;python_version<"3.8"
66
66
pygments == 2.18.0 ;python_version >= "3.8"
67
67
pyreadline3 == 3.4.1 ;platform_system == "Windows"
68
68
tabcompleter == 1.3.3
69
- pdbp == 1.5.3
69
+ pdbp == 1.5.4
70
70
colorama == 0.4.6
71
71
pyotp == 2.9.0
72
72
python-xlib == 0.33 ;platform_system == "Linux"
Original file line number Diff line number Diff line change 179
179
'h11==0.14.0' ,
180
180
'outcome==1.3.0.post0' ,
181
181
'trio==0.22.2;python_version<"3.8"' ,
182
- 'trio==0.26.1 ;python_version>="3.8"' ,
182
+ 'trio==0.26.2 ;python_version>="3.8"' ,
183
183
'trio-websocket==0.11.1' ,
184
184
'wsproto==1.2.0' ,
185
185
'websocket-client==1.8.0;python_version>="3.8"' ,
214
214
'pygments==2.18.0;python_version>="3.8"' ,
215
215
'pyreadline3==3.4.1;platform_system=="Windows"' ,
216
216
"tabcompleter==1.3.3" ,
217
- "pdbp==1.5.3 " ,
217
+ "pdbp==1.5.4 " ,
218
218
'colorama==0.4.6' ,
219
219
'pyotp==2.9.0' ,
220
220
'python-xlib==0.33;platform_system=="Linux"' ,
You can’t perform that action at this time.
0 commit comments