From 33aa33759859cba84ded68e69dd679b78c29269f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 00:47:07 +0000 Subject: [PATCH] Bump FsCheck from 3.0.0 to 3.0.1 (#220) * Bump FsCheck from 3.0.0 to 3.0.1 Bumps [FsCheck](https://github.com/Fscheck/fscheck) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/Fscheck/fscheck/releases) - [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md) - [Commits](https://github.com/Fscheck/fscheck/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: FsCheck 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> --- .../WoofWare.NUnitTestRunner.Test.fsproj | 2 +- nix/deps.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj index 9c49277..b6ab6e9 100644 --- a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj +++ b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj @@ -17,7 +17,7 @@ - + diff --git a/nix/deps.json b/nix/deps.json index 59497ac..87614fe 100644 --- a/nix/deps.json +++ b/nix/deps.json @@ -21,8 +21,8 @@ }, { "pname": "FsCheck", - "version": "3.0.0", - "hash": "sha256-/5FqiNeTVFairRtInS0cjQ3uGlqVfVJG2FsKIo8mdZ4=" + "version": "3.0.1", + "hash": "sha256-r/2wF9h74QTBr08iObWoiuF0HUG77tm/1FPG154KJ+M=" }, { "pname": "fsharp-analyzers",