From 38a9809e54763d124d5e1bb6800b391f677f55c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 08:03:22 +0000 Subject: [PATCH] Bump addressable in /.github/actions/testing_report_generation Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.0 to 2.9.0. - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.0...addressable-2.9.0) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .github/actions/testing_report_generation/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/testing_report_generation/Gemfile.lock b/.github/actions/testing_report_generation/Gemfile.lock index f6bd232226f..6ff996b7bc8 100644 --- a/.github/actions/testing_report_generation/Gemfile.lock +++ b/.github/actions/testing_report_generation/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) concurrent-ruby (1.1.7) faraday (1.1.0) multipart-post (>= 1.2, < 3) @@ -11,7 +11,7 @@ GEM octokit (4.19.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) - public_suffix (4.0.6) + public_suffix (7.0.5) ruby2_keywords (0.0.2) sawyer (0.8.2) addressable (>= 2.3.5)