Skip to content

Commit 752d362

Browse files
committed
Update protobuf deps to match pigweed requirements
1 parent addc8d1 commit 752d362

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

scripts/setup/constraints.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ portpicker==1.5.2
163163
# mobly
164164
prompt-toolkit==3.0.43
165165
# via ipython
166-
protobuf==4.24.4
166+
protobuf==5.28.3
167167
# via
168168
# -r requirements.all.txt
169169
# mypy-protobuf
@@ -253,7 +253,7 @@ traitlets==5.9.0
253253
# via
254254
# ipython
255255
# matplotlib-inline
256-
types-protobuf==4.24.0.2
256+
types-protobuf==5.29.1.20250208
257257
# via
258258
# -r requirements.all.txt
259259
# mypy-protobuf

scripts/setup/requirements.all.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@ watchdog
4040
build==0.8.0
4141
mypy==1.10.1
4242
mypy-protobuf==3.5.0
43-
protobuf==4.24.4
44-
types-protobuf==4.24.0.2
43+
protobuf==5.28.3
44+
types-protobuf==5.29.1.20250208
45+
mypy-protobuf
46+
protobuf
47+
types-protobuf
4548

4649
cffi==1.15.0; python_version < "3.13"
4750
cffi==1.17.1; python_version >= "3.13"

0 commit comments

Comments
 (0)