From ec91c80fba9aa81d20e101bd6b265aefa19a5262 Mon Sep 17 00:00:00 2001 From: JCW Date: Tue, 19 May 2026 15:41:22 +0100 Subject: [PATCH] Update --- cmake/scripts/codegen/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/scripts/codegen/requirements.txt b/cmake/scripts/codegen/requirements.txt index b3e9cb5e2a..a10406e9fc 100644 --- a/cmake/scripts/codegen/requirements.txt +++ b/cmake/scripts/codegen/requirements.txt @@ -3,7 +3,8 @@ # These packages are required to run the code generation scripts that # parse macro files and generate C++ wrapper classes. # -# After updating a package version, regenerate its hashes by running: +# To update a package to the latest version (hashin will update the +# version and hashes in this file automatically): # pip install hashin # hashin cmake/scripts/codegen/requirements.txt # Or to pin a specific version: