Skip to content

Commit d42e00a

Browse files
Lock dev dependencies with ==
Matches connect-python; prevents the Renovate PR from upgrading types-protobuf.
1 parent 408c49c commit d42e00a

2 files changed

Lines changed: 180 additions & 168 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ Source = "https://github.com/bufbuild/protovalidate-python"
4343

4444
[dependency-groups]
4545
dev = [
46-
"google-re2-stubs>=0.1.1",
47-
"mypy>=1.17.1",
48-
"pytest>=9.0.2",
49-
"ruff>=0.12.0",
50-
"tombi>=0.9.12",
51-
"types-protobuf>=5.29.1.20250315",
46+
"google-re2-stubs==0.1.1",
47+
"mypy==1.20.2",
48+
"pytest==9.0.3",
49+
"ruff==0.15.12",
50+
"tombi==0.10.5",
51+
"types-protobuf==6.32.1.20260221",
5252
]
5353

5454
[build-system]

0 commit comments

Comments
 (0)