From 9d26610384350ff04953fec4bb6bc28a037a009a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:30:49 +0000 Subject: [PATCH] Bump FsUnit (#204) * Bump FsUnit and NUnit Bumps [FsUnit](https://github.com/fsprojects/FsUnit) and [NUnit](https://github.com/nunit/nunit). These dependencies needed to be updated together. Updates `FsUnit` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/fsprojects/FsUnit/releases) - [Changelog](https://github.com/fsprojects/FsUnit/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/fsprojects/FsUnit/compare/7.0.0...7.0.1) Updates `NUnit` from 4.3.2 to 4.0.1 - [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.2...v4.0.1) --- updated-dependencies: - dependency-name: FsUnit dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-minor ... 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> --- 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 1448f5c..333bc10 100644 --- a/Consumer/Consumer.fsproj +++ b/Consumer/Consumer.fsproj @@ -26,7 +26,7 @@ - + diff --git a/FailingConsumer/FailingConsumer.fsproj b/FailingConsumer/FailingConsumer.fsproj index 6c0e85f..47b1263 100644 --- a/FailingConsumer/FailingConsumer.fsproj +++ b/FailingConsumer/FailingConsumer.fsproj @@ -11,7 +11,7 @@ - + diff --git a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj index 770850d..32fa6c9 100644 --- a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj +++ b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj @@ -18,7 +18,7 @@ - + diff --git a/nix/deps.json b/nix/deps.json index 8da4764..1973f73 100644 --- a/nix/deps.json +++ b/nix/deps.json @@ -41,8 +41,8 @@ }, { "pname": "FsUnit", - "version": "7.0.0", - "hash": "sha256-eoHwX2wPrmP8Wgq2v91tWJvQG+5v4iNYG5jMLPwKXNc=" + "version": "7.0.1", + "hash": "sha256-K85CIdxMeFSHEKZk6heIXp/oFjWAn7dBILKrw49pJUY=" }, { "pname": "Microsoft.AspNetCore.App.Ref",