Skip to content

Commit adbbed3

Browse files
Update Python dependencies (#226)
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
1 parent 924adef commit adbbed3

2 files changed

Lines changed: 174 additions & 166 deletions

File tree

pyproject.toml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ dev = [
4242
"Twisted[tls,http2]==25.5.0",
4343
"asgiref==3.11.1",
4444
"brotli==1.2.0",
45-
"buf-bin==1.68.3",
45+
"buf-bin==1.68.4",
4646
"connect-python-example",
4747
"daphne==4.2.1",
48-
"granian==2.7.3",
48+
"granian==2.7.4",
4949
"grpcio-tools==1.80.0",
5050
"gunicorn==25.3.0",
5151
"hypercorn==0.18.0",
5252
"poethepoet==0.44.0",
53-
"pyright[nodejs]==1.1.408",
53+
"pyright[nodejs]==1.1.409",
5454
"pyvoy==0.3.0",
55-
"ruff==0.15.11",
56-
"tombi==0.9.20",
55+
"ruff==0.15.12",
56+
"tombi==0.9.24",
5757
"typing_extensions==4.15.0",
58-
"uvicorn==0.44.0",
58+
"uvicorn==0.46.0",
5959
"zstandard==0.25.0",
6060

6161
# dev dependencies only used in subprojects. Optimal structure would include these
@@ -76,7 +76,7 @@ dev = [
7676
"pytest-timeout",
7777
]
7878

79-
docs = ["mkdocstrings-python==2.0.3", "zensical==0.0.33"]
79+
docs = ["mkdocstrings-python==2.0.3", "zensical==0.0.36"]
8080

8181
[build-system]
8282
requires = ["uv_build>=0.11.0,<0.12.0"]
@@ -90,6 +90,14 @@ exclude = [
9090
"**/.*",
9191
".venv",
9292

93+
# Recent versions of typeshed fail on 5.x gencode.
94+
# https://github.com/python/typeshed/pull/15677
95+
"**/*_pb.py",
96+
97+
# Recent versions of typeshed have improved typing of functions that then expose
98+
# type errors for accessing
99+
"**/*_pb2.py",
100+
93101
# GRPC python files don't typecheck on their own.
94102
# See https://github.com/grpc/grpc/issues/39555
95103
"**/*_pb2_grpc.py",

0 commit comments

Comments
 (0)