From d9938d96a3ca99b2d145eb40b637f7d146c6e5e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 22:43:23 +0000 Subject: [PATCH] Bump NUnit from 4.3.0 to 4.3.2 (#202) * Bump NUnit from 4.3.0 to 4.3.2 Bumps [NUnit](https://github.com/nunit/nunit) from 4.3.0 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.0...4.3.2) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Fix --------- 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> --- Consumer/Consumer.fsproj | 2 +- FailingConsumer/FailingConsumer.fsproj | 2 +- .../WoofWare.NUnitTestRunner.Test.fsproj | 2 +- nix/deps.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Consumer/Consumer.fsproj b/Consumer/Consumer.fsproj index ab52ad0..1448f5c 100644 --- a/Consumer/Consumer.fsproj +++ b/Consumer/Consumer.fsproj @@ -28,7 +28,7 @@ - + diff --git a/FailingConsumer/FailingConsumer.fsproj b/FailingConsumer/FailingConsumer.fsproj index 9a9d14c..6c0e85f 100644 --- a/FailingConsumer/FailingConsumer.fsproj +++ b/FailingConsumer/FailingConsumer.fsproj @@ -13,7 +13,7 @@ - + diff --git a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj index 2671efe..770850d 100644 --- a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj +++ b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj @@ -20,7 +20,7 @@ - + diff --git a/nix/deps.json b/nix/deps.json index 1630f42..8da4764 100644 --- a/nix/deps.json +++ b/nix/deps.json @@ -206,8 +206,8 @@ }, { "pname": "NUnit", - "version": "4.3.0", - "hash": "sha256-dL8+6yL7nwgQKZR3wo2hAOUt3d2EFN10GJH1LzY89I8=" + "version": "4.3.2", + "hash": "sha256-0RWe8uFoxYp6qhPlDDEghOMcKJgyw2ybvEoAqBLebeE=" }, { "pname": "NUnit3TestAdapter",