From a7d39bdb8eb0c3fa249693ef2fcf9720ea790811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:34:25 +0200 Subject: [PATCH] Bump octokit from 6.1.1 to 7.2.0 in /updater (#1386) Bumps [octokit](https://github.com/octokit/octokit.rb) from 6.1.1 to 7.2.0. - [Release notes](https://github.com/octokit/octokit.rb/releases) - [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md) - [Commits](https://github.com/octokit/octokit.rb/compare/v6.1.1...v7.2.0) --- updated-dependencies: - dependency-name: octokit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- updater/Gemfile | 2 +- updater/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/updater/Gemfile b/updater/Gemfile index bb083915..4df8df58 100644 --- a/updater/Gemfile +++ b/updater/Gemfile @@ -14,7 +14,7 @@ gem "dependabot-omnibus", "~>0.278.0" # gem "dependabot-omnibus", github: "dependabot/dependabot-core", ref: "ffde6f6" gem "http", "~> 5.2" -gem "octokit", "6.1.1" +gem "octokit", "7.2.0" gem "opentelemetry-exporter-otlp", "~> 0.29" gem "opentelemetry-instrumentation-excon", "~> 0.22" gem "opentelemetry-instrumentation-faraday", "~> 0.24" diff --git a/updater/Gemfile.lock b/updater/Gemfile.lock index 4402d881..25cd76be 100644 --- a/updater/Gemfile.lock +++ b/updater/Gemfile.lock @@ -211,7 +211,7 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - octokit (6.1.1) + octokit (7.2.0) faraday (>= 1, < 3) sawyer (~> 0.9) opentelemetry-api (1.4.0) @@ -381,7 +381,7 @@ DEPENDENCIES flamegraph (~> 0.9.5) gpgme (~> 2.0) http (~> 5.2) - octokit (= 6.1.1) + octokit (= 7.2.0) opentelemetry-exporter-otlp (~> 0.29) opentelemetry-instrumentation-excon (~> 0.22) opentelemetry-instrumentation-faraday (~> 0.24)