Dependency Dashboard #212

Open
opened 2026-07-11 18:46:43 -04:00 by renovate-bot · 0 comments
Collaborator

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository Problems

Renovate tried to run on this repository, but found these problems.

  • ⚠️ WARN: GitHub token is required for some dependencies
  • ⚠️ WARN: Rate limit exceeded for api.github.com, as no hostRules set for this host. Please set a GITHUB_COM_TOKEN

Pending Approval

The following branches are pending approval. To create them, click on a checkbox below.

  • chore(deps): update dependency alembic to >=1.19,<1.20
  • chore(deps): update dependency quart to >=0.23,<0.24
  • chore(deps): update docker/dockerfile docker tag to v1.26
  • chore(deps): update dependency cryptography to v50
  • chore(deps): update dependency opencv-python-headless to v5
  • chore(deps): update dependency redis to v8
  • fix(deps): update dependency pinia to v4
  • 🔐 Create all pending approval PRs at once 🔐

Pending Status Checks

The following updates await pending status checks. To force their creation now, click on a checkbox below.

  • chore(deps): update dependency vitest to v5
  • chore(deps): update nvidia/cuda docker tag to v13

⚠️ Warning

Renovate failed to look up the following dependencies: Failed to look up python-version package python: no-result.

Files affected: pyproject.toml


Detected Dependencies

docker-compose (3)
agent/docker-compose.yml
docker-compose.override.yml
docker-compose.yml (1)
  • redis 7-alpine → [Updates: 8-alpine]
dockerfile (3)
agent/Dockerfile (1)
  • nvidia/cuda 12.9.2-cudnn-runtime-ubuntu24.04 → [Updates: 13.3.1-cudnn-runtime-ubuntu24.04]
Dockerfile (3)
  • docker/dockerfile 1.25 → [Updates: 1.26]
  • node 24-alpine
  • python 3.14-slim
Dockerfile.ml (2)
  • docker/dockerfile 1.25 → [Updates: 1.26]
  • python 3.14-slim
github-actions (5)
.forgejo/workflows/baseline.yml (1)
  • git.fabledsword.com/bvandeusen/ci-python 3.14
.forgejo/workflows/build.yml (7)
  • git.fabledsword.com/bvandeusen/ci-python 3.14
  • git.fabledsword.com/bvandeusen/ci-python 3.14
  • git.fabledsword.com/bvandeusen/ci-python 3.14
  • redis 7-alpine → [Updates: 8-alpine]
  • git.fabledsword.com/bvandeusen/ci-python 3.14
  • git.fabledsword.com/bvandeusen/ci-python 3.14
  • git.fabledsword.com/bvandeusen/ci-python 3.14
.forgejo/workflows/ci.yml (6)
  • git.fabledsword.com/bvandeusen/ci-python 3.14
  • git.fabledsword.com/bvandeusen/ci-python 3.14
  • git.fabledsword.com/bvandeusen/ci-python 3.14
  • git.fabledsword.com/bvandeusen/ci-python 3.14
  • git.fabledsword.com/bvandeusen/ci-python 3.14
  • redis 7-alpine → [Updates: 8-alpine]
.forgejo/workflows/extension.yml (1)
  • node 24-bookworm-slim
.forgejo/workflows/release.yml (1)
  • git.fabledsword.com/bvandeusen/ci-python 3.14
npm (2)
extension/package.json (2)
  • vitest ^4.0.0 → [Updates: ^5.0.0]
  • web-ext ^10.0.0
frontend/package.json (13)
  • vue ^3.5.0
  • vue-router ^5.0.0
  • pinia ^3.0.0 → [Updates: ^4.0.0]
  • vuetify ^4.0.0
  • @mdi/font ^7.4.0
  • @vitejs/plugin-vue ^6.0.0
  • vite ^8.0.0
  • vite-plugin-vuetify ^2.1.0
  • sass ^1.71.0
  • vitest ^4.0.0 → [Updates: ^5.0.0]
  • @vue/test-utils ^2.4.0
  • happy-dom ^20.0.0
  • node >=24
pep621 (1)
pyproject.toml (1)
  • python >=3.14
pip_requirements (3)
agent/requirements.txt (3)
  • dghs-imgutils >=0.4
  • transformers >=4.45
  • ultralytics >=8.3
requirements-ml.txt (5)
  • transformers >=5.8,<6.0
  • onnxruntime >=1.26,<2.0
  • huggingface-hub >=1.14,<2.0
  • opencv-python-headless >=4.13,<5.0 → [Updates: >=5,<5.1]
  • scikit-learn >=1.7,<2.0
requirements.txt (20)
  • quart >=0.20,<0.21 → [Updates: >=0.23,<0.24]
  • hypercorn >=0.18,<0.19
  • sqlalchemy >=2.0,<2.1
  • asyncpg >=0.31,<0.32
  • psycopg >=3.3,<3.4
  • alembic >=1.18,<1.19 → [Updates: >=1.19,<1.20]
  • pgvector >=0.5,<0.6
  • celery >=5.6,<5.7
  • redis >=7.4,<8.0 → [Updates: >=8.1,<8.2]
  • cryptography >=49,<50 → [Updates: >=50,<51]
  • pillow >=12,<13
  • imagehash >=4.3,<4.4
  • gallery-dl >=1.32,<1.33
  • yt-dlp >=2025.1
  • python-dotenv >=1.2,<2.0
  • structlog >=26.1,<26.2
  • nh3 >=0.3,<0.4
  • rarfile >=4.2,<5
  • py7zr >=1,<2
  • gdown >=6,<7
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository Problems Renovate tried to run on this repository, but found these problems. - ⚠️ WARN: GitHub token is required for some dependencies - ⚠️ WARN: Rate limit exceeded for api.github.com, as no hostRules set for this host. Please set a GITHUB_COM_TOKEN ## Pending Approval The following branches are pending approval. To create them, click on a checkbox below. - [ ] <!-- approve-branch=renovate/alembic-1.x -->chore(deps): update dependency alembic to >=1.19,<1.20 - [ ] <!-- approve-branch=renovate/quart-0.x -->chore(deps): update dependency quart to >=0.23,<0.24 - [ ] <!-- approve-branch=renovate/docker-dockerfile-1.x -->chore(deps): update docker/dockerfile docker tag to v1.26 - [ ] <!-- approve-branch=renovate/cryptography-50.x -->chore(deps): update dependency cryptography to v50 - [ ] <!-- approve-branch=renovate/opencv-python-headless-5.x -->chore(deps): update dependency opencv-python-headless to v5 - [ ] <!-- approve-branch=renovate/redis-8.x -->chore(deps): update dependency redis to v8 - [ ] <!-- approve-branch=renovate/pinia-4.x -->fix(deps): update dependency pinia to v4 - [ ] <!-- approve-all-pending-prs -->🔐 **Create all pending approval PRs at once** 🔐 ## Pending Status Checks The following updates await pending status checks. To force their creation now, click on a checkbox below. - [ ] <!-- unpend-branch=renovate/major-frontend-buildtest-toolchain -->chore(deps): update dependency vitest to v5 - [ ] <!-- unpend-branch=renovate/nvidia-cuda-13.x -->chore(deps): update nvidia/cuda docker tag to v13 --- > ⚠️ **Warning** > > Renovate failed to look up the following dependencies: `Failed to look up python-version package python: no-result`. > > Files affected: `pyproject.toml` --- ## Detected Dependencies <details><summary>docker-compose (3)</summary> <blockquote> <details><summary>agent/docker-compose.yml</summary> </details> <details><summary>docker-compose.override.yml</summary> </details> <details><summary>docker-compose.yml (1)</summary> - `redis 7-alpine` → [Updates: `8-alpine`] </details> </blockquote> </details> <details><summary>dockerfile (3)</summary> <blockquote> <details><summary>agent/Dockerfile (1)</summary> - `nvidia/cuda 12.9.2-cudnn-runtime-ubuntu24.04` → [Updates: `13.3.1-cudnn-runtime-ubuntu24.04`] </details> <details><summary>Dockerfile (3)</summary> - `docker/dockerfile 1.25` → [Updates: `1.26`] - `node 24-alpine` - `python 3.14-slim` </details> <details><summary>Dockerfile.ml (2)</summary> - `docker/dockerfile 1.25` → [Updates: `1.26`] - `python 3.14-slim` </details> </blockquote> </details> <details><summary>github-actions (5)</summary> <blockquote> <details><summary>.forgejo/workflows/baseline.yml (1)</summary> - `git.fabledsword.com/bvandeusen/ci-python 3.14` </details> <details><summary>.forgejo/workflows/build.yml (7)</summary> - `git.fabledsword.com/bvandeusen/ci-python 3.14` - `git.fabledsword.com/bvandeusen/ci-python 3.14` - `git.fabledsword.com/bvandeusen/ci-python 3.14` - `redis 7-alpine` → [Updates: `8-alpine`] - `git.fabledsword.com/bvandeusen/ci-python 3.14` - `git.fabledsword.com/bvandeusen/ci-python 3.14` - `git.fabledsword.com/bvandeusen/ci-python 3.14` </details> <details><summary>.forgejo/workflows/ci.yml (6)</summary> - `git.fabledsword.com/bvandeusen/ci-python 3.14` - `git.fabledsword.com/bvandeusen/ci-python 3.14` - `git.fabledsword.com/bvandeusen/ci-python 3.14` - `git.fabledsword.com/bvandeusen/ci-python 3.14` - `git.fabledsword.com/bvandeusen/ci-python 3.14` - `redis 7-alpine` → [Updates: `8-alpine`] </details> <details><summary>.forgejo/workflows/extension.yml (1)</summary> - `node 24-bookworm-slim` </details> <details><summary>.forgejo/workflows/release.yml (1)</summary> - `git.fabledsword.com/bvandeusen/ci-python 3.14` </details> </blockquote> </details> <details><summary>npm (2)</summary> <blockquote> <details><summary>extension/package.json (2)</summary> - `vitest ^4.0.0` → [Updates: `^5.0.0`] - `web-ext ^10.0.0` </details> <details><summary>frontend/package.json (13)</summary> - `vue ^3.5.0` - `vue-router ^5.0.0` - `pinia ^3.0.0` → [Updates: `^4.0.0`] - `vuetify ^4.0.0` - `@mdi/font ^7.4.0` - `@vitejs/plugin-vue ^6.0.0` - `vite ^8.0.0` - `vite-plugin-vuetify ^2.1.0` - `sass ^1.71.0` - `vitest ^4.0.0` → [Updates: `^5.0.0`] - `@vue/test-utils ^2.4.0` - `happy-dom ^20.0.0` - `node >=24` </details> </blockquote> </details> <details><summary>pep621 (1)</summary> <blockquote> <details><summary>pyproject.toml (1)</summary> - `python >=3.14` </details> </blockquote> </details> <details><summary>pip_requirements (3)</summary> <blockquote> <details><summary>agent/requirements.txt (3)</summary> - `dghs-imgutils >=0.4` - `transformers >=4.45` - `ultralytics >=8.3` </details> <details><summary>requirements-ml.txt (5)</summary> - `transformers >=5.8,<6.0` - `onnxruntime >=1.26,<2.0` - `huggingface-hub >=1.14,<2.0` - `opencv-python-headless >=4.13,<5.0` → [Updates: `>=5,<5.1`] - `scikit-learn >=1.7,<2.0` </details> <details><summary>requirements.txt (20)</summary> - `quart >=0.20,<0.21` → [Updates: `>=0.23,<0.24`] - `hypercorn >=0.18,<0.19` - `sqlalchemy >=2.0,<2.1` - `asyncpg >=0.31,<0.32` - `psycopg >=3.3,<3.4` - `alembic >=1.18,<1.19` → [Updates: `>=1.19,<1.20`] - `pgvector >=0.5,<0.6` - `celery >=5.6,<5.7` - `redis >=7.4,<8.0` → [Updates: `>=8.1,<8.2`] - `cryptography >=49,<50` → [Updates: `>=50,<51`] - `pillow >=12,<13` - `imagehash >=4.3,<4.4` - `gallery-dl >=1.32,<1.33` - `yt-dlp >=2025.1` - `python-dotenv >=1.2,<2.0` - `structlog >=26.1,<26.2` - `nh3 >=0.3,<0.4` - `rarfile >=4.2,<5` - `py7zr >=1,<2` - `gdown >=6,<7` </details> </blockquote> </details>
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bvandeusen/FabledCurator#212