Skip to content

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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions src/emailservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
google-api-core==2.24.2
grpcio-health-checking==1.71.0
grpcio==1.71.0
google-api-core==2.25.1
grpcio-health-checking==1.73.0
grpcio==1.73.0
jinja2==3.1.6
python-json-logger==3.3.0
google-cloud-profiler==4.1.0
google-cloud-trace==1.16.1
google-cloud-trace==1.16.2
requests==2.32.4
opentelemetry-distro==0.41b0
opentelemetry-instrumentation-grpc==0.52b1
opentelemetry-exporter-otlp-proto-grpc==1.31.1
opentelemetry-instrumentation-grpc==0.55b1
opentelemetry-exporter-otlp-proto-grpc==1.34.1
2 changes: 1 addition & 1 deletion src/loadgenerator/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
locust==2.33.2
locust==2.37.10
faker==37.4.0
56 changes: 41 additions & 15 deletions src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,72 +4,98 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
bidict==0.23.1
# via python-socketio
blinker==1.9.0
# via flask
brotli==1.1.0
# via geventhttpclient
certifi==2025.1.31
certifi==2025.6.15
# via
# geventhttpclient
# requests
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
click==8.1.8
click==8.2.1
# via flask
configargparse==1.7
# via locust
configargparse==1.7.1
# via
# locust
# locust-cloud
faker==37.4.0
# via -r requirements.in
flask==3.1.0
flask==3.1.1
# via
# flask-cors
# flask-login
# locust
flask-cors==5.0.1
flask-cors==6.0.1
# via locust
flask-login==0.6.3
# via locust
gevent==24.11.1
gevent==25.5.1
# via
# geventhttpclient
# locust
geventhttpclient==2.3.3
# locust-cloud
geventhttpclient==2.3.4
# via locust
greenlet==3.1.1
greenlet==3.2.3
# via gevent
h11==0.16.0
# via wsproto
idna==3.10
# via requests
itsdangerous==2.2.0
# via flask
jinja2==3.1.6
# via flask
locust==2.33.2
locust==2.37.10
# via -r requirements.in
locust-cloud==1.24.2
# via locust
markupsafe==3.0.2
# via
# flask
# jinja2
# werkzeug
msgpack==1.1.0
msgpack==1.1.1
# via locust
platformdirs==4.3.8
# via locust-cloud
psutil==7.0.0
# via locust
pyzmq==26.3.0
python-engineio==4.12.2
# via
# locust-cloud
# python-socketio
python-socketio[client]==5.13.0
# via locust-cloud
pyzmq==27.0.0
# via locust
requests==2.32.4
# via locust
# via
# locust
# python-socketio
simple-websocket==1.1.0
# via python-engineio
tzdata==2025.2
# via faker
urllib3==2.5.0
# via
# geventhttpclient
# requests
websocket-client==1.8.0
# via python-socketio
werkzeug==3.1.3
# via
# flask
# flask-cors
# flask-login
# locust
zope-event==5.0
wsproto==1.2.0
# via simple-websocket
zope-event==5.1
# via gevent
zope-interface==7.2
# via gevent
Expand Down
10 changes: 5 additions & 5 deletions src/recommendationservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
google-api-core==2.24.2
google-api-core==2.25.1
google-cloud-profiler==4.1.0
grpcio-health-checking==1.71.0
grpcio-health-checking==1.73.0
python-json-logger==3.3.0
requests==2.32.4
rsa==4.9
rsa==4.9.1
opentelemetry-distro==0.41b0
opentelemetry-instrumentation-grpc==0.52b1
opentelemetry-exporter-otlp-proto-grpc==1.31.1
opentelemetry-instrumentation-grpc==0.55b1
opentelemetry-exporter-otlp-proto-grpc==1.34.1
10 changes: 5 additions & 5 deletions src/shoppingassistantservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flask==3.1.1
langchain-google-genai==2.1.1
langchain==0.3.21
pillow==11.1.0
langchain-google-alloydb-pg==0.10.0
google-cloud-secret-manager==2.23.2
langchain-google-genai==2.1.5
langchain==0.3.26
pillow==11.2.1
langchain-google-alloydb-pg==0.12.0
google-cloud-secret-manager==2.24.0
Loading
Loading