From a989f2bc4de3d803c2d761b53335f066720ad4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:08:09 +0000 Subject: [PATCH] Bump NUnit from 4.3.1 to 4.3.2 (#38) * Bump NUnit from 4.3.1 to 4.3.2 Bumps [NUnit](https://github.com/nunit/nunit) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/4.3.1...4.3.2) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Deps --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com> --- Dmarc.Test/Dmarc.Test.fsproj | 2 +- nix/deps.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dmarc.Test/Dmarc.Test.fsproj b/Dmarc.Test/Dmarc.Test.fsproj index 4bba585..c58f03f 100644 --- a/Dmarc.Test/Dmarc.Test.fsproj +++ b/Dmarc.Test/Dmarc.Test.fsproj @@ -16,7 +16,7 @@ - + diff --git a/nix/deps.json b/nix/deps.json index 924f0ef..f6344cd 100644 --- a/nix/deps.json +++ b/nix/deps.json @@ -101,8 +101,8 @@ }, { "pname": "NUnit", - "version": "4.3.1", - "hash": "sha256-7XWgjdgEll4gDLa4p9LpizH+bJzFMIvkQ/olpAXJvCE=" + "version": "4.3.2", + "hash": "sha256-0RWe8uFoxYp6qhPlDDEghOMcKJgyw2ybvEoAqBLebeE=" }, { "pname": "NUnit3TestAdapter",