Skip to content

Commit 57cdb12

Browse files
authored
Upgrade twine in the python-builder script (#7053)
1 parent 6713774 commit 57cdb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN pip3 install --upgrade pip setuptools wheel && \
3333
grpcio==1.70.0 \
3434
grpcio-tools==1.70.0 \
3535
flatbuffers==24.3.25 \
36-
twine==5.1.0 \
36+
twine==6.2.0 \
3737
mypy-protobuf==3.5.0
3838

3939
# Installs required

0 commit comments

Comments
 (0)