Skip to content

Commit

Permalink
Pinning pyyaml to 6.0 for now to get past critical security alert (Go…
Browse files Browse the repository at this point in the history
…ogleCloudPlatform#711)

Co-authored-by: Nim Jayawardena <nimjay@google.com>
  • Loading branch information
donmccasland and NimJay committed Feb 8, 2022
1 parent 94ec609 commit b19fb9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/recommendationservice/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ opencensus-ext-grpc==0.7.1
python-json-logger==0.1.11
google-cloud-profiler==1.1.2
requests==2.27.1
urllib3==1.26.5
urllib3==1.26.5
pyyaml==6.0
6 changes: 4 additions & 2 deletions src/recommendationservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,10 @@ python-json-logger==0.1.11
# via -r requirements.in
pytz==2018.9
# via google-api-core
pyyaml==5.3.1
# via google-python-cloud-debugger
pyyaml==6.0
# via
# -r requirements.in
# google-python-cloud-debugger
requests==2.27.1
# via
# -r requirements.in
Expand Down

0 comments on commit b19fb9a

Please sign in to comment.