From 35bce7cc2561a0f9436153a47612f7b65e5e6eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:37:06 +0000 Subject: [PATCH] Bump modelaudit from 0.2.42 to 0.2.52 in /services/quarantine Bumps [modelaudit](https://github.com/promptfoo/modelaudit) from 0.2.42 to 0.2.52. - [Release notes](https://github.com/promptfoo/modelaudit/releases) - [Changelog](https://github.com/promptfoo/modelaudit/blob/main/CHANGELOG.md) - [Commits](https://github.com/promptfoo/modelaudit/compare/v0.2.42...v0.2.52) --- updated-dependencies: - dependency-name: modelaudit dependency-version: 0.2.52 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- services/quarantine/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/quarantine/pyproject.toml b/services/quarantine/pyproject.toml index ae34bbb..e7da9c9 100644 --- a/services/quarantine/pyproject.toml +++ b/services/quarantine/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ scan = [ "modelscan==0.8.8", "fickling==0.1.12", - "modelaudit==0.2.42", + "modelaudit==0.2.52", ] garak = [ "garak==0.14.1",