From 06ee5e99fcead0ecd2c416304ce0bc6a7ec9ea3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 03:53:52 +0000 Subject: [PATCH] Bump modelaudit from 0.2.42 to 0.2.47 in /services/quarantine Bumps [modelaudit](https://github.com/promptfoo/modelaudit) from 0.2.42 to 0.2.47. - [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.47) --- updated-dependencies: - dependency-name: modelaudit dependency-version: 0.2.47 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..fa84dce 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.47", ] garak = [ "garak==0.14.1",