Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 2, 2024
1 parent fc500c6 commit bb37757
Show file tree
Hide file tree
Showing 21 changed files with 589 additions and 339 deletions.
725 changes: 488 additions & 237 deletions conversation/chat-app/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions conversation/chat-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"postcss-load-config": "^6.0.0",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"prettier-plugin-tailwindcss": "^0.6.0",
"svelte": "^4.0.5",
"svelte-check": "^3.4.3",
"tailwindcss": "^3.3.2",
Expand All @@ -32,7 +32,7 @@
"dependencies": {
"@floating-ui/dom": "^1.5.1",
"flowbite": "^2.0.0",
"flowbite-svelte": "^0.40.2",
"flowbite-svelte": "^0.46.0",
"tailwind-merge": "^2.0.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-aiplatform==1.55.0
google-cloud-aiplatform==1.57.0
Flask==3.0.3
gunicorn==22.0.0
Werkzeug==3.0.3
6 changes: 3 additions & 3 deletions gemini/function-calling/sql-talk-app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-aiplatform==1.42.0
google-cloud-bigquery==3.17.2
streamlit==1.31.1
google-cloud-aiplatform==1.57.0
google-cloud-bigquery==3.25.0
streamlit==1.36.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
streamlit
pillow
google-cloud-storage==2.15.0
google-cloud-storage==2.17.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pytomlpp
streamlit
streamlit-drawable-canvas
vertexai
google-cloud-storage==2.15.0
google-cloud-storage==2.17.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
8 changes: 4 additions & 4 deletions gemini/sample-apps/fixmycar/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.1</version>
<version>3.3.1</version>
<relativePath />
</parent>
<groupId>com.cpet</groupId>
Expand Down Expand Up @@ -76,17 +76,17 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.7</version>
<version>2.23.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.12.4</version>
<version>2.23.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.7</version>
<version>2.23.1</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion gemini/sample-apps/fixmycar/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.12-slim

RUN groupadd --gid 1000 appuser \
&& useradd --uid 1000 --gid 1000 -ms /bin/bash appuser
Expand Down
2 changes: 1 addition & 1 deletion gemini/sample-apps/gemini-streamlit-cloudrun/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.12

EXPOSE 8080
WORKDIR /app
Expand Down
131 changes: 65 additions & 66 deletions gemini/sample-apps/genwealth/api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
functions-framework==3.*
google-cloud-alloydb-connector[pg8000]==1.0.0
langchain-core==0.1.45
langchain-google-vertexai==1.0.1
SQLAlchemy==2.0.29
google-cloud-alloydb-connector[pg8000]==1.2.0
langchain-core==0.2.10
langchain-google-vertexai==1.0.6
SQLAlchemy==2.0.31
Loading

0 comments on commit bb37757

Please sign in to comment.