Skip to content

Commit aa1d297

Browse files
committed
Update dev dependencies
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
1 parent 5b19cc2 commit aa1d297

3 files changed

Lines changed: 235 additions & 246 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
python: "3.14"
5252
coverage: "cov"
5353
resolution: "lowest-direct"
54+
# Enable coverage on just one job
55+
- os: ubuntu-24.04
56+
python: "3.14t"
57+
coverage: "nocov"
58+
resolution: "lowest-direct"
5459
env:
5560
# Shared env variables for all the tests
5661
UV_RESOLUTION: "${{ matrix.resolution }}"

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)