From 685db551897f94256a1f6296fa45204f8ad2119d Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Tue, 8 Nov 2022 10:57:50 +0000 Subject: [PATCH 1/2] common.py: update ArgumentParser to 1.1.4 This version bump would benefit SwiftPM, Swift Driver, and SourceKit-LSP, which all use ArgumentParser. --- common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.py b/common.py index eec6858d..c122aa98 100755 --- a/common.py +++ b/common.py @@ -36,7 +36,7 @@ 'swift-corelibs-libdispatch': 'main', 'swift-corelibs-foundation': 'main', 'swift-corelibs-xctest': 'main', - 'swift-argument-parser': '1.0.3', + 'swift-argument-parser': '1.1.4', 'swift-driver': 'main', 'yams': '4.0.2', 'swift-tools-support-core': 'main', From 51b2fa21bb616c86d5b4c0dc33cd88231c94cd08 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Thu, 10 Nov 2022 16:15:26 +0000 Subject: [PATCH 2/2] common.py: update ArgumentParser to 1.2.0 --- common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.py b/common.py index c122aa98..10a44d90 100755 --- a/common.py +++ b/common.py @@ -36,7 +36,7 @@ 'swift-corelibs-libdispatch': 'main', 'swift-corelibs-foundation': 'main', 'swift-corelibs-xctest': 'main', - 'swift-argument-parser': '1.1.4', + 'swift-argument-parser': '1.2.0', 'swift-driver': 'main', 'yams': '4.0.2', 'swift-tools-support-core': 'main',