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 1, 2024
1 parent d538b28 commit 3a315f5
Show file tree
Hide file tree
Showing 22 changed files with 601 additions and 351 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
18 changes: 9 additions & 9 deletions gemini/sample-apps/fixmycar/cloud-sql/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 All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.31.0</version>
<version>26.42.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -67,28 +67,28 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>3.35.0</version>
<version>3.47.0</version>
</dependency>
<!-- MISC. -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>4.26.1</version>
<version>4.27.2</version>
</dependency>
<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>
<dependency>
<groupId>org.postgresql</groupId>
Expand All @@ -98,12 +98,12 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>1.18.34</version>
</dependency>
<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-62</artifactId>
<version>3.5.3</version>
<version>3.8.0</version>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gemini/sample-apps/fixmycar/cloud-sql/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim
FROM python:3.12-slim

RUN groupadd --gid 1000 appuser \
&& useradd --uid 1000 --gid 1000 -ms /bin/bash appuser
Expand Down
14 changes: 7 additions & 7 deletions gemini/sample-apps/fixmycar/vertex-ai-search/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 All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.31.0</version>
<version>26.42.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>3.35.0</version>
<version>3.47.0</version>
</dependency>
<!-- VERTEX AI SEARCH -->
<dependency>
Expand All @@ -73,22 +73,22 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>4.26.1</version>
<version>4.27.2</version>
</dependency>
<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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-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
Loading

0 comments on commit 3a315f5

Please sign in to comment.