Skip to content

Commit

Permalink
chore(deps): refresh pip-compile outputs python (#2858)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 22, 2025
1 parent f425018 commit abb9a2c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
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.24.0
grpcio-health-checking==1.68.1
grpcio==1.68.1
grpcio-health-checking==1.69.0
grpcio==1.69.0
jinja2==3.1.5
python-json-logger==3.2.1
google-cloud-profiler==4.1.0
Expand Down
4 changes: 2 additions & 2 deletions src/loadgenerator/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
locust==2.32.5
faker==33.1.0
locust==2.32.6
faker==33.3.1
4 changes: 2 additions & 2 deletions src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ click==8.1.8
# via flask
configargparse==1.7
# via locust
faker==33.1.0
faker==33.3.1
# via -r requirements.in
flask==3.1.0
# via
Expand All @@ -43,7 +43,7 @@ itsdangerous==2.2.0
# via flask
jinja2==3.1.5
# via flask
locust==2.32.5
locust==2.32.6
# via -r requirements.in
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.24.0
google-cloud-profiler==4.1.0
grpcio-health-checking==1.68.1
grpcio-health-checking==1.69.0
python-json-logger==3.2.1
requests==2.32.2
rsa==4.9
Expand Down
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.1.0
langchain-google-genai==2.0.7
langchain==0.3.13
pillow==11.0.0
langchain-google-alloydb-pg==0.8.0
langchain-google-genai==2.0.8
langchain==0.3.14
pillow==11.1.0
langchain-google-alloydb-pg==0.9.0
google-cloud-secret-manager==2.22.0
26 changes: 13 additions & 13 deletions src/shoppingassistantservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ google-api-core[grpc]==2.24.0
# google-cloud-secret-manager
# google-cloud-storage
# google-generativeai
google-api-python-client==2.157.0
google-api-python-client==2.159.0
# via google-generativeai
google-auth==2.37.0
# via
Expand All @@ -72,7 +72,7 @@ google-auth==2.37.0
# google-generativeai
google-auth-httplib2==0.2.0
# via google-api-python-client
google-cloud-alloydb-connector[asyncpg]==1.6.0
google-cloud-alloydb-connector[asyncpg]==1.7.0
# via langchain-google-alloydb-pg
google-cloud-core==2.4.1
# via google-cloud-storage
Expand Down Expand Up @@ -129,21 +129,21 @@ jsonpatch==1.33
# via langchain-core
jsonpointer==3.0.0
# via jsonpatch
langchain==0.3.13
langchain==0.3.14
# via -r requirements.in
langchain-core==0.3.29
langchain-core==0.3.30
# via
# langchain
# langchain-google-alloydb-pg
# langchain-google-genai
# langchain-text-splitters
langchain-google-alloydb-pg==0.8.0
langchain-google-alloydb-pg==0.9.0
# via -r requirements.in
langchain-google-genai==2.0.7
langchain-google-genai==2.0.8
# via -r requirements.in
langchain-text-splitters==0.3.4
langchain-text-splitters==0.3.5
# via langchain
langsmith==0.2.10
langsmith==0.2.11
# via
# langchain
# langchain-core
Expand All @@ -160,13 +160,13 @@ numpy==1.26.4
# langchain
# langchain-google-alloydb-pg
# pgvector
orjson==3.10.13
orjson==3.10.15
# via langsmith
packaging==24.2
# via langchain-core
pgvector==0.3.6
# via langchain-google-alloydb-pg
pillow==11.0.0
pillow==11.1.0
# via -r requirements.in
propcache==0.2.1
# via
Expand All @@ -177,7 +177,7 @@ proto-plus==1.25.0
# google-ai-generativelanguage
# google-api-core
# google-cloud-secret-manager
protobuf==5.29.2
protobuf==5.29.3
# via
# google-ai-generativelanguage
# google-api-core
Expand All @@ -196,7 +196,7 @@ pyasn1-modules==0.4.1
# via google-auth
pycparser==2.22
# via cffi
pydantic==2.10.4
pydantic==2.10.5
# via
# google-generativeai
# langchain
Expand Down Expand Up @@ -225,7 +225,7 @@ rsa==4.9
# via google-auth
sniffio==1.3.1
# via anyio
sqlalchemy[asyncio]==2.0.36
sqlalchemy[asyncio]==2.0.37
# via
# langchain
# langchain-google-alloydb-pg
Expand Down

0 comments on commit abb9a2c

Please sign in to comment.