Skip to content

Commit dd81b87

Browse files
authored
chore(deps): refresh pip-compile outputs python (#3018)
1 parent fc5e228 commit dd81b87

File tree

6 files changed

+19
-18
lines changed

6 files changed

+19
-18
lines changed

src/emailservice/requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-api-core==2.25.1
2-
grpcio-health-checking==1.73.0
3-
grpcio==1.73.0
2+
grpcio-health-checking==1.73.1
3+
grpcio==1.73.1
44
jinja2==3.1.6
55
python-json-logger==3.3.0
66
google-cloud-profiler==4.1.0

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.37.11
1+
locust==2.37.12
22
faker==37.4.0

src/loadgenerator/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ blinker==1.9.0
1010
# via flask
1111
brotli==1.1.0
1212
# via geventhttpclient
13-
certifi==2025.6.15
13+
certifi==2025.7.14
1414
# via
1515
# geventhttpclient
1616
# requests
@@ -50,9 +50,9 @@ itsdangerous==2.2.0
5050
# via flask
5151
jinja2==3.1.6
5252
# via flask
53-
locust==2.37.11
53+
locust==2.37.12
5454
# via -r requirements.in
55-
locust-cloud==1.24.2
55+
locust-cloud==1.26.3
5656
# via locust
5757
markupsafe==3.0.2
5858
# via

src/recommendationservice/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-api-core==2.25.1
22
google-cloud-profiler==4.1.0
3-
grpcio-health-checking==1.73.0
3+
grpcio-health-checking==1.73.1
44
python-json-logger==3.3.0
55
requests==2.32.4
66
rsa==4.9.1

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.5
2+
langchain-google-genai==2.1.7
33
langchain==0.3.26
44
pillow==11.3.0
55
langchain-google-alloydb-pg==0.12.0

src/shoppingassistantservice/requirements.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ aiofiles==24.1.0
88
# via google-cloud-alloydb-connector
99
aiohappyeyeballs==2.6.1
1010
# via aiohttp
11-
aiohttp==3.12.13
11+
aiohttp==3.12.14
1212
# via google-cloud-alloydb-connector
13-
aiosignal==1.3.2
13+
aiosignal==1.4.0
1414
# via aiohttp
1515
annotated-types==0.7.0
1616
# via pydantic
@@ -24,7 +24,7 @@ blinker==1.9.0
2424
# via flask
2525
cachetools==5.5.2
2626
# via google-auth
27-
certifi==2025.6.15
27+
certifi==2025.7.14
2828
# via
2929
# httpcore
3030
# httpx
@@ -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.1.1
75+
google-cloud-storage==3.2.0
7676
# via langchain-google-alloydb-pg
7777
google-crc32c==1.7.1
7878
# via
@@ -121,19 +121,19 @@ jsonpointer==3.0.0
121121
# via jsonpatch
122122
langchain==0.3.26
123123
# via -r requirements.in
124-
langchain-core==0.3.67
124+
langchain-core==0.3.69
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.5
132+
langchain-google-genai==2.1.7
133133
# via -r requirements.in
134134
langchain-text-splitters==0.3.8
135135
# via langchain
136-
langsmith==0.4.4
136+
langsmith==0.4.6
137137
# via
138138
# langchain
139139
# langchain-core
@@ -150,9 +150,9 @@ numpy==2.3.1
150150
# via
151151
# langchain-google-alloydb-pg
152152
# pgvector
153-
orjson==3.10.18
153+
orjson==3.11.0
154154
# via langsmith
155-
packaging==24.2
155+
packaging==25.0
156156
# via
157157
# langchain-core
158158
# langsmith
@@ -221,8 +221,9 @@ sqlalchemy[asyncio]==2.0.41
221221
# langchain-google-alloydb-pg
222222
tenacity==9.1.2
223223
# via langchain-core
224-
typing-extensions==4.14.0
224+
typing-extensions==4.14.1
225225
# via
226+
# aiosignal
226227
# anyio
227228
# langchain-core
228229
# pydantic

0 commit comments

Comments
 (0)