Skip to content

Commit 0257bc7

Browse files
authored
chore(deps): refresh pip-compile outputs python (#3040)
1 parent 8e19641 commit 0257bc7

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

src/emailservice/requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ google-cloud-profiler==4.1.0
77
google-cloud-trace==1.16.2
88
requests==2.32.4
99
opentelemetry-distro==0.41b0
10-
opentelemetry-instrumentation-grpc==0.56b0
11-
opentelemetry-exporter-otlp-proto-grpc==1.35.0
10+
opentelemetry-instrumentation-grpc==0.57b0
11+
opentelemetry-exporter-otlp-proto-grpc==1.36.0

src/loadgenerator/requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
locust==2.37.14
2-
faker==37.4.2
1+
locust==2.38.0
2+
faker==37.5.3

src/loadgenerator/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ blinker==1.9.0
1010
# via flask
1111
brotli==1.1.0
1212
# via geventhttpclient
13-
certifi==2025.7.14
13+
certifi==2025.8.3
1414
# via
1515
# geventhttpclient
1616
# requests
17-
charset-normalizer==3.4.2
17+
charset-normalizer==3.4.3
1818
# via requests
1919
click==8.2.1
2020
# via flask
2121
configargparse==1.7.1
2222
# via
2323
# locust
2424
# locust-cloud
25-
faker==37.4.2
25+
faker==37.5.3
2626
# via -r requirements.in
2727
flask==3.1.1
2828
# via
@@ -40,7 +40,7 @@ gevent==25.5.1
4040
# locust-cloud
4141
geventhttpclient==2.3.4
4242
# via locust
43-
greenlet==3.2.3
43+
greenlet==3.2.4
4444
# via gevent
4545
h11==0.16.0
4646
# via wsproto
@@ -50,7 +50,7 @@ itsdangerous==2.2.0
5050
# via flask
5151
jinja2==3.1.6
5252
# via flask
53-
locust==2.37.14
53+
locust==2.38.0
5454
# via -r requirements.in
5555
locust-cloud==1.26.3
5656
# via locust
@@ -71,7 +71,7 @@ python-engineio==4.12.2
7171
# python-socketio
7272
python-socketio[client]==5.13.0
7373
# via locust-cloud
74-
pyzmq==27.0.0
74+
pyzmq==27.0.1
7575
# via locust
7676
requests==2.32.4
7777
# via

src/recommendationservice/requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ python-json-logger==3.3.0
55
requests==2.32.4
66
rsa==4.9.1
77
opentelemetry-distro==0.41b0
8-
opentelemetry-instrumentation-grpc==0.56b0
9-
opentelemetry-exporter-otlp-proto-grpc==1.35.0
8+
opentelemetry-instrumentation-grpc==0.57b0
9+
opentelemetry-exporter-otlp-proto-grpc==1.36.0

src/shoppingassistantservice/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flask==3.1.1
2-
langchain-google-genai==2.1.8
2+
langchain-google-genai==2.1.9
33
langchain==0.3.27
44
pillow==11.3.0
55
langchain-google-alloydb-pg==0.12.0

src/shoppingassistantservice/requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aiosignal==1.4.0
1414
# via aiohttp
1515
annotated-types==0.7.0
1616
# via pydantic
17-
anyio==4.9.0
17+
anyio==4.10.0
1818
# via httpx
1919
asyncpg==0.30.0
2020
# via google-cloud-alloydb-connector
@@ -24,18 +24,18 @@ blinker==1.9.0
2424
# via flask
2525
cachetools==5.5.2
2626
# via google-auth
27-
certifi==2025.7.14
27+
certifi==2025.8.3
2828
# via
2929
# httpcore
3030
# httpx
3131
# requests
3232
cffi==1.17.1
3333
# via cryptography
34-
charset-normalizer==3.4.2
34+
charset-normalizer==3.4.3
3535
# via requests
3636
click==8.2.1
3737
# via flask
38-
cryptography==45.0.5
38+
cryptography==45.0.6
3939
# via google-cloud-alloydb-connector
4040
filetype==1.2.0
4141
# via langchain-google-genai
@@ -72,7 +72,7 @@ google-cloud-core==2.4.3
7272
# via google-cloud-storage
7373
google-cloud-secret-manager==2.24.0
7474
# via -r requirements.in
75-
google-cloud-storage==3.2.0
75+
google-cloud-storage==3.3.0
7676
# via langchain-google-alloydb-pg
7777
google-crc32c==1.7.1
7878
# via
@@ -85,7 +85,7 @@ googleapis-common-protos[grpc]==1.70.0
8585
# google-api-core
8686
# grpc-google-iam-v1
8787
# grpcio-status
88-
greenlet==3.2.3
88+
greenlet==3.2.4
8989
# via sqlalchemy
9090
grpc-google-iam-v1==0.14.2
9191
# via
@@ -121,19 +121,19 @@ jsonpointer==3.0.0
121121
# via jsonpatch
122122
langchain==0.3.27
123123
# via -r requirements.in
124-
langchain-core==0.3.72
124+
langchain-core==0.3.74
125125
# via
126126
# langchain
127127
# langchain-google-alloydb-pg
128128
# langchain-google-genai
129129
# langchain-text-splitters
130130
langchain-google-alloydb-pg==0.12.0
131131
# via -r requirements.in
132-
langchain-google-genai==2.1.8
132+
langchain-google-genai==2.1.9
133133
# via -r requirements.in
134134
langchain-text-splitters==0.3.9
135135
# via langchain
136-
langsmith==0.4.9
136+
langsmith==0.4.14
137137
# via
138138
# langchain
139139
# langchain-core
@@ -142,15 +142,15 @@ markupsafe==3.0.2
142142
# flask
143143
# jinja2
144144
# werkzeug
145-
multidict==6.6.3
145+
multidict==6.6.4
146146
# via
147147
# aiohttp
148148
# yarl
149149
numpy==2.3.2
150150
# via
151151
# langchain-google-alloydb-pg
152152
# pgvector
153-
orjson==3.11.1
153+
orjson==3.11.2
154154
# via langsmith
155155
packaging==25.0
156156
# via
@@ -215,7 +215,7 @@ rsa==4.9.1
215215
# via google-auth
216216
sniffio==1.3.1
217217
# via anyio
218-
sqlalchemy[asyncio]==2.0.42
218+
sqlalchemy[asyncio]==2.0.43
219219
# via
220220
# langchain
221221
# langchain-google-alloydb-pg

0 commit comments

Comments
 (0)