Skip to content

chore(deps): refresh pip-compile outputs #3018

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

Merged
merged 1 commit into from
Jul 17, 2025
Merged
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
4 changes: 2 additions & 2 deletions src/emailservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-api-core==2.25.1
grpcio-health-checking==1.73.0
grpcio==1.73.0
grpcio-health-checking==1.73.1
grpcio==1.73.1
jinja2==3.1.6
python-json-logger==3.3.0
google-cloud-profiler==4.1.0
Expand Down
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.37.11
locust==2.37.12
faker==37.4.0
6 changes: 3 additions & 3 deletions src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ blinker==1.9.0
# via flask
brotli==1.1.0
# via geventhttpclient
certifi==2025.6.15
certifi==2025.7.14
# via
# geventhttpclient
# requests
Expand Down Expand Up @@ -50,9 +50,9 @@ itsdangerous==2.2.0
# via flask
jinja2==3.1.6
# via flask
locust==2.37.11
locust==2.37.12
# via -r requirements.in
locust-cloud==1.24.2
locust-cloud==1.26.3
# via locust
markupsafe==3.0.2
# via
Expand Down
2 changes: 1 addition & 1 deletion src/recommendationservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-api-core==2.25.1
google-cloud-profiler==4.1.0
grpcio-health-checking==1.73.0
grpcio-health-checking==1.73.1
python-json-logger==3.3.0
requests==2.32.4
rsa==4.9.1
Expand Down
2 changes: 1 addition & 1 deletion src/shoppingassistantservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flask==3.1.1
langchain-google-genai==2.1.5
langchain-google-genai==2.1.7
langchain==0.3.26
pillow==11.3.0
langchain-google-alloydb-pg==0.12.0
Expand Down
21 changes: 11 additions & 10 deletions src/shoppingassistantservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ aiofiles==24.1.0
# via google-cloud-alloydb-connector
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.12.13
aiohttp==3.12.14
# via google-cloud-alloydb-connector
aiosignal==1.3.2
aiosignal==1.4.0
# via aiohttp
annotated-types==0.7.0
# via pydantic
Expand All @@ -24,7 +24,7 @@ blinker==1.9.0
# via flask
cachetools==5.5.2
# via google-auth
certifi==2025.6.15
certifi==2025.7.14
# via
# httpcore
# httpx
Expand Down Expand Up @@ -72,7 +72,7 @@ google-cloud-core==2.4.3
# via google-cloud-storage
google-cloud-secret-manager==2.24.0
# via -r requirements.in
google-cloud-storage==3.1.1
google-cloud-storage==3.2.0
# via langchain-google-alloydb-pg
google-crc32c==1.7.1
# via
Expand Down Expand Up @@ -121,19 +121,19 @@ jsonpointer==3.0.0
# via jsonpatch
langchain==0.3.26
# via -r requirements.in
langchain-core==0.3.67
langchain-core==0.3.69
# via
# langchain
# langchain-google-alloydb-pg
# langchain-google-genai
# langchain-text-splitters
langchain-google-alloydb-pg==0.12.0
# via -r requirements.in
langchain-google-genai==2.1.5
langchain-google-genai==2.1.7
# via -r requirements.in
langchain-text-splitters==0.3.8
# via langchain
langsmith==0.4.4
langsmith==0.4.6
# via
# langchain
# langchain-core
Expand All @@ -150,9 +150,9 @@ numpy==2.3.1
# via
# langchain-google-alloydb-pg
# pgvector
orjson==3.10.18
orjson==3.11.0
# via langsmith
packaging==24.2
packaging==25.0
# via
# langchain-core
# langsmith
Expand Down Expand Up @@ -221,8 +221,9 @@ sqlalchemy[asyncio]==2.0.41
# langchain-google-alloydb-pg
tenacity==9.1.2
# via langchain-core
typing-extensions==4.14.0
typing-extensions==4.14.1
# via
# aiosignal
# anyio
# langchain-core
# pydantic
Expand Down
Loading