From 3a77c42e9988466c916cdd56f0794e91dc744994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:38:09 +0000 Subject: [PATCH] Bump faraday in /.github/actions/testing_report_generation Bumps [faraday](https://github.com/lostisland/faraday) from 1.1.0 to 2.14.1. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v1.1.0...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../testing_report_generation/Gemfile.lock | 26 ++++++++++++------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/.github/actions/testing_report_generation/Gemfile.lock b/.github/actions/testing_report_generation/Gemfile.lock index f6bd232226f..3c2f02ef5ea 100644 --- a/.github/actions/testing_report_generation/Gemfile.lock +++ b/.github/actions/testing_report_generation/Gemfile.lock @@ -4,20 +4,26 @@ GEM addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) concurrent-ruby (1.1.7) - faraday (1.1.0) - multipart-post (>= 1.2, < 3) - ruby2_keywords - multipart-post (2.1.1) - octokit (4.19.0) - faraday (>= 0.9) - sawyer (~> 0.8.0, >= 0.5.3) + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) + json (2.18.1) + logger (1.7.0) + net-http (0.9.1) + uri (>= 0.11.1) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) public_suffix (4.0.6) - ruby2_keywords (0.0.2) - sawyer (0.8.2) + sawyer (0.9.3) addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) + faraday (>= 0.17.3, < 3) tzinfo (2.0.3) concurrent-ruby (~> 1.0) + uri (1.1.1) PLATFORMS ruby