From c30f44c32bed27f4ab23d6d5dccffe774a1751bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 06:25:11 +0000 Subject: [PATCH] CI (dependabot): Bump github.com/apple/swift-argument-parser Bumps the 01_swift-minor-patch group with 1 update: [github.com/apple/swift-argument-parser](https://github.com/apple/swift-argument-parser). Updates `github.com/apple/swift-argument-parser` from 1.6.2 to 1.7.0 - [Release notes](https://github.com/apple/swift-argument-parser/releases) - [Commits](https://github.com/apple/swift-argument-parser/compare/1.6.2...1.7.0) --- updated-dependencies: - dependency-name: github.com/apple/swift-argument-parser dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: 01_swift-minor-patch ... Signed-off-by: dependabot[bot] --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 09716f8..abec9f0 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "51e001ab8cf9c6951512310bb29fc17f717f42f256333e9817242c0d7776a55a", + "originHash" : "6201503b043a56fec96a407fd9e4306584ae916c48d61c4eeded38cd4a132fc4", "pins" : [ { "identity" : "filemonitor", @@ -24,8 +24,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-argument-parser.git", "state" : { - "revision" : "cdd0ef3755280949551dc26dee5de9ddeda89f54", - "version" : "1.6.2" + "revision" : "c5d11a805e765f52ba34ec7284bd4fcd6ba68615", + "version" : "1.7.0" } }, { diff --git a/Package.swift b/Package.swift index a4134ed..0db6152 100644 --- a/Package.swift +++ b/Package.swift @@ -35,7 +35,7 @@ let package = Package( ), .package( url: "https://github.com/apple/swift-argument-parser.git", - .upToNextMinor(from: "1.6.2") + .upToNextMinor(from: "1.7.0") ), // - Pinned to the the Swift 6.2 development / Xcode 16.3