From 70bad1ea1744f8c9ed2914cdbf3ab78e1926ac74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 07:44:35 +0000 Subject: [PATCH] chore(deps): apply Bunkai fix outdated-test-more --- cpanfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpanfile b/cpanfile index af5f35c..1dd180f 100644 --- a/cpanfile +++ b/cpanfile @@ -8,6 +8,6 @@ requires "Readonly", "2.05"; requires "LWP::Protocol::https", "6.17"; on 'test' => sub { - requires "Test::More", "1.302224"; + requires "Test::More", "1.302225"; requires "Test::MockModule", "v0.185.3"; }; \ No newline at end of file