From 96e05f96cc41995dccba7a207b697973804e09f5 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Fri, 28 Aug 2026 18:30:30 +0100 Subject: [PATCH] deps: Bump datamodel-code-generator to 0.75.1 Clears eight overdue-tomorrow Vanta findings, all HIGH and all in datamodel-code-generator 0.33.0: - CVE-2026-55415 (needs 0.64.0) - CVE-2026-55391 (needs 0.63.0) - CVE-2026-55389 (needs 0.62.0) - CVE-2026-54691, CVE-2026-54690 (need 0.61.0) - CVE-2026-54653, CVE-2026-54654 (need 0.60.2) - CVE-2026-54621 (needs 0.60.1) Regenerated with the command recorded at the top of requirements-dev.txt plus `--upgrade-package datamodel-code-generator`, so no other dev pin moved. The tool is dev-only and is not part of the published package. flag_engine/result/types.py and flag_engine/context/types.py were generated by this tool, but codegen is invoked manually and is not wired into CI, so their contents are unaffected by this bump. Co-Authored-By: Claude Opus 5 --- requirements-dev.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index aee459e..b9011ae 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ click==8.1.8 # pip-tools coverage==7.10.4 # via pytest-cov -datamodel-code-generator==0.33.0 +datamodel-code-generator==0.75.1 # via -r requirements-dev.in exceptiongroup==1.3.1 # via pytest @@ -60,7 +60,6 @@ packaging==25.0 # via # black # build - # datamodel-code-generator # pytest # wheel pathspec==1.1.1