Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the prod-dependencies group across 1 directory with 20 updates #10012

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2024

Bumps the prod-dependencies group with 17 updates in the /updater directory:

Package From To
http 5.1.1 5.2.0
opentelemetry-exporter-otlp 0.26.1 0.27.0
opentelemetry-instrumentation-excon 0.22.0 0.22.2
opentelemetry-instrumentation-http 0.23.2 0.23.3
opentelemetry-sdk 1.3.1 1.4.1
sentry-opentelemetry 5.16.1 5.17.3
docker_registry2 1.18.0 1.18.1
excon 0.109.0 0.110.0
faraday 2.7.11 2.9.1
faraday-retry 2.2.0 2.2.1
gitlab 4.19.0 4.20.1
json 2.6.3 2.7.2
nokogiri 1.16.5 1.16.6
parser 3.3.1.0 3.3.3.0
stackprof 0.2.25 0.2.26
parallel 1.24.0 1.25.1
parseconfig 1.0.8 1.1.2

Updates http from 5.1.1 to 5.2.0

Changelog

Sourced from http's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Removed

  • BREAKING Drop Ruby 2.x support
Commits
  • bb754c7 Release v5.2.0
  • de1e319 ci: Cleanup and update workflow
  • 02e66b0 ci: Add Ruby 3.3 to the test matrix
  • 81d281e SECURITY.md: use private vulnerability reporting feature (#772)
  • 03370c6 Fix changelog uri in gemspec
  • f7e16c8 Add support for the PURGE HTTP method. (#757)
  • 8b802bf Do more conservative URL normalization (#758)
  • 65276d7 Prevent CRLF injection due to broken URL normalizer (#765)
  • 3b7133c fix: close sockets on initialize timeout (#762)
  • 4060ccd not_found requires two arguments (#761)
  • Additional commits viewable in compare view

Updates opentelemetry-exporter-otlp from 0.26.1 to 0.27.0

Release notes

Sourced from opentelemetry-exporter-otlp's releases.

opentelemetry-exporter-otlp 0.27.0

v0.27.0 / 2024-04-19

  • ADDED: Add stats for serialization time in otlp exporter

opentelemetry-exporter-otlp 0.26.3

v0.26.3 / 2024-02-01

  • FIXED: do not log request failure in backoff?

opentelemetry-exporter-otlp 0.26.2

v0.26.2 / 2024-01-23

  • FIXED: Align endpoint environment variable handling with spec
  • FIXED: Require csv for ruby-3.4 compatibility
  • FIXED: Add context to metrics reporting of buffer-full events
Changelog

Sourced from opentelemetry-exporter-otlp's changelog.

v0.27.0 / 2024-04-19

  • ADDED: Add stats for serialization time in otlp exporter

v0.26.3 / 2024-02-01

  • FIXED: do not log request failure in backoff?

v0.26.2 / 2024-01-23

  • FIXED: Align endpoint environment variable handling with spec
  • FIXED: Require csv for ruby-3.4 compatibility
  • FIXED: Add context to metrics reporting of buffer-full events
Commits
  • 50bffdb release: Release opentelemetry-exporter-otlp 0.27.0 (was 0.26.3) (#1632)
  • 6bae4e1 feat: add stats for serialization time in otlp exporter (#1628)
  • bffcb77 chore: Implement shared RuboCop configuration (#1587)
  • f7f851f release: Release opentelemetry-exporter-otlp 0.26.3 (was 0.26.2) (#1589)
  • 975f4b3 don't log failure from backoff (#1588)
  • c29d4cf release: Release opentelemetry-exporter-otlp 0.26.2 (was 0.26.1) (#1577)
  • eb89cd6 fix: require csv for ruby-3.4 compatibility (#1560)
  • d08bc1a Consider OTLP export failures handleable errors (#1565)
  • afc7bc5 fix(exporter/otlp): align endpoint environment varaible handling with spec (#...
  • 062f688 test: Skip flaky truffleruby test (#1512)
  • See full diff in compare view

Updates opentelemetry-instrumentation-excon from 0.22.0 to 0.22.2

Release notes

Sourced from opentelemetry-instrumentation-excon's releases.

opentelemetry-instrumentation-excon 0.22.2

v0.22.2 / 2024-05-09

  • FIXED: Untrace entire request

opentelemetry-instrumentation-excon 0.22.1

v0.22.1 / 2024-04-30

  • FIXED: Bundler conflict warnings
Changelog

Sourced from opentelemetry-instrumentation-excon's changelog.

v0.22.2 / 2024-05-09

  • FIXED: Untrace entire request

v0.22.1 / 2024-04-30

  • FIXED: Bundler conflict warnings
Commits

Updates opentelemetry-instrumentation-faraday from 0.23.4 to 0.24.3

Release notes

Sourced from opentelemetry-instrumentation-faraday's releases.

opentelemetry-instrumentation-faraday 0.24.3

v0.24.3 / 2024-05-09

  • FIXED: Untrace entire request

opentelemetry-instrumentation-faraday 0.24.2

v0.24.2 / 2024-04-30

  • FIXED: Bundler conflict warnings

opentelemetry-instrumentation-faraday 0.24.1

v0.24.1 / 2024-03-22

  • FIXED: Propagate response attributes on Faraday::Error.

opentelemetry-instrumentation-faraday 0.24.0

v0.24.0 / 2024-02-20

  • ADDED: Faraday add support for internal spans
Changelog

Sourced from opentelemetry-instrumentation-faraday's changelog.

v0.24.3 / 2024-05-09

  • FIXED: Untrace entire request

v0.24.2 / 2024-04-30

  • FIXED: Bundler conflict warnings

v0.24.1 / 2024-03-22

  • FIXED: Propagate response attributes on Faraday::Error.

v0.24.0 / 2024-02-20

  • ADDED: Faraday add support for internal spans
Commits

Updates opentelemetry-instrumentation-http from 0.23.2 to 0.23.3

Release notes

Sourced from opentelemetry-instrumentation-http's releases.

opentelemetry-instrumentation-http 0.23.3

v0.23.3 / 2024-04-30

  • FIXED: Bundler conflict warnings
Changelog

Sourced from opentelemetry-instrumentation-http's changelog.

v0.23.3 / 2024-04-30

  • FIXED: Bundler conflict warnings
Commits

Updates opentelemetry-instrumentation-net_http from 0.22.4 to 0.22.5

Release notes

Sourced from opentelemetry-instrumentation-net_http's releases.

opentelemetry-instrumentation-net_http 0.22.5

v0.22.5 / 2024-05-09

  • FIXED: Untrace entire request
Changelog

Sourced from opentelemetry-instrumentation-net_http's changelog.

v0.22.5 / 2024-05-09

  • FIXED: Untrace entire request
Commits

Updates opentelemetry-sdk from 1.3.1 to 1.4.1

Release notes

Sourced from opentelemetry-sdk's releases.

opentelemetry-sdk 1.4.1

v1.4.1 / 2024-03-21

  • FIXED: ForwardingLogger should forward block param.

opentelemetry-sdk 1.4.0

v1.4.0 / 2024-01-25

  • ADDED: Add spans to Trace::ExportError

opentelemetry-sdk 1.3.2

v1.3.2 / 2024-01-23

  • FIXED: Reduce allocations on GraphQL hot paths
  • FIXED: Add context to metrics reporting of buffer-full events
Changelog

Sourced from opentelemetry-sdk's changelog.

v1.4.1 / 2024-03-21

  • FIXED: ForwardingLogger should forward block param.

v1.4.0 / 2024-01-25

  • ADDED: Add spans to Trace::ExportError

v1.3.2 / 2024-01-23

  • FIXED: Reduce allocations on GraphQL hot paths
  • FIXED: Add context to metrics reporting of buffer-full events
Commits
  • 40171ab release: Release opentelemetry-sdk 1.4.1 (was 1.4.0) (#1621)
  • b1d6d05 fix: ForwardingLogger should foward block param (#1616)
  • bffcb77 chore: Implement shared RuboCop configuration (#1587)
  • 540b77e chore: Replace positive? with 'greater than 0' (#1586)
  • 4d94aa4 release: Release opentelemetry-sdk 1.4.0 (was 1.3.2) (#1583)
  • 200ea02 feat: add spans to Trace::ExportError (#1582)
  • 4b37bb3 re-add spans using splat operator (#1580)
  • d89ca85 release: Release opentelemetry-sdk 1.3.2 (was 1.3.1) (#1579)
  • 9da08e4 Add context to metrics reporting of buffer-full events (#1566)
  • 98c629e fix: Reduce allocations on GraphQL hot paths (#1544)
  • See full diff in compare view

Updates sentry-opentelemetry from 5.16.1 to 5.17.3

Release notes

Sourced from sentry-opentelemetry's releases.

5.17.3

Internal

  • Update key, unit and tags sanitization logic for metrics #2292
  • Consolidate client report and rate limit handling with data categories #2294
  • Record :network_error client reports for send_envelope #2295

Bug Fixes

  • Make sure isolated envelopes respect config.enabled_environments #2291

5.17.2

Internal

  • Add Mechanism interface and default to unhandled for integration exceptions #2280

Bug Fixes

  • Don't instantiate connection in ActiveRecordSubscriber (#2278)

5.17.1

Bug Fixes

  • Fix NoMethodError / Make session_tracking check consistent (#2269)

5.17.0

Features

  • Add support for distributed tracing in sentry-delayed_job #2233
  • Fix warning about default gems on Ruby 3.3.0 (#2225)
  • Add hint: support to Sentry::Rails::ErrorSubscriber #2235
  • Add Metrics support
    • Add main APIs and Aggregator thread #2247

    • Add Sentry::Metrics.timing API for measuring block duration #2254

    • Add metric summaries on spans #2255

    • Add config.metrics.before_emit callback #2258

    • Add code locations for metrics #2263

      The SDK now supports recording and aggregating metrics. A new thread will be started for aggregation and will flush the pending data to Sentry every 5 seconds.

      To enable this behavior, use:

      Sentry.init do |config|
        # ...
        config.metrics.enabled = true
      end

... (truncated)

Changelog

Sourced from sentry-opentelemetry's changelog.

5.17.3

Internal

  • Update key, unit and tags sanitization logic for metrics #2292
  • Consolidate client report and rate limit handling with data categories #2294
  • Record :network_error client reports for send_envelope #2295

Bug Fixes

  • Make sure isolated envelopes respect config.enabled_environments #2291

5.17.2

Internal

  • Add Mechanism interface and default to unhandled for integration exceptions #2280

Bug Fixes

  • Don't instantiate connection in ActiveRecordSubscriber (#2278)

5.17.1

Bug Fixes

  • Fix NoMethodError / Make session_tracking check consistent (#2269)

5.17.0

Features

  • Add support for distributed tracing in sentry-delayed_job #2233
  • Fix warning about default gems on Ruby 3.3.0 (#2225)
  • Add hint: support to Sentry::Rails::ErrorSubscriber #2235
  • Add Metrics support
    • Add main APIs and Aggregator thread #2247

    • Add Sentry::Metrics.timing API for measuring block duration #2254

    • Add metric summaries on spans #2255

    • Add config.metrics.before_emit callback #2258

    • Add code locations for metrics #2263

      The SDK now supports recording and aggregating metrics. A new thread will be started for aggregation and will flush the pending data to Sentry every 5 seconds.

      To enable this behavior, use:

      Sentry.init do |config|

... (truncated)

Commits

Updates sentry-ruby from 5.16.1 to 5.17.3

Changelog

Sourced from sentry-ruby's changelog.

5.17.3

Internal

  • Update key, unit and tags sanitization logic for metrics #2292
  • Consolidate client report and rate limit handling with data categories #2294
  • Record :network_error client reports for send_envelope #2295

Bug Fixes

  • Make sure isolated envelopes respect config.enabled_environments #2291

5.17.2

Internal

  • Add Mechanism interface and default to unhandled for integration exceptions #2280

Bug Fixes

  • Don't instantiate connection in ActiveRecordSubscriber (#2278)

5.17.1

Bug Fixes

  • Fix NoMethodError / Make session_tracking check consistent (#2269)

5.17.0

Features

  • Add support for distributed tracing in sentry-delayed_job #2233
  • Fix warning about default gems on Ruby 3.3.0 (#2225)
  • Add hint: support to Sentry::Rails::ErrorSubscriber #2235
  • Add Metrics support
    • Add main APIs and Aggregator thread #2247

    • Add Sentry::Metrics.timing API for measuring block duration #2254

    • Add metric summaries on spans #2255

    • Add config.metrics.before_emit callback #2258

    • Add code locations for metrics #2263

      The SDK now supports recording and aggregating metrics. A new thread will be started for aggregation and will flush the pending data to Sentry every 5 seconds.

      To enable this behavior, use:

      Sentry.init do |config|

... (truncated)

Commits

Updates docker_registry2 from 1.18.0 to 1.18.1

Commits

Updates excon from 0.109.0 to 0.110.0

Changelog

Sourced from excon's changelog.

0.110.0 2024-03-12

  • update bundled default certificates
Commits
  • 1970dee v0.109.0
  • 8751208 update bundled certs
  • 7451fcd remove stale action
  • 253b515 add security policy
  • 52dfe42 fix cron attribute on ci action
  • 4b43f0a add a weekly test run, for regular feedback even when code remains stable
  • 536d50f bump dependabot from daily to weekly
  • 18f023f add explicit content-types to fix tests on Rack 3+
  • f57afe1 add funding info
  • 44d0550 update gem version badge in readme to link to rubygems
  • Additional commits viewable in compare view

Updates faraday from 2.7.11 to 2.9.1

Release notes

Sourced from faraday's releases.

v2.9.1

What's Changed

New features ✨

Bug Fixes 🐞

Misc/Docs 📄

New Contributors

Full Changelog: lostisland/faraday@v2.9.0...v2.9.1

v2.9.0

What's Changed

NOTE: This release removes support for Ruby 2.6 and 2.7, making Ruby 3.0 the minimum version.

New Contributors

Full Changelog: lostisland/faraday@v2.8.1...v2.9.0

v2.8.1

What's Changed

Full Changelog: lostisland/faraday@v2.8.0...v2.8.1

v2.8.0

... (truncated)

Commits
  • 4abafa5 Add Bundler::GemHelper tasks to Rakefile
  • 89107f9 Add missing bundle install to publish.yml
  • b524508 Version bump to 2.9.1
  • 04515f3 Support default json decoder even when nil responds to :load (#1563)
  • 6933e9b Add TooManyRequestsError (429) to error docs (#1565)
  • 6d82d71 Fix compatibility with Ruby 3.4.0-preview1 (#1560)
  • 7dc6941 Fix Rubocop errors
  • c9cc1b3 Make dig method case-insensitive in Faraday::Utils::Headers
  • c0540b7 Lint fix
  • 87e655f Use Rubygems Trusted Publishers to publish. (#1552)
  • Additional commits viewable in compare view

Updates faraday-retry from 2.2.0 to 2.2.1

Release notes

Sourced from faraday-retry's releases.

v2.2.1

What's Changed

New Contributors

Full Changelog: lostisland/faraday-retry@v2.2.0...v2.2.1

Changelog

Sourced from faraday-retry's changelog.

v2.2.1 (2024-04-15)

Commits
  • 7506f91 v2.2.1
  • 1a7ae96 CHANGELOG.md: Add unreleased code [ci skip]
  • 8056d24 Bump actions/checkout from 3 to 4
  • 2b3fba5 CI: Tell dependabot to update GH Actions
  • ce15807 Check for Faraday::UploadIO while rewinding
  • f1929d9 Add instructions on how to inherit the default exceptions to the README
  • 0b769c4 Add missing default exceptions
  • 1be9551 Add Ruby 3.3 to CI matrix
  • 6b1419f Update docs reference to RaiseError middleware (#32)
  • 41b7ea2 Document "methods" type as symbols [ci skip] (#30)
  • See full diff in compare view

Updates gitlab from 4.19.0 to 4.20.1

Release notes

Sourced from gitlab's releases.

v4.20.1

Bugfixes

  • Fixed availability of methods for project export API

v4.20.0

New features

  • Added support for disabling two factor authentication (2FA) for the specified user #646
  • Added support for user memberships #648
  • Added total method to Gitlab::PaginatedResponse returning the count of records #653
  • Added support for user activation and deactivation #657
  • Added support for merge request diffs #661
  • Added support for project export API #664
  • Added support for group hooks API #665
  • Added support for merge trains API ##672
  • Added support for pipeline variables #678
  • Added support for runner API #677
  • Added support for the latest release #679
  • Added support for merge requests related to issue #683
  • Added support for pipeline metadata update #685
  • Added user_by_username method to search for single user #688
  • Added support for create service account and personal access tokens API #689
Commits
  • 28d696f Release v4.20.1
  • c244876 Fix availability of methods for project export API
  • dbd1c92 Release v4.20.0
  • 0c154ae Merge pull request #664 from shoshoi/master
  • 19517d5 Merge pull request #677 from john-smith-vc/master
  • 2df4996 Merge pull request #679 from capripot/project-latest-release

@dependabot dependabot bot requested a review from a team as a code owner June 16, 2024 16:25
@dependabot dependabot bot added dependencies ruby Dependabot pull requests that update Ruby code labels Jun 16, 2024
@github-actions github-actions bot added the L: git:submodules Git submodules label Jun 16, 2024
Bumps the prod-dependencies group with 17 updates in the /updater directory:

| Package | From | To |
| --- | --- | --- |
| [http](https://github.com/httprb/http) | `5.1.1` | `5.2.0` |
| [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-ruby) | `0.26.1` | `0.27.0` |
| [opentelemetry-instrumentation-excon](https://github.com/open-telemetry/opentelemetry-ruby-contrib) | `0.22.0` | `0.22.2` |
| [opentelemetry-instrumentation-http](https://github.com/open-telemetry/opentelemetry-ruby-contrib) | `0.23.2` | `0.23.3` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-ruby) | `1.3.1` | `1.4.1` |
| [sentry-opentelemetry](https://github.com/getsentry/sentry-ruby) | `5.16.1` | `5.17.3` |
| [docker_registry2](https://github.com/deitch/docker_registry2) | `1.18.0` | `1.18.1` |
| [excon](https://github.com/excon/excon) | `0.109.0` | `0.110.0` |
| [faraday](https://github.com/lostisland/faraday) | `2.7.11` | `2.9.1` |
| [faraday-retry](https://github.com/lostisland/faraday-retry) | `2.2.0` | `2.2.1` |
| [gitlab](https://github.com/NARKOZ/gitlab) | `4.19.0` | `4.20.1` |
| [json](https://github.com/flori/json) | `2.6.3` | `2.7.2` |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.16.5` | `1.16.6` |
| [parser](https://github.com/whitequark/parser) | `3.3.1.0` | `3.3.3.0` |
| [stackprof](https://github.com/tmm1/stackprof) | `0.2.25` | `0.2.26` |
| [parallel](https://github.com/grosser/parallel) | `1.24.0` | `1.25.1` |
| [parseconfig](https://github.com/datafolklabs/ruby-parseconfig) | `1.0.8` | `1.1.2` |



Updates `http` from 5.1.1 to 5.2.0
- [Changelog](https://github.com/httprb/http/blob/main/CHANGELOG.md)
- [Commits](httprb/http@v5.1.1...v5.2.0)

Updates `opentelemetry-exporter-otlp` from 0.26.1 to 0.27.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/exporter/otlp/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-exporter-otlp/v0.26.1...opentelemetry-exporter-otlp/v0.27.0)

Updates `opentelemetry-instrumentation-excon` from 0.22.0 to 0.22.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/instrumentation/excon/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby-contrib@opentelemetry-instrumentation-excon/v0.22.0...opentelemetry-instrumentation-excon/v0.22.2)

Updates `opentelemetry-instrumentation-faraday` from 0.23.4 to 0.24.3
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/instrumentation/faraday/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby-contrib@opentelemetry-instrumentation-faraday/v0.23.4...opentelemetry-instrumentation-faraday/v0.24.3)

Updates `opentelemetry-instrumentation-http` from 0.23.2 to 0.23.3
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/instrumentation/http/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby-contrib@opentelemetry-instrumentation-http/v0.23.2...opentelemetry-instrumentation-http/v0.23.3)

Updates `opentelemetry-instrumentation-net_http` from 0.22.4 to 0.22.5
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/instrumentation/net_http/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby-contrib@opentelemetry-instrumentation-net_http/v0.22.4...opentelemetry-instrumentation-net_http/v0.22.5)

Updates `opentelemetry-sdk` from 1.3.1 to 1.4.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/sdk/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-sdk/v1.3.1...opentelemetry-sdk/v1.4.1)

Updates `sentry-opentelemetry` from 5.16.1 to 5.17.3
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.16.1...5.17.3)

Updates `sentry-ruby` from 5.16.1 to 5.17.3
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.16.1...5.17.3)

Updates `docker_registry2` from 1.18.0 to 1.18.1
- [Changelog](https://github.com/deitch/docker_registry2/blob/master/CHANGELOG.md)
- [Commits](deitch/docker_registry2@v1.18.0...v1.18.1)

Updates `excon` from 0.109.0 to 0.110.0
- [Changelog](https://github.com/excon/excon/blob/master/changelog.txt)
- [Commits](excon/excon@v0.109.0...v0.110.0)

Updates `faraday` from 2.7.11 to 2.9.1
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v2.7.11...v2.9.1)

Updates `faraday-retry` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/lostisland/faraday-retry/releases)
- [Changelog](https://github.com/lostisland/faraday-retry/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday-retry@v2.2.0...v2.2.1)

Updates `gitlab` from 4.19.0 to 4.20.1
- [Release notes](https://github.com/NARKOZ/gitlab/releases)
- [Changelog](https://github.com/NARKOZ/gitlab/blob/master/CHANGELOG.md)
- [Commits](NARKOZ/gitlab@v4.19.0...v4.20.1)

Updates `json` from 2.6.3 to 2.7.2
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md)
- [Commits](flori/json@v2.6.3...v2.7.2)

Updates `nokogiri` from 1.16.5 to 1.16.6
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.16.6/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.5...v1.16.6)

Updates `parser` from 3.3.1.0 to 3.3.3.0
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.1.0...v3.3.3.0)

Updates `stackprof` from 0.2.25 to 0.2.26
- [Changelog](https://github.com/tmm1/stackprof/blob/master/CHANGELOG.md)
- [Commits](tmm1/stackprof@v0.2.25...v0.2.26)

Updates `parallel` from 1.24.0 to 1.25.1
- [Commits](grosser/parallel@v1.24.0...v1.25.1)

Updates `parseconfig` from 1.0.8 to 1.1.2
- [Changelog](https://github.com/datafolklabs/ruby-parseconfig/blob/master/Changelog)
- [Commits](https://github.com/datafolklabs/ruby-parseconfig/commits)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: opentelemetry-exporter-otlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: opentelemetry-instrumentation-excon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: opentelemetry-instrumentation-faraday
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: opentelemetry-instrumentation-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: opentelemetry-instrumentation-net_http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: opentelemetry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: sentry-opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: sentry-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: docker_registry2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: excon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: faraday
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: faraday-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: gitlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: nokogiri
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: stackprof
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: parallel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: parseconfig
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/updater/prod-dependencies-86228989df branch from 836dcb7 to b892160 Compare June 17, 2024 18:05
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 20, 2024

Superseded by #10054.

@dependabot dependabot bot closed this Jun 20, 2024
@dependabot dependabot bot deleted the dependabot/bundler/updater/prod-dependencies-86228989df branch June 20, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies L: git:submodules Git submodules ruby Dependabot pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants