Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): refresh pip-compile outputs python #2406

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/emailservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
google-api-core==2.17.1
grpcio-health-checking==1.60.1
grpcio==1.60.1
grpcio-health-checking==1.62.0
grpcio==1.62.0
jinja2==3.1.3
python-json-logger==2.0.7
google-cloud-profiler==4.1.0
google-cloud-trace==1.13.1
google-cloud-trace==1.13.3
requests==2.31.0
opentelemetry-distro==0.41b0
opentelemetry-instrumentation-grpc==0.43b0
opentelemetry-exporter-otlp-proto-grpc==1.22.0
opentelemetry-instrumentation-grpc==0.44b0
opentelemetry-exporter-otlp-proto-grpc==1.23.0
2 changes: 1 addition & 1 deletion src/loadgenerator/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
locust==2.23.1
locust==2.24.0
12 changes: 6 additions & 6 deletions src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ flask-cors==4.0.0
# via locust
flask-login==0.6.3
# via locust
gevent==23.9.1
gevent==24.2.1
# via
# geventhttpclient
# locust
geventhttpclient==2.0.11
geventhttpclient==2.0.12
# via locust
greenlet==3.0.3
# via gevent
Expand All @@ -41,13 +41,13 @@ itsdangerous==2.1.2
# via flask
jinja2==3.1.3
# via flask
locust==2.22.0
locust==2.24.0
# via -r requirements.in
markupsafe==2.1.5
# via
# jinja2
# werkzeug
msgpack==1.0.7
msgpack==1.0.8
# via locust
psutil==5.9.8
# via locust
Expand All @@ -59,7 +59,7 @@ roundrobin==0.0.4
# via locust
six==1.16.0
# via geventhttpclient
urllib3==2.2.0
urllib3==2.2.1
# via requests
werkzeug==3.0.1
# via
Expand All @@ -68,7 +68,7 @@ werkzeug==3.0.1
# locust
zope-event==5.0
# via gevent
zope-interface==6.1
zope-interface==6.2
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions src/recommendationservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
google-api-core==2.17.1
google-cloud-profiler==4.1.0
grpcio-health-checking==1.60.1
grpcio-health-checking==1.62.0
python-json-logger==2.0.7
requests==2.31.0
rsa==4.9
opentelemetry-distro==0.41b0
opentelemetry-instrumentation-grpc==0.43b0
opentelemetry-exporter-otlp-proto-grpc==1.22.0
opentelemetry-instrumentation-grpc==0.44b0
opentelemetry-exporter-otlp-proto-grpc==1.23.0
Loading