Skip to content

Commit 4eb4e09

Browse files
committed
[py] Update package names and hashes
1 parent 1064a77 commit 4eb4e09

File tree

4 files changed

+204
-149
lines changed

4 files changed

+204
-149
lines changed

py/BUILD.bazel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ TEST_DEPS = [
7676
requirement("filetype"),
7777
requirement("idna"),
7878
requirement("iniconfig"),
79-
requirement("importlib_metadata"),
79+
requirement("importlib-metadata"),
8080
requirement("h11"),
81-
requirement("more_itertools"),
81+
requirement("more-itertools"),
8282
requirement("multidict"),
8383
requirement("outcome"),
8484
requirement("pluggy"),
@@ -198,9 +198,9 @@ py_library(
198198
deps = [
199199
requirement("urllib3"),
200200
requirement("trio"),
201-
requirement("trio_websocket"),
201+
requirement("trio-websocket"),
202202
requirement("certifi"),
203-
requirement("typing_extensions"),
203+
requirement("typing-extensions"),
204204
requirement("websocket-client"),
205205
],
206206
)
@@ -293,7 +293,7 @@ py_wheel(
293293
"trio~=0.30.0",
294294
"trio-websocket~=0.12.2",
295295
"certifi>=2025.4.26",
296-
"typing_extensions~=4.13.2",
296+
"typing-extensions~=4.13.2",
297297
"websocket-client~=1.8.0",
298298
],
299299
strip_path_prefixes = [

py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"trio~=0.30.0",
3131
"trio-websocket~=0.12.2",
3232
"certifi>=2025.4.26",
33-
"typing_extensions~=4.13.2",
33+
"typing-extensions~=4.13.2",
3434
"websocket-client~=1.8.0",
3535
]
3636

py/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ attrs==25.3.0
33
certifi==2025.4.26
44
cffi==1.17.1
55
cryptography==44.0.3
6-
SecretStorage==3.3.3
76
debugpy==1.8.14
87
filetype==1.2.0
98
h11==0.16.0
109
idna==3.10
11-
importlib_metadata==8.7.0
10+
importlib-metadata==8.7.0
1211
inflection==0.5.1
1312
iniconfig==2.1.0
1413
more-itertools==10.7.0
@@ -18,20 +17,21 @@ packaging==25.0
1817
pluggy==1.5.0
1918
py==1.11.0
2019
pycparser==2.22
21-
pyOpenSSL==25.0.0
20+
pyopenssl==25.0.0
2221
pyparsing==3.2.3
23-
PySocks==1.7.1
22+
pysocks==1.7.1
2423
pytest==8.3.5
2524
pytest-instafail==0.5.0
2625
pytest-mock==3.14.0
2726
pytest-trio==0.8.0
27+
secretstorage==3.3.3
2828
sniffio==1.3.1
2929
sortedcontainers==2.4.0
3030
toml==0.10.2
3131
trio==0.30.0
3232
trio-websocket==0.12.2
3333
twine==6.1.0
34-
typing_extensions==4.13.2
34+
typing-extensions==4.13.2
3535
urllib3[socks]==2.4.0
3636
websocket-client==1.8.0
3737
wsproto==1.2.0

0 commit comments

Comments
 (0)