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 21 updates #10636

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2024

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

Package From To
http 5.1.1 5.2.0
opentelemetry-exporter-otlp 0.26.1 0.29.0
opentelemetry-instrumentation-excon 0.22.0 0.22.4
opentelemetry-instrumentation-faraday 0.23.4 0.24.6
opentelemetry-instrumentation-http 0.23.2 0.23.4
opentelemetry-instrumentation-net_http 0.22.4 0.22.7
opentelemetry-sdk 1.3.1 1.5.0
sentry-opentelemetry 5.16.1 5.19.0
aws-sdk-codecommit 1.63.0 1.75.0
aws-sdk-ecr 1.68.0 1.84.0
docker_registry2 1.18.0 1.18.2
excon 0.109.0 0.111.0
faraday 2.7.11 2.12.0
faraday-retry 2.2.0 2.2.1
json 2.6.3 2.7.2
nokogiri 1.16.5 1.16.7
parser 3.3.4.2 3.3.5.0
sorbet-runtime 0.5.11444 0.5.11572
stackprof 0.2.25 0.2.26
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.29.0

Release notes

Sourced from opentelemetry-exporter-otlp's releases.

opentelemetry-exporter-otlp 0.29.0

v0.29.0 / 2024-08-27

  • ADDED: Add support for mutual TLS.

opentelemetry-exporter-otlp 0.28.1

v0.28.1 / 2024-07-24

  • ADDED: Improve SSL error logging.

opentelemetry-exporter-otlp 0.28.0

v0.28.0 / 2024-06-19

  • ADDED: Bump google_protobuf >=3.18, < 5.a

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.29.0 / 2024-08-27

  • ADDED: Add support for mutual TLS.

v0.28.1 / 2024-07-24

  • ADDED: Improve SSL error logging.

v0.28.0 / 2024-06-19

  • ADDED: Bump google_protobuf >=3.18, < 5.a

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

Updates opentelemetry-instrumentation-excon from 0.22.0 to 0.22.4

Release notes

Sourced from opentelemetry-instrumentation-excon's releases.

opentelemetry-instrumentation-excon 0.22.4

v0.22.4 / 2024-07-23

  • DOCS: Add cspell to CI

opentelemetry-instrumentation-excon 0.22.3

v0.22.3 / 2024-06-18

  • FIXED: Relax otel common gem constraints
  • FIXED: Add http.url to Excon instrumentation
Changelog

Sourced from opentelemetry-instrumentation-excon's changelog.

v0.22.4 / 2024-07-23

  • DOCS: Add cspell to CI

v0.22.3 / 2024-06-18

  • FIXED: Relax otel common gem constraints
  • FIXED: Add http.url to Excon instrumentation

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.6

Release notes

Sourced from opentelemetry-instrumentation-faraday's releases.

opentelemetry-instrumentation-faraday 0.24.6

v0.24.6 / 2024-07-23

  • DOCS: Add cspell to CI

opentelemetry-instrumentation-faraday 0.24.5

v0.24.5 / 2024-06-20

  • FIXED: Compatibility with Faraday v1

opentelemetry-instrumentation-faraday 0.24.4

v0.24.4 / 2024-06-18

  • FIXED: Relax otel common gem constraints
Changelog

Sourced from opentelemetry-instrumentation-faraday's changelog.

v0.24.6 / 2024-07-23

  • DOCS: Add cspell to CI

v0.24.5 / 2024-06-20

  • FIXED: Compatibility with Faraday v1

v0.24.4 / 2024-06-18

  • FIXED: Relax otel common gem constraints

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.4

Release notes

Sourced from opentelemetry-instrumentation-http's releases.

opentelemetry-instrumentation-http 0.23.4

v0.23.4 / 2024-07-23

  • DOCS: Add cspell to CI
Changelog

Sourced from opentelemetry-instrumentation-http's changelog.

v0.23.4 / 2024-07-23

  • DOCS: Add cspell to CI

v0.23.3 / 2024-04-30

  • FIXED: Bundler conflict warnings
Commits

Updates opentelemetry-instrumentation-net_http from 0.22.4 to 0.22.7

Release notes

Sourced from opentelemetry-instrumentation-net_http's releases.

opentelemetry-instrumentation-net_http 0.22.7

v0.22.7 / 2024-07-23

  • DOCS: Add cspell to CI

opentelemetry-instrumentation-net_http 0.22.6

v0.22.6 / 2024-06-18

  • FIXED: Relax otel common gem constraints

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.7 / 2024-07-23

  • DOCS: Add cspell to CI

v0.22.6 / 2024-06-18

  • FIXED: Relax otel common gem constraints

v0.22.5 / 2024-05-09

  • FIXED: Untrace entire request
Commits

Updates opentelemetry-sdk from 1.3.1 to 1.5.0

Release notes

Sourced from opentelemetry-sdk's releases.

opentelemetry-sdk 1.5.0

v1.5.0 / 2024-07-24

  • ADDED: Add add_link to span api/sdk
  • FIXED: Update untraced to suppress logging "Calling finish on an ended Span" warnings

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.5.0 / 2024-07-24

  • ADDED: Add add_link to span api/sdk
  • FIXED: Update untraced to suppress logging "Calling finish on an ended Span" warnings

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
  • 3f106c6 release: Release 4 gems (#1654)
  • a1f1629 fix: Update untraced to suppress logging "Calling finish on an ended Span" ...
  • f14bdac feat: Add add_link to span api/sdk (#1623)
  • 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)
  • Additional commits viewable in compare view

Updates sentry-opentelemetry from 5.16.1 to 5.19.0

Release notes

Sourced from sentry-opentelemetry's releases.

5.19.0

Features

  • Use Concurrent.available_processor_count instead of Concurrent.usable_processor_count (#2358)

  • Support for tracing Faraday requests (#2345)

    Usage:

    Sentry.init do |config|
      # ...
      config.enabled_patches << :faraday
    end
  • Support for attachments (#2357)

    Usage:

    Sentry.add_attachment(path: '/foo/bar.txt')
    Sentry.add_attachment(filename: 'payload.json', bytes: '{"value": 42}'))
  • Transaction data are now included in the context (#2365)

  • Inject Sentry meta tags in the Rails application layout automatically in the generator (#2369)

    To turn this behavior off, use

    bin/rails generate sentry --inject-meta false

Bug Fixes

  • Fix skipping connect spans in open-telemetry #2364

5.18.2

Bug Fixes

  • Don't overwrite ip_address if already set on user #2350
  • teardown_sentry_test helper should clear global even processors too (#2342)
  • Suppress the unnecessary “unsupported options notice” (#2349)

... (truncated)

Changelog

Sourced from sentry-opentelemetry's changelog.

5.19.0

Features

  • Use Concurrent.available_processor_count instead of Concurrent.usable_processor_count (#2358)

  • Support for tracing Faraday requests (#2345)

    Usage:

    Sentry.init do |config|
      # ...
      config.enabled_patches << :faraday
    end
  • Support for attachments (#2357)

    Usage:

    Sentry.add_attachment(path: '/foo/bar.txt')
    Sentry.add_attachment(filename: 'payload.json', bytes: '{"value": 42}'))
  • Transaction data are now included in the context (#2365)

  • Inject Sentry meta tags in the Rails application layout automatically in the generator (#2369)

    To turn this behavior off, use

    bin/rails generate sentry --inject-meta false

Bug Fixes

  • Fix skipping connect spans in open-telemetry #2364

5.18.2

Bug Fixes

  • Don't overwrite ip_address if already set on user #2350
  • teardown_sentry_test helper should clear global even processors too (#2342)

... (truncated)

Commits

Updates sentry-ruby from 5.16.1 to 5.19.0

Changelog

Sourced from sentry-ruby's changelog.

5.19.0

Features

  • Use Concurrent.available_processor_count instead of Concurrent.usable_processor_count (#2358)

  • Support for tracing Faraday requests (#2345)

    Usage:

    Sentry.init do |config|
      # ...
      config.enabled_patches << :faraday
    end
  • Support for attachments (#2357)

    Usage:

    Sentry.add_attachment(path: '/foo/bar.txt')
    Sentry.add_attachment(filename: 'payload.json', bytes: '{"value": 42}'))
  • Transaction data are now included in the context (#2365)

  • Inject Sentry meta tags in the Rails application layout automatically in the generator (#2369)

    To turn this behavior off, use

    bin/rails generate sentry --inject-meta false

Bug Fixes

  • Fix skipping connect spans in open-telemetry #2364

5.18.2

Bug Fixes

  • Don't overwrite ip_address if already set on user #2350
  • teardown_sentry_test helper should clear global even processors too (#2342)

... (truncated)

Commits

Updates aws-sdk-codecommit from 1.63.0 to 1.75.0

Changelog

Sourced from aws-sdk-codecommit's changelog.

1.75.0 (2024-09-11)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.74.0 (2024-09-10)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.73.0 (2024-09-03)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.72.0 (2024-07-25)

  • Feature - CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.

1.71.0 (2024-07-02)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.70.0 (2024-06-28)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.69.0 (2024-06-25)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.68.0 (2024-06-24)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.67.0 (2024-06-05)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.66.0 (2024-05-13)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

... (truncated)

Commits

Updates aws-sdk-ecr from 1.68.0 to 1.84.0

Changelog

Sourced from aws-sdk-ecr's changelog.

1.84.0 (2024-09-17)

  • Feature - The DescribeImageScanning API now includes fixAvailable, exploitAvailable, and fixedInVersion fields to provide more detailed information about the availability of fixes, exploits, and fixed versions for identified image vulnerabilities.

1.83.0 (2024-09-11)

  • Feature - Added KMS_DSSE to EncryptionType

1.82.0 (2024-09-10)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.81.0 (2024-09-03)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.80.0 (2024-08-05)

  • Feature - Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry.

1.79.0 (2024-07-25)

  • Feature - API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.

1.78.0 (2024-07-05)

  • Feature - This release for Amazon ECR makes change to bring the SDK into sync with the API.

1.77.0 (2024-07-02)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.76.0 (2024-06-28)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.75.0 (2024-06-25)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

... (truncated)

Commits

Updates docker_registry2 from 1.18.0 to 1.18.2

Commits

Updates excon from 0.109.0 to 0.111.0

Changelog

Sourced from excon's changelog.

0.111.0 2024-07-08

  • lint fixes
  • fixes related to rackup for testing
  • update bundled certs

0.110.0 2024-03-12

  • update bundled default certificates
Commits
  • 5d0fad8 v0.111.0
  • c142e97 update bundled certs
  • 41e1b34 fix tests to use Rackup::Handler instead of Rack::Handler
  • d109e36 tweak redirecting rackup to use .env to access content_length
  • 7f8c949 relocate require to lib/excon from connection
  • 8d8edd0 more progress on lints
  • 2fc0bd8 progress on rubocop/lints in lib/excon
  • 1970dee v0.109.0
  • 8751208 update bundled certs
  • 7451fcd remove stale action
  • Additional commits viewable in compare view

Updates faraday from 2.7.11 to 2.12.0

Release notes

Sourced from faraday's releases.

v2.12.0

What's Changed

New features ✨

Fixes 🐞

Misc/Docs 📄

New Contributors

Full Changelog: lostisland/faraday@v2.11.0...v2.12.0

v2.11.0

What's Changed

This release adds support for the ciphers SSL option (currently supported by the net_http adapter in v3.3+), as well as taking advantage of the support of chained certificates introduced in the net_http adapter in v3.2. Also, it adds a new ParallelManager#execute interface that improves on the existing one and makes it easier for adapters to support parallel requests. This is currently used by the async-http adapter.

New features ✨

Misc/Docs 📄

New Contributors

Full Changelog: lostisland/faraday@v2.10.1...v2.11.0

v2.10.1

What's Changed

Full Changelog: lostisland/faraday@v2.10.0...v2.10.1

v2.10.0

What's Changed

This release introduces support for middleware-level default_options 🎉 You can read more about it in the docs.

... (truncated)

Commits

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)

Bumps the prod-dependencies group with 20 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.29.0` |
| [opentelemetry-instrumentation-excon](https://github.com/open-telemetry/opentelemetry-ruby-contrib) | `0.22.0` | `0.22.4` |
| [opentelemetry-instrumentation-faraday](https://github.com/open-telemetry/opentelemetry-ruby-contrib) | `0.23.4` | `0.24.6` |
| [opentelemetry-instrumentation-http](https://github.com/open-telemetry/opentelemetry-ruby-contrib) | `0.23.2` | `0.23.4` |
| [opentelemetry-instrumentation-net_http](https://github.com/open-telemetry/opentelemetry-ruby-contrib) | `0.22.4` | `0.22.7` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-ruby) | `1.3.1` | `1.5.0` |
| [sentry-opentelemetry](https://github.com/getsentry/sentry-ruby) | `5.16.1` | `5.19.0` |
| [aws-sdk-codecommit](https://github.com/aws/aws-sdk-ruby) | `1.63.0` | `1.75.0` |
| [aws-sdk-ecr](https://github.com/aws/aws-sdk-ruby) | `1.68.0` | `1.84.0` |
| [docker_registry2](https://github.com/deitch/docker_registry2) | `1.18.0` | `1.18.2` |
| [excon](https://github.com/excon/excon) | `0.109.0` | `0.111.0` |
| [faraday](https://github.com/lostisland/faraday) | `2.7.11` | `2.12.0` |
| [faraday-retry](https://github.com/lostisland/faraday-retry) | `2.2.0` | `2.2.1` |
| [json](https://github.com/flori/json) | `2.6.3` | `2.7.2` |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.16.5` | `1.16.7` |
| [parser](https://github.com/whitequark/parser) | `3.3.4.2` | `3.3.5.0` |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11444` | `0.5.11572` |
| [stackprof](https://github.com/tmm1/stackprof) | `0.2.25` | `0.2.26` |
| [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.29.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.29.0)

Updates `opentelemetry-instrumentation-excon` from 0.22.0 to 0.22.4
- [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.4)

Updates `opentelemetry-instrumentation-faraday` from 0.23.4 to 0.24.6
- [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.6)

Updates `opentelemetry-instrumentation-http` from 0.23.2 to 0.23.4
- [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.4)

Updates `opentelemetry-instrumentation-net_http` from 0.22.4 to 0.22.7
- [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.7)

Updates `opentelemetry-sdk` from 1.3.1 to 1.5.0
- [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.5.0)

Updates `sentry-opentelemetry` from 5.16.1 to 5.19.0
- [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.19.0)

Updates `sentry-ruby` from 5.16.1 to 5.19.0
- [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.19.0)

Updates `aws-sdk-codecommit` from 1.63.0 to 1.75.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-codecommit/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-ecr` from 1.68.0 to 1.84.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-ecr/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

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

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

Updates `faraday` from 2.7.11 to 2.12.0
- [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.12.0)

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 `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.7
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.5...v1.16.7)

Updates `parser` from 3.3.4.2 to 3.3.5.0
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.4.2...v3.3.5.0)

Updates `sorbet-runtime` from 0.5.11444 to 0.5.11572
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

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 `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: aws-sdk-codecommit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: aws-sdk-ecr
  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: 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: sorbet-runtime
  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: parseconfig
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 19, 2024 13:45
@dependabot dependabot bot added dependencies ruby Dependabot pull requests that update Ruby code labels Sep 19, 2024
@github-actions github-actions bot added the L: git:submodules Git submodules label Sep 19, 2024
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.

0 participants