From 117a0bb87e5efaa4c9aa2ae0258af9c2a9ed3dad Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:30:41 +0100 Subject: [PATCH] Copilot fix for missing module pygments - regenerating the lockfile fully. --- misc/codegen/requirements_lock.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/codegen/requirements_lock.txt b/misc/codegen/requirements_lock.txt index 7a2021a364a..46ff281c308 100644 --- a/misc/codegen/requirements_lock.txt +++ b/misc/codegen/requirements_lock.txt @@ -12,9 +12,11 @@ packaging==24.2 # via pytest pluggy==1.5.0 # via pytest +pygments==2.20.0 + # via pytest pystache==0.6.8 # via -r misc/codegen/requirements_in.txt -pytest==9.0.3 +pytest==9.1.1 # via -r misc/codegen/requirements_in.txt pyyaml==6.0.2 # via -r misc/codegen/requirements_in.txt