Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
chore: update python rsa dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoleczhu committed May 7, 2021
1 parent cb2a7ae commit f900c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/emailservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ python-json-logger==0.1.11 # via -r requirements.in
pytz==2018.9 # via google-api-core
pyyaml==5.4.1 # via google-python-cloud-debugger
requests==2.24.0 # via -r requirements.in, google-api-core, google-cloud-profiler
rsa==4.6 # via google-auth
rsa==4.7 # via google-auth
six==1.15.0 # via google-api-core, google-api-python-client, google-auth, google-auth-httplib2, google-cloud-core, google-python-cloud-debugger, grpcio, protobuf
uritemplate==3.0.1 # via google-api-python-client
urllib3==1.25.10 # via requests
Expand Down
2 changes: 1 addition & 1 deletion src/recommendationservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ python-json-logger==0.1.11 # via -r requirements.in
pytz==2018.9 # via google-api-core
pyyaml>=5.4 # via google-python-cloud-debugger
requests==2.24.0 # via -r requirements.in, google-api-core
rsa==4.6 # via google-auth
rsa==4.7 # via google-auth
six==1.15.0 # via google-api-core, google-api-python-client, google-auth, google-auth-httplib2, google-cloud-core, google-python-cloud-debugger, grpcio, protobuf
uritemplate==3.0.1 # via google-api-python-client
urllib3==1.25.10 # via requests
Expand Down

0 comments on commit f900c11

Please sign in to comment.