Skip to content

Commit

Permalink
fix(sdk): update python protobuf package for security update (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli authored Oct 28, 2022
1 parent 25d1166 commit de32d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions sdk/python/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
kfp>=1.8.10,<1.8.15
protobuf>=3.20.1,<4
4 changes: 2 additions & 2 deletions sdk/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ oauthlib==3.1.0
# via requests-oauthlib
packaging==20.9
# via google-api-core
protobuf==3.15.2
protobuf==3.20.3
# via
# -r sdk/python/requirements.in
# google-api-core
# googleapis-common-protos
# kfp
Expand Down Expand Up @@ -137,7 +138,6 @@ six==1.15.0
# jsonschema
# kfp-server-api
# kubernetes
# protobuf
# python-dateutil
# websocket-client
strip-hints==0.1.9
Expand Down

0 comments on commit de32d58

Please sign in to comment.