From d5960ead6b1e81a672bedef1047da770c1e14d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 03:53:39 +0000 Subject: [PATCH] Bump modelaudit from 0.2.42 to 0.2.49 in /services/quarantine Bumps [modelaudit](https://github.com/promptfoo/modelaudit) from 0.2.42 to 0.2.49. - [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.49) --- updated-dependencies: - dependency-name: modelaudit dependency-version: 0.2.49 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 dfb3bdf..c8e57d8 100644 --- a/services/quarantine/pyproject.toml +++ b/services/quarantine/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ scan = [ "modelscan==0.8.8", "fickling==0.1.10", - "modelaudit==0.2.42", + "modelaudit==0.2.49", ] garak = [ "garak==0.14.1",