Skip to content

Commit

Permalink
cleanup: rsa pin (GoogleCloudPlatform#714)
Browse files Browse the repository at this point in the history
* Bumping cloud-profiler

* Bumping api-core

* Pinned rsa to 4.7

* Updated opencensus lib
  • Loading branch information
xtineskim authored and sitaramkm committed Mar 27, 2022
1 parent 4ba3580 commit 81b90f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions src/recommendationservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
google-api-core==1.23.0
google-python-cloud-debugger==2.18
google-cloud-profiler==3.0.7
grpcio-health-checking==1.33.2
grpcio==1.33.2
opencensus==0.7.11
opencensus==0.8.0
opencensus-ext-stackdriver==0.7.3
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
rsa==4.7
pyyaml==6.0
10 changes: 6 additions & 4 deletions src/recommendationservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ google-cloud-core==1.5.0
# via google-cloud-trace
google-cloud-monitoring==0.36.0
# via opencensus-ext-stackdriver
google-cloud-profiler==1.1.2
google-cloud-profiler==3.0.7
# via -r requirements.in
google-cloud-trace==0.24.0
# via opencensus-ext-stackdriver
Expand All @@ -61,7 +61,7 @@ httplib2==0.19.0
# google-auth-httplib2
idna==2.10
# via requests
opencensus==0.7.11
opencensus==0.8.0
# via
# -r requirements.in
# opencensus-ext-grpc
Expand Down Expand Up @@ -99,8 +99,10 @@ requests==2.27.1
# -r requirements.in
# google-api-core
# google-cloud-profiler
rsa==4.6
# via google-auth
rsa==4.7
# via
# -r requirements.in
# google-auth
six==1.15.0
# via
# google-api-core
Expand Down

0 comments on commit 81b90f6

Please sign in to comment.