diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 3c4317937..ba5723942 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Renovate - uses: renovatebot/github-action@v46.1.18 + uses: renovatebot/github-action@v46.1.19 with: configurationFile: renovate.json token: ${{ secrets.PAT_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index e3e59a238..fa825b7bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,22 +10,22 @@ requires-python = ">=3.13" tools = [ "aider-chat>=0.86.2", "claude-swap>=0.18.1", - "graphifyy>=0.9.12", + "graphifyy>=0.9.13", "huggingface-hub[mcp]>=1.22.0", "marker-pdf>=1.10.2", "mempalace>=3.5.0", - "mistral-vibe>=2.19.0", - "nvitop>=1.7.0", - "ruff>=0.15.20", + "mistral-vibe>=2.19.1", + "nvitop>=1.7.1", + "ruff>=0.15.21", "serena-agent>=1.5.3", - "transformers>=5.13.0", + "transformers>=5.13.1", "vllm>=0.24.0", "vllm-mlx>=0.4.0", ] # Hermes gateway runtime deps - installed into hermes venv via uv pip install hermes = [ "python-telegram-bot[webhooks]>=22.8,<23", - "croniter>=6.2.3,<7", + "croniter>=6.2.4,<7", "fastapi[standard]>=0.139.0", "uvicorn>=0.50.2", ]