File tree Expand file tree Collapse file tree 6 files changed +267
-186
lines changed Expand file tree Collapse file tree 6 files changed +267
-186
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ py_wheel(
312
312
"trio~=0.30.0" ,
313
313
"trio-websocket~=0.12.2" ,
314
314
"certifi>=2025.4.26" ,
315
- "typing_extensions~=4.13.2 " ,
315
+ "typing_extensions~=4.14.0 " ,
316
316
"websocket-client~=1.8.0" ,
317
317
],
318
318
strip_path_prefixes = [
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies = [
29
29
" trio~=0.30.0" ,
30
30
" trio-websocket~=0.12.2" ,
31
31
" certifi>=2025.4.26" ,
32
- " typing_extensions~=4.13.2 " ,
32
+ " typing_extensions~=4.14.0 " ,
33
33
" websocket-client~=1.8.0" ,
34
34
]
35
35
Original file line number Diff line number Diff line change 1
1
async-generator == 1.10
2
2
attrs == 25.3.0
3
- cachetools == 5.5.2
3
+ cachetools == 6.0.0
4
4
certifi == 2025.4.26
5
5
cffi == 1.17.1
6
6
chardet == 5.2.0
7
7
charset-normalizer == 3.4.2
8
8
colorama == 0.4.6
9
- cryptography == 44 .0.3
9
+ cryptography == 45 .0.3
10
10
debugpy == 1.8.14
11
11
distlib == 0.3.9
12
12
docutils == 0.21.2
@@ -26,22 +26,22 @@ keyring==25.6.0
26
26
markdown-it-py == 3.0.0
27
27
mdurl == 0.1.2
28
28
more-itertools == 10.7.0
29
- multidict == 6.4.3
29
+ multidict == 6.4.4
30
30
nh3 == 0.2.21
31
31
outcome == 1.3.0.post0
32
32
packaging == 25.0
33
33
platformdirs == 4.3.8
34
- pluggy == 1.5 .0
34
+ pluggy == 1.6 .0
35
35
py == 1.11.0
36
36
pycparser == 2.22
37
37
Pygments == 2.19.1
38
- pyOpenSSL == 25.0 .0
38
+ pyOpenSSL == 25.1 .0
39
39
pyparsing == 3.2.3
40
- pyproject-api == 1.9.0
40
+ pyproject-api == 1.9.1
41
41
PySocks == 1.7.1
42
- pytest == 8.3.5
42
+ pytest == 8.4.0
43
43
pytest-instafail == 0.5.0
44
- pytest-mock == 3.14.0
44
+ pytest-mock == 3.14.1
45
45
pytest-trio == 0.8.0
46
46
readme_renderer == 44.0
47
47
requests == 2.32.3
@@ -52,13 +52,13 @@ SecretStorage==3.3.3
52
52
sniffio == 1.3.1
53
53
sortedcontainers == 2.4.0
54
54
toml == 0.10.2
55
- tox == 4.25 .0
55
+ tox == 4.26 .0
56
56
trio == 0.30.0
57
57
trio-websocket == 0.12.2
58
58
twine == 6.1.0
59
- typing_extensions == 4.13.2
59
+ typing_extensions == 4.14.0
60
60
urllib3 [socks ]== 2.4.0
61
61
virtualenv == 20.31.2
62
62
websocket-client == 1.8.0
63
63
wsproto == 1.2.0
64
- zipp == 3.21 .0
64
+ zipp == 3.22 .0
You can’t perform that action at this time.
0 commit comments