Skip to content

Commit

Permalink
Bump Argu from 6.2.3 to 6.2.4 (#661) (#664)
Browse files Browse the repository at this point in the history
* Bump Argu from 6.2.3 to 6.2.4

Bumps [Argu](https://github.com/fsprojects/Argu) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/fsprojects/Argu/releases)
- [Changelog](https://github.com/fsprojects/Argu/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/Argu@6.2.3...6.2.4)

---
updated-dependencies:
- dependency-name: Argu
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit a94c244)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 4f76cd9 commit 36905d5
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `Microsoft.TestPlatform.ObjectModel` from 17.9.0 to 17.10.0
- Bumps `Octokit` from 11.0.0 to 11.0.1
- Bumps `System.Reactive` from 6.0.0 to 6.0.1
- Bumps `Argu` from 6.2.3 to 6.2.4

## [1.7.1]
### Fixed
2 changes: 1 addition & 1 deletion tests/Tests.YamlRunner/Tests.YamlRunner.fsproj
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="8.0.300" />

<PackageReference Include="Argu" Version="6.2.3" />
<PackageReference Include="Argu" Version="6.2.4" />
<PackageReference Include="FSharp.Data" Version="6.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SemanticVersioning" Version="2.0.2" />

0 comments on commit 36905d5

Please sign in to comment.