diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 1effaf5c7..058558606 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.15 + uses: renovatebot/github-action@v46.1.16 with: configurationFile: renovate.json token: ${{ secrets.PAT_TOKEN }} diff --git a/Cargo.lock b/Cargo.lock index c81b90aa5..b83818d52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3732,9 +3732,9 @@ dependencies = [ [[package]] name = "petname-macros" -version = "3.1.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9b4bcfb5a86125ae8f1342b95f8b64d050f0a4385c9533c5a17970b9e0479e7" +checksum = "324239bd00dcf61f1a0e301d4d8f6f8c080a755248fc3fdc817ee1fdbbc27b8b" dependencies = [ "proc-macro2", "quote", diff --git a/bun.lock b/bun.lock index 13f6b6a2a..71fb17a62 100644 --- a/bun.lock +++ b/bun.lock @@ -23,8 +23,8 @@ "@kaitranntt/ccs": "^8.6.0", "@mariozechner/pi-coding-agent": "^0.73.1", "@nanocollective/nanocoder": "^1.28.0", - "@oh-my-pi/pi-coding-agent": "^16.1.7", - "@oh-my-pi/pi-natives": "^16.1.7", + "@oh-my-pi/pi-coding-agent": "^16.1.13", + "@oh-my-pi/pi-natives": "^16.1.13", "@oh-my-pi/swarm-extension": "^13.17.0", "@openai/codex": "^0.141.0", "@pencil.dev/cli": "^0.2.7", @@ -43,7 +43,7 @@ "@vibe-kit/grok-cli": "^0.0.34", "acpx": "^0.11.0", "agent-browser": "^0.29.1", - "agentcash": "^0.15.0", + "agentcash": "^0.15.1", "btca": "^2.0.5", "ccusage": "^20.0.14", "chrome-devtools-axi": "^0.1.24", diff --git a/package.json b/package.json index 88ef3b548..e7d0f106a 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "@kaitranntt/ccs": "^8.6.0", "@mariozechner/pi-coding-agent": "^0.73.1", "@nanocollective/nanocoder": "^1.28.0", - "@oh-my-pi/pi-coding-agent": "^16.1.7", - "@oh-my-pi/pi-natives": "^16.1.7", + "@oh-my-pi/pi-coding-agent": "^16.1.13", + "@oh-my-pi/pi-natives": "^16.1.13", "@oh-my-pi/swarm-extension": "^13.17.0", "@openai/codex": "^0.141.0", "@pencil.dev/cli": "^0.2.7", @@ -49,7 +49,7 @@ "@vibe-kit/grok-cli": "^0.0.34", "acpx": "^0.11.0", "agent-browser": "^0.29.1", - "agentcash": "^0.15.0", + "agentcash": "^0.15.1", "btca": "^2.0.5", "ccusage": "^20.0.14", "chrome-devtools-axi": "^0.1.24", diff --git a/pyproject.toml b/pyproject.toml index 7318ac8c5..922eb114f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ tools = [ "mempalace>=3.4.1", "mistral-vibe>=2.17.1", "nvitop>=1.7.0", - "ruff>=0.15.17", + "ruff>=0.15.18", "serena-agent>=1.5.3", "transformers>=5.12.1", "vllm>=0.23.0",