From d079b0958b51ce33fc313def95317ef52b54b2ec Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 14 Mar 2026 16:21:36 -0700 Subject: [PATCH] deps: switch vendored tools to per-package release branches (#2372) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 473195247..33a4be494 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,8 +32,8 @@ dev = [ "pytest-timeout", "ruff", "setuptools", - "gcc-arm-none-eabi @ git+https://github.com/commaai/dependencies.git@releases#subdirectory=gcc-arm-none-eabi", - "cppcheck @ git+https://github.com/commaai/dependencies.git@releases#subdirectory=cppcheck", + "gcc-arm-none-eabi @ git+https://github.com/commaai/dependencies.git@release-gcc-arm-none-eabi#subdirectory=gcc-arm-none-eabi", + "cppcheck @ git+https://github.com/commaai/dependencies.git@release-cppcheck#subdirectory=cppcheck", ] [build-system]