Skip to content

Commit

Permalink
chore(deps): refresh pip-compile outputs python
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent b1ac70f commit 81dbb8d
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
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.22.0
grpcio-health-checking==1.67.1
grpcio==1.67.1
google-api-core==2.24.1
grpcio-health-checking==1.70.0
grpcio==1.70.0
jinja2==3.1.4
python-json-logger==2.0.7
google-cloud-profiler==4.1.0
google-cloud-trace==1.14.0
google-cloud-trace==1.15.0
requests==2.32.2
opentelemetry-distro==0.41b0
opentelemetry-instrumentation-grpc==0.48b0
opentelemetry-exporter-otlp-proto-grpc==1.27.0
opentelemetry-instrumentation-grpc==0.51b0
opentelemetry-exporter-otlp-proto-grpc==1.30.0
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.32.1
locust==2.32.8
faker==28.4.1
40 changes: 20 additions & 20 deletions src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
blinker==1.8.2
blinker==1.9.0
# via flask
brotli==1.1.0
# via geventhttpclient
certifi==2024.8.30
certifi==2025.1.31
# via
# geventhttpclient
# requests
charset-normalizer==3.3.2
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via flask
configargparse==1.7
# via locust
faker==28.1.0
faker==28.4.1
# via -r requirements.in
flask==3.0.3
flask==3.1.0
# via
# flask-cors
# flask-login
Expand All @@ -29,50 +29,50 @@ flask-cors==5.0.0
# via locust
flask-login==0.6.3
# via locust
gevent==24.2.1
gevent==24.11.1
# via
# geventhttpclient
# locust
geventhttpclient==2.3.1
geventhttpclient==2.3.3
# via locust
greenlet==3.0.3
greenlet==3.1.1
# via gevent
idna==3.8
idna==3.10
# via requests
itsdangerous==2.2.0
# via flask
jinja2==3.1.4
jinja2==3.1.5
# via flask
locust==2.31.5
locust==2.32.8
# via -r requirements.in
markupsafe==2.1.5
markupsafe==3.0.2
# via
# jinja2
# werkzeug
msgpack==1.0.8
msgpack==1.1.0
# via locust
psutil==6.0.0
psutil==7.0.0
# via locust
python-dateutil==2.9.0.post0
# via faker
pyzmq==26.2.0
pyzmq==26.2.1
# via locust
requests==2.32.3
# via locust
six==1.16.0
six==1.17.0
# via python-dateutil
urllib3==2.2.2
urllib3==2.3.0
# via
# geventhttpclient
# requests
werkzeug==3.0.4
werkzeug==3.1.3
# via
# flask
# flask-login
# locust
zope-event==5.0
# via gevent
zope-interface==7.0.3
zope-interface==7.2
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions src/recommendationservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
google-api-core==2.22.0
google-api-core==2.24.1
google-cloud-profiler==4.1.0
grpcio-health-checking==1.67.1
grpcio-health-checking==1.70.0
python-json-logger==2.0.7
requests==2.32.2
rsa==4.9
opentelemetry-distro==0.41b0
opentelemetry-instrumentation-grpc==0.48b0
opentelemetry-exporter-otlp-proto-grpc==1.27.0
opentelemetry-instrumentation-grpc==0.51b0
opentelemetry-exporter-otlp-proto-grpc==1.30.0
8 changes: 4 additions & 4 deletions src/shoppingassistantservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flask==3.0.3
flask==3.1.0
langchain-google-genai==1.0.10
langchain==0.3.7
langchain==0.3.18
pillow==10.4.0
langchain-google-alloydb-pg==0.8.0
google-cloud-secret-manager==2.21.0
langchain-google-alloydb-pg==0.9.1
google-cloud-secret-manager==2.22.1

0 comments on commit 81dbb8d

Please sign in to comment.