Skip to content

Commit 35c0270

Browse files
Update Python dependencies (#261)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f0d1251 commit 35c0270

2 files changed

Lines changed: 203 additions & 203 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ dev = [
4343
"buf-bin==1.70.0",
4444
"connect-python-example",
4545
"granian==2.7.5",
46-
"grpcio-tools==1.80.0",
46+
"grpcio-tools==1.81.0",
4747
"gunicorn==26.0.0",
4848
"hypercorn==0.18.0",
4949
"poethepoet==0.46.0",
5050
"pyvoy==0.3.0",
51-
"ruff==0.15.15",
52-
"tombi==1.1.1",
53-
"ty==0.0.40",
54-
"types-grpcio==1.0.0.20260518",
51+
"ruff==0.15.16",
52+
"tombi==1.1.2",
53+
"ty==0.0.44",
54+
"types-grpcio==1.0.0.20260607",
5555
"types-protobuf==7.34.1.20260518",
5656
"typing_extensions==4.15.0",
57-
"uvicorn==0.48.0",
57+
"uvicorn==0.49.0",
5858
"zstandard==0.25.0",
5959

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

78-
docs = ["mkdocstrings-python==2.0.3", "zensical==0.0.43"]
78+
docs = ["mkdocstrings-python==2.0.4", "zensical==0.0.44"]
7979

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

0 commit comments

Comments
 (0)