Skip to content

Commit bb50893

Browse files
Update Python dependencies
1 parent 3189d1d commit bb50893

2 files changed

Lines changed: 74 additions & 72 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ dev = [
4444
"connect-python-example",
4545
"granian==2.7.4",
4646
"grpcio-tools==1.80.0",
47-
"gunicorn==25.3.0",
47+
"gunicorn==26.0.0",
4848
"hypercorn==0.18.0",
4949
"poethepoet==0.45.0",
5050
"pyvoy==0.3.0",
5151
"ruff==0.15.12",
52-
"tombi==0.10.2",
53-
"ty==0.0.34",
54-
"types-grpcio==1.0.0.20260408",
55-
"types-protobuf==7.34.1.20260503",
52+
"tombi==0.11.0",
53+
"ty==0.0.35",
54+
"types-grpcio==1.0.0.20260508",
55+
"types-protobuf==7.34.1.20260508",
5656
"typing_extensions==4.15.0",
5757
"uvicorn==0.46.0",
5858
"zstandard==0.25.0",
@@ -75,7 +75,7 @@ dev = [
7575
"pytest-timeout",
7676
]
7777

78-
docs = ["mkdocstrings-python==2.0.3", "zensical==0.0.39"]
78+
docs = ["mkdocstrings-python==2.0.3", "zensical==0.0.41"]
7979

8080
[build-system]
8181
requires = ["uv_build>=0.11.0,<0.12.0"]

0 commit comments

Comments
 (0)