Skip to content

Commit

Permalink
Fix 16 vulnerable dependencies identified by Prisma Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
ghouldaemon committed Jan 9, 2024
1 parent 58b6cd2 commit effbfdb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions src/emailservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ backoff==2.2.1
# via opentelemetry-exporter-otlp-proto-grpc
cachetools==5.2.0
# via google-auth
certifi==2022.12.7
certifi == 2023.07.22
# via requests
charset-normalizer==2.1.1
# via requests
Expand Down Expand Up @@ -40,16 +40,16 @@ googleapis-common-protos==1.57.0
# google-api-core
# grpcio-status
# opentelemetry-exporter-otlp-proto-grpc
grpcio==1.51.1
grpcio == 1.53.0
# via
# -r requirements.in
# google-api-core
# grpcio-health-checking
# grpcio-status
# opentelemetry-exporter-otlp-proto-grpc
grpcio-health-checking==1.51.1
grpcio == 1.53.0
# via -r requirements.in
grpcio-status==1.51.1
grpcio == 1.53.0
# via google-api-core
httplib2==0.21.0
# via
Expand All @@ -72,11 +72,11 @@ opentelemetry-distro==0.36b0
# via -r requirements.in
opentelemetry-exporter-otlp-proto-grpc==1.15.0
# via -r requirements.in
opentelemetry-instrumentation==0.36b0
opentelemetry-instrumentation == 0.41b0
# via
# opentelemetry-distro
# opentelemetry-instrumentation-grpc
opentelemetry-instrumentation-grpc==0.36b0
opentelemetry-instrumentation == 0.41b0
# via -r requirements.in
opentelemetry-proto==1.15.0
# via opentelemetry-exporter-otlp-proto-grpc
Expand Down Expand Up @@ -112,7 +112,7 @@ pyparsing==3.0.9
# via httplib2
python-json-logger==2.0.4
# via -r requirements.in
requests==2.28.1
requests == 2.31.0
# via
# -r requirements.in
# google-api-core
Expand All @@ -127,7 +127,7 @@ typing-extensions==4.4.0
# via opentelemetry-sdk
uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.13
urllib3 == 2.0.7
# via requests
wrapt==1.14.1
# via
Expand Down
18 changes: 9 additions & 9 deletions src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
brotli==1.0.9
# via geventhttpclient
certifi==2022.12.7
certifi == 2023.07.22
# via
# geventhttpclient
# requests
Expand All @@ -16,20 +16,20 @@ click==8.1.3
# via flask
configargparse==1.5.3
# via locust
flask==2.2.2
flask == 2.3.2
# via
# flask-basicauth
# flask-cors
# locust
flask-basicauth==0.2.0
flask == 2.3.2
# via locust
flask-cors==3.0.10
flask == 2.3.2
# via locust
gevent==22.10.2
gevent == 23.9.0
# via
# geventhttpclient
# locust
geventhttpclient==2.0.8
gevent == 23.9.0
# via locust
greenlet==2.0.1
# via gevent
Expand All @@ -53,7 +53,7 @@ psutil==5.9.4
# via locust
pyzmq==24.0.1
# via locust
requests==2.28.1
requests == 2.31.0
# via locust
roundrobin==0.0.4
# via locust
Expand All @@ -63,9 +63,9 @@ six==1.16.0
# geventhttpclient
typing-extensions==4.4.0
# via locust
urllib3==1.26.13
urllib3 == 2.0.7
# via requests
werkzeug==2.2.2
werkzeug == 3.0.1
# via
# flask
# locust
Expand Down
14 changes: 7 additions & 7 deletions src/recommendationservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ backoff==2.2.1
# via opentelemetry-exporter-otlp-proto-grpc
cachetools==5.2.0
# via google-auth
certifi==2022.12.7
certifi == 2023.07.22
# via requests
charset-normalizer==2.1.1
# via requests
Expand Down Expand Up @@ -36,12 +36,12 @@ googleapis-common-protos==1.57.0
# via
# google-api-core
# opentelemetry-exporter-otlp-proto-grpc
grpcio==1.51.1
grpcio == 1.53.0
# via
# -r requirements.in
# grpcio-health-checking
# opentelemetry-exporter-otlp-proto-grpc
grpcio-health-checking==1.51.1
grpcio == 1.53.0
# via -r requirements.in
httplib2==0.21.0
# via
Expand All @@ -60,11 +60,11 @@ opentelemetry-distro==0.36b0
# via -r requirements.in
opentelemetry-exporter-otlp-proto-grpc==1.15.0
# via -r requirements.in
opentelemetry-instrumentation==0.36b0
opentelemetry-instrumentation == 0.41b0
# via
# opentelemetry-distro
# opentelemetry-instrumentation-grpc
opentelemetry-instrumentation-grpc==0.36b0
opentelemetry-instrumentation == 0.41b0
# via -r requirements.in
opentelemetry-proto==1.15.0
# via opentelemetry-exporter-otlp-proto-grpc
Expand Down Expand Up @@ -95,7 +95,7 @@ pyparsing==3.0.9
# via httplib2
python-json-logger==2.0.4
# via -r requirements.in
requests==2.28.1
requests == 2.31.0
# via
# -r requirements.in
# google-api-core
Expand All @@ -112,7 +112,7 @@ typing-extensions==4.4.0
# via opentelemetry-sdk
uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.13
urllib3 == 2.0.7
# via requests
wrapt==1.14.1
# via
Expand Down

0 comments on commit effbfdb

Please sign in to comment.