From 8571e841181e8ce52e07c45057d5cee8a7339735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 03:56:18 +0000 Subject: [PATCH] Bump modelaudit from 0.2.42 to 0.2.45 in /services/quarantine Bumps [modelaudit](https://github.com/promptfoo/modelaudit) from 0.2.42 to 0.2.45. - [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.45) --- updated-dependencies: - dependency-name: modelaudit dependency-version: 0.2.45 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..a015a75 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.45", ] garak = [ "garak==0.14.1",