Skip to content

Commit 7f7efe4

Browse files
committed
chore(deps): refresh pip-compile outputs python
1 parent ccfb590 commit 7f7efe4

File tree

6 files changed

+108
-73
lines changed

6 files changed

+108
-73
lines changed

src/emailservice/requirements.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
google-api-core==2.24.2
2-
grpcio-health-checking==1.71.0
3-
grpcio==1.71.0
1+
google-api-core==2.25.1
2+
grpcio-health-checking==1.73.0
3+
grpcio==1.73.0
44
jinja2==3.1.6
55
python-json-logger==3.3.0
66
google-cloud-profiler==4.1.0
7-
google-cloud-trace==1.16.1
7+
google-cloud-trace==1.16.2
88
requests==2.32.4
99
opentelemetry-distro==0.41b0
10-
opentelemetry-instrumentation-grpc==0.52b1
11-
opentelemetry-exporter-otlp-proto-grpc==1.31.1
10+
opentelemetry-instrumentation-grpc==0.55b1
11+
opentelemetry-exporter-otlp-proto-grpc==1.34.1

src/loadgenerator/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
locust==2.33.2
1+
locust==2.37.10
22
faker==37.4.0

src/loadgenerator/requirements.txt

Lines changed: 41 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,72 +4,98 @@
44
#
55
# pip-compile --output-file=requirements.txt requirements.in
66
#
7+
bidict==0.23.1
8+
# via python-socketio
79
blinker==1.9.0
810
# via flask
911
brotli==1.1.0
1012
# via geventhttpclient
11-
certifi==2025.1.31
13+
certifi==2025.6.15
1214
# via
1315
# geventhttpclient
1416
# requests
15-
charset-normalizer==3.4.1
17+
charset-normalizer==3.4.2
1618
# via requests
17-
click==8.1.8
19+
click==8.2.1
1820
# via flask
19-
configargparse==1.7
20-
# via locust
21+
configargparse==1.7.1
22+
# via
23+
# locust
24+
# locust-cloud
2125
faker==37.4.0
2226
# via -r requirements.in
23-
flask==3.1.0
27+
flask==3.1.1
2428
# via
2529
# flask-cors
2630
# flask-login
2731
# locust
28-
flask-cors==5.0.1
32+
flask-cors==6.0.1
2933
# via locust
3034
flask-login==0.6.3
3135
# via locust
32-
gevent==24.11.1
36+
gevent==25.5.1
3337
# via
3438
# geventhttpclient
3539
# locust
36-
geventhttpclient==2.3.3
40+
# locust-cloud
41+
geventhttpclient==2.3.4
3742
# via locust
38-
greenlet==3.1.1
43+
greenlet==3.2.3
3944
# via gevent
45+
h11==0.16.0
46+
# via wsproto
4047
idna==3.10
4148
# via requests
4249
itsdangerous==2.2.0
4350
# via flask
4451
jinja2==3.1.6
4552
# via flask
46-
locust==2.33.2
53+
locust==2.37.10
4754
# via -r requirements.in
55+
locust-cloud==1.24.2
56+
# via locust
4857
markupsafe==3.0.2
4958
# via
59+
# flask
5060
# jinja2
5161
# werkzeug
52-
msgpack==1.1.0
62+
msgpack==1.1.1
5363
# via locust
64+
platformdirs==4.3.8
65+
# via locust-cloud
5466
psutil==7.0.0
5567
# via locust
56-
pyzmq==26.3.0
68+
python-engineio==4.12.2
69+
# via
70+
# locust-cloud
71+
# python-socketio
72+
python-socketio[client]==5.13.0
73+
# via locust-cloud
74+
pyzmq==27.0.0
5775
# via locust
5876
requests==2.32.4
59-
# via locust
77+
# via
78+
# locust
79+
# python-socketio
80+
simple-websocket==1.1.0
81+
# via python-engineio
6082
tzdata==2025.2
6183
# via faker
6284
urllib3==2.5.0
6385
# via
6486
# geventhttpclient
6587
# requests
88+
websocket-client==1.8.0
89+
# via python-socketio
6690
werkzeug==3.1.3
6791
# via
6892
# flask
6993
# flask-cors
7094
# flask-login
7195
# locust
72-
zope-event==5.0
96+
wsproto==1.2.0
97+
# via simple-websocket
98+
zope-event==5.1
7399
# via gevent
74100
zope-interface==7.2
75101
# via gevent
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
google-api-core==2.24.2
1+
google-api-core==2.25.1
22
google-cloud-profiler==4.1.0
3-
grpcio-health-checking==1.71.0
3+
grpcio-health-checking==1.73.0
44
python-json-logger==3.3.0
55
requests==2.32.4
6-
rsa==4.9
6+
rsa==4.9.1
77
opentelemetry-distro==0.41b0
8-
opentelemetry-instrumentation-grpc==0.52b1
9-
opentelemetry-exporter-otlp-proto-grpc==1.31.1
8+
opentelemetry-instrumentation-grpc==0.55b1
9+
opentelemetry-exporter-otlp-proto-grpc==1.34.1
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
flask==3.1.1
2-
langchain-google-genai==2.1.1
3-
langchain==0.3.21
4-
pillow==11.1.0
5-
langchain-google-alloydb-pg==0.10.0
6-
google-cloud-secret-manager==2.23.2
2+
langchain-google-genai==2.1.5
3+
langchain==0.3.26
4+
pillow==11.2.1
5+
langchain-google-alloydb-pg==0.12.0
6+
google-cloud-secret-manager==2.24.0

0 commit comments

Comments
 (0)