From 45eda8eca94ef5845cbd19b3f25d4aa970991d31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 02:55:33 +0000 Subject: [PATCH 1/2] Bump FSharp.Core and Argu Bumps [FSharp.Core](https://github.com/dotnet/fsharp) and [Argu](https://github.com/fsprojects/Argu). These dependencies needed to be updated together. Updates `FSharp.Core` from 8.0.401 to 6.0.0 - [Release notes](https://github.com/dotnet/fsharp/releases) - [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md) - [Commits](https://github.com/dotnet/fsharp/commits) Updates `Argu` from 6.2.4 to 6.2.5 - [Release notes](https://github.com/fsprojects/Argu/releases) - [Changelog](https://github.com/fsprojects/Argu/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/fsprojects/Argu/compare/6.2.4...6.2.5) --- updated-dependencies: - dependency-name: FSharp.Core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Argu dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/Tests.YamlRunner/Tests.YamlRunner.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj b/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj index dbfdadc495..6e4780b48e 100644 --- a/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj +++ b/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj @@ -31,7 +31,7 @@ - + From a9fe73eca4aa1b6e5c4956febf3bf8055be2c4ae Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Mon, 9 Dec 2024 16:14:13 +1300 Subject: [PATCH 2/2] changelog Signed-off-by: Thomas Farr --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 097c26b312..d3787ef320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `xunit` from 2.8.0 to 2.9.2 - Bumps `System.Buffers` from 4.5.1 to 4.6.0 - Bumps `NSwag.Core` from 14.1.0 to 14.2.0 +- Bumps `Argu` from 6.2.4 to 6.2.5 ## [1.8.0] ### Added