Skip to content

Commit eb09e84

Browse files
authored
Update dev dependencies (#92)
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
1 parent 5b19cc2 commit eb09e84

2 files changed

Lines changed: 230 additions & 246 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ Issues = "https://github.com/connectrpc/connect-python/issues"
3636

3737
[dependency-groups]
3838
dev = [
39-
"asgiref==3.9.1",
40-
"brotli==1.1.0",
41-
"bump-my-version==1.2.4",
39+
"asgiref==3.11.0",
40+
"brotli==1.2.0",
41+
"bump-my-version==1.2.6",
4242
"connect-python-example",
4343
"daphne==4.2.1",
44-
"hypercorn==0.17.3",
45-
"granian==2.5.7",
44+
"hypercorn==0.18.0",
45+
"granian==2.6.1",
4646
"grpcio-tools==1.76.0",
4747
"gunicorn==23.0.0",
48-
"just-bin==1.42.4; sys_platform != 'win32'",
49-
"pyright[nodejs]==1.1.405",
50-
"pyvoy==0.2.0",
51-
"ruff~=0.13.2",
52-
"uvicorn==0.37.0",
48+
"just-bin==1.46.0; sys_platform != 'win32'",
49+
"pyright[nodejs]==1.1.408",
50+
"pyvoy==0.3.0",
51+
"ruff~=0.14.13",
52+
"uvicorn==0.40.0",
5353
# Needed to enable HTTP/2 in daphne
5454
"Twisted[tls,http2]==25.5.0",
5555
"typing_extensions==4.15.0",

0 commit comments

Comments
 (0)