Skip to content

build(deps): bump the most-gems group across 1 directory with 20 updates#1290

Open
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/bundler/most-gems-4b3addcaf6
Open

build(deps): bump the most-gems group across 1 directory with 20 updates#1290
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/bundler/most-gems-4b3addcaf6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the most-gems group with 14 updates in the / directory:

Package From To
httpx 1.7.8 1.8.0
rubocop-rspec 3.9.0 3.10.2
aws-sdk-lambda 1.181.0 1.185.0
aws-sdk-sqs 1.115.0 1.116.0
aws-sdk-cloudwatch 1.138.0 1.140.0
aws-sdk-s3 1.224.0 1.226.0
async 2.39.0 2.40.0
elastic-transport 8.5.1 8.5.3
elasticsearch-api 9.4.0 9.4.3
google-protobuf 4.35.0 4.35.1
i18n 1.14.8 1.15.2
pp 0.6.3 0.6.4
psych 5.3.1 5.4.0
sass-embedded 1.100.0 1.101.0

Updates httpx from 1.7.8 to 1.8.0

Commits
  • c35a340 bump version to 1.8.0
  • 8c220c7 proxy: unescape user/password values for proxy options
  • 7a6aeb5 set minimum version of http-2 to 1.2.0
  • 87f036c Merge branch 'ping-timeout' into 'master'
  • bd3a58f Merge branch 'issue-383' into 'master'
  • 8b03569 new option: :ping_timeout
  • 54038bb new options: max_response_body_size, max_response_headers,
  • fa18331 Merge branch 'sse' into 'master'
  • 56840e1 test against incoming http-2 changes
  • faf50b7 fix sig for SSRFFilter.unsafe_ip_address?
  • Additional commits viewable in compare view

Updates rubocop-rspec from 3.9.0 to 3.10.2

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v3.10.2

  • Fix false positives for RSpec/SpecFilePathFormat when CustomTransform maps a namespace to an empty string. (@​sakuro)
  • Fix RSpec/MatchWithSimpleRegex to ignore regular expressions with options. (@​bquorning)

RuboCop RSpec v3.10.1

  • Add Strict option to RSpec/SharedContext to flag shared_context whenever it contains examples, even alongside setup code. (@​Darhazer)
  • Add NegatedMatcher configuration option RSpec/ExpectChange. (@​Darhazer)
  • Fix RSpec/MatchWithSimpleRegex to ignore regular expressions with interpolations. (@​bquorning)

RuboCop RSpec v3.10.0

  • Add new cop RSpec/MatchWithSimpleRegex to suggest include matcher when match is used with simple string literals without regex-specific features. (@​bquorning)
  • Add new cop RSpec/DiscardedMatcher to detect matchers in void context (e.g. missing .and between compound matchers). (@​ydakuka)
  • Add support for itblock nodes. (@​Darhazer)
  • RSpec/ScatteredLet now preserves the order of lets during auto-correction. (@​Darhazer)
  • Fix a false negative for RSpec/EmptyLineAfterFinalLet inside shared_examples / include_examples / it_behaves_like blocks. (@​Darhazer)
  • Fix a false positive for RSpec/ContainExactly when contain_exactly has multiple splat arguments. (@​ydah)
  • Add autocorrect support for RSpec/SubjectDeclaration. (@​eugeneius)
  • Fix false negatives for RSpec/SpecFilePathFormat when the expected class path only partially matches a path segment. (@​ydah)
  • Fix a false negative for RSpec/ExpectActual when the matcher takes no arguments (e.g. expect("foo").to be_present, expect(1).to be). (@​cvx)
Changelog

Sourced from rubocop-rspec's changelog.

3.10.2 (2026-06-06)

  • Fix false positives for RSpec/SpecFilePathFormat when CustomTransform maps a namespace to an empty string. ([@​sakuro])
  • Fix RSpec/MatchWithSimpleRegex to ignore regular expressions with options. ([@​bquorning])

3.10.1 (2026-06-05)

  • Add Strict option to RSpec/SharedContext to flag shared_context whenever it contains examples, even alongside setup code. ([@​Darhazer])
  • Add NegatedMatcher configuration option RSpec/ExpectChange. ([@​Darhazer])
  • Fix RSpec/MatchWithSimpleRegex to ignore regular expressions with interpolations. ([@​bquorning])

3.10.0 (2026-06-05)

  • Add new cop RSpec/MatchWithSimpleRegex to suggest include matcher when match is used with simple string literals without regex-specific features. ([@​bquorning])
  • Add new cop RSpec/DiscardedMatcher to detect matchers in void context (e.g. missing .and between compound matchers). ([@​ydakuka])
  • Add support for itblock nodes. ([@​Darhazer])
  • RSpec/ScatteredLet now preserves the order of lets during auto-correction. ([@​Darhazer])
  • Fix a false negative for RSpec/EmptyLineAfterFinalLet inside shared_examples / include_examples / it_behaves_like blocks. ([@​Darhazer])
  • Fix a false positive for RSpec/ContainExactly when contain_exactly has multiple splat arguments. ([@​ydah])
  • Add autocorrect support for RSpec/SubjectDeclaration. ([@​eugeneius])
  • Fix false negatives for RSpec/SpecFilePathFormat when the expected class path only partially matches a path segment. ([@​ydah])
  • Fix a false negative for RSpec/ExpectActual when the matcher takes no arguments (e.g. expect("foo").to be_present, expect(1).to be). ([@​cvx])
Commits
  • 2488441 Merge pull request #2189 from rubocop/release
  • c9e53cf Bump version to 3.10.2
  • 7ae0a42 Merge pull request #2186 from sakuro/fix/spec-file-path-format-empty-custom-t...
  • 8b0b5e9 Merge branch 'master' into fix/spec-file-path-format-empty-custom-transform
  • dc4465c Merge pull request #2188 from rubocop/fix-2185
  • d5de6b2 Consider regexp with options a non-simple regexp
  • bad0cb3 🐛 Fix RSpec/SpecFilePathFormat false positives when CustomTransform maps ...
  • ec3eeab Merge pull request #2183 from rubocop/fix-match-with-simple-regex-with-interp...
  • 16bbf49 Bump version to 3.10.1
  • 2a78abd Ignore interpolation in MatchWithSimpleRegex
  • Additional commits viewable in compare view

Updates aws-sdk-lambda from 1.181.0 to 1.185.0

Changelog

Sourced from aws-sdk-lambda's changelog.

1.185.0 (2026-06-22)

  • Feature - Add support for tagging Network Connector resources in AWS Lambda.

1.184.0 (2026-06-18)

  • Feature - Converging and fixing existing documentation gaps in Lambda SDK

1.183.0 (2026-06-02)

  • Feature - Adds configuration for tag propagation to Lambda-managed resources.

1.182.0 (2026-06-01)

  • Feature - Adding new BDD representation of endpoint ruleset
Commits

Updates aws-sdk-sqs from 1.115.0 to 1.116.0

Changelog

Sourced from aws-sdk-sqs's changelog.

1.116.0 (2026-06-02)

  • Feature - Adding new BDD representation of endpoint ruleset
Commits

Updates aws-sdk-cloudwatch from 1.138.0 to 1.140.0

Changelog

Sourced from aws-sdk-cloudwatch's changelog.

1.140.0 (2026-06-09)

  • Feature - This release adds the APIs (AssociateDatasetKmsKey, DisassociateDatasetKmsKey, GetDataset) to manage encryption at rest for OpenTelemetry metrics in CloudWatch using AWS KMS customer managed keys.

1.139.0 (2026-06-02)

  • Feature - Adding new BDD representation of endpoint ruleset
Commits

Updates aws-sdk-s3 from 1.224.0 to 1.226.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.226.0 (2026-06-16)

  • Feature - Added support for annotations. You can now attach up to 1000 annotations (up to 1 MB each) directly to objects and create, retrieve, list, and delete them using new annotation APIs. Also added support for configuring an annotation table in S3 Metadata.

  • Feature - Multipart copies now support tags_directive, annotations_directive, and metadata_directive options for controlling which source properties are copied to the destination.

  • Issue - Fix error when performing cross-region multipart copies with copy_source_region.

1.225.1 (2026-06-10)

  • Issue - Fix download_file single-request mode not writing to a temporary file when given a String/Pathname destination.

1.225.0 (2026-06-02)

  • Feature - Adding new BDD representation of endpoint ruleset
Commits

Updates async from 2.39.0 to 2.40.0

Release notes

Sourced from async's releases.

v2.40.0

  • Introduce Async::Condition#waiting_count. This allows you to see how many tasks are currently waiting on the condition, which can be useful for debugging and monitoring purposes.
Changelog

Sourced from async's changelog.

v2.40.0

  • Introduce Async::Condition#waiting_count. This allows you to see how many tasks are currently waiting on the condition, which can be useful for debugging and monitoring purposes.
Commits

Updates aws-partitions from 1.1253.0 to 1.1262.0

Changelog

Sourced from aws-partitions's changelog.

1.1262.0 (2026-06-22)

  • Feature - Added support for enumerating regions for Aws::LambdaMicrovms.

  • Feature - Added support for enumerating regions for Aws::LambdaCore.

1.1261.0 (2026-06-16)

  • Feature - Updated the partitions source data that determines the AWS service regions and endpoints.

1.1260.0 (2026-06-12)

  • Feature - Updated the partitions source data that determines the AWS service regions and endpoints.

1.1259.0 (2026-06-09)

  • Feature - Updated the partitions source data that determines the AWS service regions and endpoints.

1.1258.0 (2026-06-05)

  • Feature - Updated the partitions source data that determines the AWS service regions and endpoints.

1.1257.0 (2026-06-03)

  • Feature - Updated the partitions source data that determines the AWS service regions and endpoints.

1.1256.0 (2026-06-02)

  • Feature - Added support for enumerating regions for Aws::SagemakerJobRuntime.

1.1255.0 (2026-05-29)

  • Feature - Updated the partitions source data that determines the AWS service regions and endpoints.

1.1254.0 (2026-05-28)

  • Feature - Added support for enumerating regions for Aws::Resiliencehubv2.
Commits

Updates aws-sdk-core from 3.249.0 to 3.252.0

Changelog

Sourced from aws-sdk-core's changelog.

3.252.0 (2026-06-10)

  • Feature - Updated Aws::Signin::Client with the latest API changes.

  • Feature - AWS Sign-In now allows customers to control access to the AWS Management Console using resource-based policies. With this release customers can restrict console access based on network perimeters such as VPC IDs, VPC endpoints, and IP addresses.

3.251.0 (2026-06-02)

  • Feature - Adding new BDD representation of endpoint ruleset

3.250.0 (2026-05-28)

  • Feature - Adding new BDD representation of endpoint ruleset

  • Issue - Prevent unbounded recursion in CBOR decoder that could cause process termination on malformed responses.

Commits

Updates aws-sdk-kms from 1.128.0 to 1.129.0

Changelog

Sourced from aws-sdk-kms's changelog.

1.129.0 (2026-06-01)

  • Feature - Adding new BDD representation of endpoint ruleset
Commits

Updates console from 1.35.1 to 1.36.0

Release notes

Sourced from console's releases.

v1.36.0

  • Add a size_limit to Console::Format::Safe (default 16KiB) which rebuilds oversized records field-by-field, keeping as many top-level fields as fit within the limit.
  • Degraded fields are recorded in a truncated object that maps each field name to why it was truncated: true (dropped for size) or the error (the value could not be serialized directly and a safe representation was kept in its place).
  • Rename Console::Format::Safe's limit: to depth_limit: (with a deprecated limit: alias) to clarify its purpose alongside the new size_limit:.
Changelog

Sourced from console's changelog.

v1.36.0

  • Add a size_limit to Console::Format::Safe (default 16KiB) which rebuilds oversized records field-by-field, keeping as many top-level fields as fit within the limit.
  • Degraded fields are recorded in a truncated object that maps each field name to why it was truncated: true (dropped for size) or the error (the value could not be serialized directly and a safe representation was kept in its place).
  • Rename Console::Format::Safe's limit: to depth_limit: (with a deprecated limit: alias) to clarify its purpose alongside the new size_limit:.

v1.35.0

  • Fix handling of Errno::ENODEV errors when calculating the width of a terminal that was been re-opened to File::NULL.

v1.34.1

  • Add process_id to serialized output records for clarity (pid is still included for backwards compatibility).
    • Add object_id to serialized output records only when the subject is not a string or class/module.

v1.34.0

  • Allow Console::Compatible::Logger#add to accept **options.

v1.32.0

  • Add fiber_id to serialized output records to help identify which fiber logged the message.
  • Ractor support appears broken in older Ruby versions, so we now require Ruby 3.4 or later for Ractor compatibility, if you need Ractor support.

v1.31.0

Ractor compatibility.

The console library now works correctly with Ruby's Ractor concurrency model. Previously, attempting to use console logging within Ractors would fail with errors about non-shareable objects. This has been fixed by ensuring the default configuration is properly frozen.

# This now works without errors:
ractor = Ractor.new do
	require "console"
	Console.info("Hello from Ractor!")
	"Ractor completed successfully"
end
result = ractor.take
puts result # => 'Ractor completed successfully'

The fix is minimal and maintains full backward compatibility while enabling safe parallel logging across multiple Ractors.

Symbol log level compatibility.

Previously, returning symbols from custom log_level methods in configuration files would cause runtime errors like "comparison of Integer with :debug failed". This has been fixed to properly convert symbols to their corresponding integer values.

# config/console.rb - This now works correctly:
</tr></table> 

... (truncated)

Commits

Updates elastic-transport from 8.5.1 to 8.5.3

Release notes

Sourced from elastic-transport's releases.

v8.5.3

  • Locks oj development dependency to >= 3.17.3 due to CVE
  • Checks if @otel is defined
  • Removes outdated Oj code

v8.5.2

  • Minor refactor to curb implementation.
  • Updated yard development dependency to > 0.9.42.
  • Fix multi_json deprecation warnings. Some deprecations were introduced in multi_json 1.21.0. Pull Request: #112.
  • Reduced gem size. Pull Request: #114.
  • Addresses duplicate content-type header in Manticore. Pull Request: #115.
Commits
  • 31d0497 Bumps version to 8.5.3 and updates CHANGELOG
  • 59fa2db [CI] Updates GitHub Actions
  • fa27280 Locks oj development dependency to >= 3.17.3 due to CVE
  • d4733f9 Removes outdated Oj code
  • 602ae2e Checks if @​otel is defined
  • 2f4b0ce Bumps version to 8.5.2 and updates CHANGELOG
  • a86ebe7 [CI] Updates GitHub Actions
  • 0537f4f Fix multi_json deprecation warnings
  • 7eec945 Reduce gem size (#114)
  • 162be46 Refactors tests for content-type
  • Additional commits viewable in compare view

Updates elasticsearch-api from 9.4.0 to 9.4.3

Release notes

Sourced from elasticsearch-api's releases.

v9.4.3

  • Fixes header conflict when using Elasticsearch Serverless. Pull Request

v9.4.2

  • Fixes NoMethodError when Content-Type lacks compatible-with parameter. Pull Request
  • Updates elasticsearch-api, source code documentation for beta/experimental APIs.

v9.4.1

  • Updates elasticsearch-api to the latest Elasticsearch 9.4 specification.
  • Better handling of content-type headers when using Manticore and JRuby to avoid duplication.
Changelog

Sourced from elasticsearch-api's changelog.

9.4.3

  • Fixes header conflict when using Elasticsearch Serverless. Pull Request

9.4.2

  • Updates elasticsearch-api, source code documentation for beta/experimental APIs.
  • Fixes NoMethodError when Content-Type lacks compatible-with parameter. Pull Request

9.4.1

  • Updates elasticsearch-api to the latest Elasticsearch 9.4 specification.
  • Better handling of content-type headers when using Manticore and JRuby to avoid duplication.
Commits
  • b40cf88 Bumps version to 9.4.3 and updates CHANGELOG
  • 613b0dd Backports #2984 - Fixes header conflict on Serverless
  • b6bc5aa Bumps version to 9.4.2 and updates CHANGELOG
  • d045a6c [API] Generates 90feb8f8d
  • 962739f Fixes NoMethodError when Content-Type lacks compatible-with parameter
  • a5fd821 Bumps version to 9.4.1 and updates CHANGELOG
  • 241abdf [API] Generates 1bc1d4e50
  • See full diff in compare view

Updates google-protobuf from 4.35.0 to 4.35.1

Commits

Updates http-2 from 1.1.3 to 1.2.0

Changelog

Sourced from http-2's changelog.

1.2.0

Improvements

A lot of optimizations around reducing allocated objects, avoiding expensive frequent operations, and simpler data structures. A few highlights:

  • precompute huffman padding bytes.
  • use String#bytesplice (when available) to save an intermediate string in buffer ops.
  • bookkeep header dynamic table offsets to improve lookups.
  • streams recently closed: use Hash#delete_if with early break instead of Hash#delete_while to avoid intermediate hash.
  • Store frame flags as integers instead of arrays of symbols in frame hashes.
    • NOTE: while frame hashes are an internal representation, they get exposed via :frame_received or :frame_sent callbacks. in case you're relying on the :flags field, you'll have to adapt your code accordingly.
Commits
  • e42ee74 Merge pull request #190 from HoneyryderChuck/opts
  • bec2bc4 bump version to 1.2.0
  • 3e2ee88 set minimum coverage on merge
  • 54a5bf1 remove extra local pending setting
  • f6d7d09 only post simplecov results if working from the main repo
  • 518582a turn off typecheck when running h2spec
  • 2bc6cbe make sure a string is returned.
  • ab55a71 frame buffer: forego allocation of intermediate string while parittioning max...
  • fac31e7 use Hash#delete_if instead of Hash#delete_while for streams-recently-closed m...
  • 04d110e create continuation frame hash instead of merging with headers
  • Additional commits viewable in compare view

Updates i18n from 1.14.8 to 1.15.2

Release notes

Sourced from i18n's releases.

v1.15.2

What's Changed

Full Changelog: ruby-i18n/i18n@v1.15.1...v1.15.2

v1.15.1

What's Changed

New Contributors

Full Changelog: ruby-i18n/i18n@v1.15.0...v1.15.1

v1.15.0

What's Changed

New Contributors

Full Changelog: ruby-i18n/i18n@v1.14.8...v1.15.0

Commits

Updates io-event from 1.16.1 to 1.16.4

Release notes

Sourced from io-event's releases.

v1.16.4

  • Correctly implement Interrupt#signal so that it is robust enough to be called by Scheduler#unblock.

v1.16.3

  • Handle IOError raised while shutting down the pure Ruby interrupt pipe, so IO::Event::Interrupt#close does not leak expected shutdown errors from the interrupt fiber.

v1.16.2

  • Improve timer heap performance by batching scheduled timer insertion, compacting cancelled timers during flush, and avoiding unnecessary heap rebuilds for small incremental inserts.
Changelog

Sourced from io-event's changelog.

v1.16.4

  • Correctly implement Interrupt#signal so that it is robust enough to be called by Scheduler#unblock.

v1.16.3

  • Handle IOError raised while shutting down the pure Ruby interrupt pipe, so IO::Event::Interrupt#close does not leak expected shutdown errors from the interrupt fiber.

v1.16.2

  • Improve timer heap performance by batching scheduled timer insertion, compacting cancelled timers during flush, and avoiding unnecessary heap rebuilds for small incremental inserts.
Commits

Updates pp from 0.6.3 to 0.6.4

Release notes

Sourced from pp's releases.

v0.6.4

What's Changed

New Contributors

Full Changelog: ruby/pp@v0.6.3...v0.6.4

Commits
  • 29552e8 v0.6.4
  • e08d84c Exclude dependabot updates from release note
  • 91079ce Merge pull request #87 from ruby/dependabot/github_actions/rubygems/release-g...
  • a39f73e Bump rubygems/release-gem from 1.2.0 to 1.4.0
  • 5a688e4 Merge pull request #86 from ruby/dependabot/github_actions/step-security/hard...
  • d649a95 Bump step-security/harden-runner from 2.19.3 to 2.19.4
  • 54a425d Merge pull request #85 from ruby/dependabot/github_actions/step-security/hard...
  • 34941a3 Bump step-security/harden-runner from 2.19.1 to 2.19.3
  • 670c8c0 Merge pull request #84 from ruby/dependabot/github_actions/step-security/hard...
  • bd8165d Bump step-security/harden-runner from 2.19.0 to 2.19.1
  • Additional commits viewable in compare view

Updates psych from 5.3.1 to 5.4.0

Commits
  • f7066d8 v5.4.0
  • 6201ae1 Round the io_reader clamp down to a character boundary
  • 99ecd94 Clamp io_reader copy to libyaml's buffer size
  • 7a73514 Merge pull request #794 from ruby/dependabot/github_actions/step-security/har...
  • cada6bb Bump step-security/harden-runner from 2.19.3 to 2.19.4
  • c06a2c5 Merge pull request #793 from ruby/dependabot/github_actions/step-security/har...
  • 4a7ca7e Bump step-security/harden-runner from 2.19.1 to 2.19.3
  • 790494a Merge pull request #792 from ruby/dependabot/github_actions/step-security/har...
  • 16d8518 Bump step-security/harden-runner from 2.19.0 to 2.19.1
  • 1366654 Bump step-security/harden-runner from 2.17.0 to 2.19.0
  • Additional commits viewable in compare view

Updates sass-embedded from 1.100.0 to 1.101.0

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
rubocop-rspec [>= 3.6.a, < 3.7]
rubocop-rspec [>= 3.5.a, < 3.6]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the most-gems group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [httpx](https://gitlab.com/os85/httpx) | `1.7.8` | `1.8.0` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.9.0` | `3.10.2` |
| [aws-sdk-lambda](https://github.com/aws/aws-sdk-ruby) | `1.181.0` | `1.185.0` |
| [aws-sdk-sqs](https://github.com/aws/aws-sdk-ruby) | `1.115.0` | `1.116.0` |
| [aws-sdk-cloudwatch](https://github.com/aws/aws-sdk-ruby) | `1.138.0` | `1.140.0` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.224.0` | `1.226.0` |
| [async](https://github.com/socketry/async) | `2.39.0` | `2.40.0` |
| [elastic-transport](https://github.com/elastic/elastic-transport-ruby) | `8.5.1` | `8.5.3` |
| [elasticsearch-api](https://github.com/elastic/elasticsearch-ruby) | `9.4.0` | `9.4.3` |
| [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.35.0` | `4.35.1` |
| [i18n](https://github.com/ruby-i18n/i18n) | `1.14.8` | `1.15.2` |
| [pp](https://github.com/ruby/pp) | `0.6.3` | `0.6.4` |
| [psych](https://github.com/ruby/psych) | `5.3.1` | `5.4.0` |
| [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby) | `1.100.0` | `1.101.0` |



Updates `httpx` from 1.7.8 to 1.8.0
- [Commits](https://gitlab.com/os85/httpx/compare/v1.7.8...v1.8.0)

Updates `rubocop-rspec` from 3.9.0 to 3.10.2
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v3.9.0...v3.10.2)

Updates `aws-sdk-lambda` from 1.181.0 to 1.185.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-lambda/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-sqs` from 1.115.0 to 1.116.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-sqs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-cloudwatch` from 1.138.0 to 1.140.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-cloudwatch/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-s3` from 1.224.0 to 1.226.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-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `async` from 2.39.0 to 2.40.0
- [Release notes](https://github.com/socketry/async/releases)
- [Changelog](https://github.com/socketry/async/blob/main/releases.md)
- [Commits](socketry/async@v2.39.0...v2.40.0)

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

Updates `aws-sdk-core` from 3.249.0 to 3.252.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-core/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-kms` from 1.128.0 to 1.129.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-kms/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `console` from 1.35.1 to 1.36.0
- [Release notes](https://github.com/socketry/console/releases)
- [Changelog](https://github.com/socketry/console/blob/main/releases.md)
- [Commits](socketry/console@v1.35.1...v1.36.0)

Updates `elastic-transport` from 8.5.1 to 8.5.3
- [Release notes](https://github.com/elastic/elastic-transport-ruby/releases)
- [Changelog](https://github.com/elastic/elastic-transport-ruby/blob/main/CHANGELOG.md)
- [Commits](elastic/elastic-transport-ruby@v8.5.1...v8.5.3)

Updates `elasticsearch-api` from 9.4.0 to 9.4.3
- [Release notes](https://github.com/elastic/elasticsearch-ruby/releases)
- [Changelog](https://github.com/elastic/elasticsearch-ruby/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-ruby@v9.4.0...v9.4.3)

Updates `google-protobuf` from 4.35.0 to 4.35.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `http-2` from 1.1.3 to 1.2.0
- [Release notes](https://github.com/igrigorik/http-2/releases)
- [Changelog](https://github.com/igrigorik/http-2/blob/main/CHANGELOG.md)
- [Commits](igrigorik/http-2@v1.1.3...v1.2.0)

Updates `i18n` from 1.14.8 to 1.15.2
- [Release notes](https://github.com/ruby-i18n/i18n/releases)
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
- [Commits](ruby-i18n/i18n@v1.14.8...v1.15.2)

Updates `io-event` from 1.16.1 to 1.16.4
- [Release notes](https://github.com/socketry/io-event/releases)
- [Changelog](https://github.com/socketry/io-event/blob/main/releases.md)
- [Commits](socketry/io-event@v1.16.1...v1.16.4)

Updates `pp` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/ruby/pp/releases)
- [Commits](ruby/pp@v0.6.3...v0.6.4)

Updates `psych` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/ruby/psych/releases)
- [Commits](ruby/psych@v5.3.1...v5.4.0)

Updates `sass-embedded` from 1.100.0 to 1.101.0
- [Commits](sass-contrib/sass-embedded-host-ruby@v1.100.0...v1.101.0)

---
updated-dependencies:
- dependency-name: httpx
  dependency-version: 1.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: rubocop-rspec
  dependency-version: 3.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: aws-sdk-lambda
  dependency-version: 1.185.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: aws-sdk-sqs
  dependency-version: 1.116.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: aws-sdk-cloudwatch
  dependency-version: 1.140.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: aws-sdk-s3
  dependency-version: 1.226.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: async
  dependency-version: 2.40.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: aws-partitions
  dependency-version: 1.1262.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: aws-sdk-core
  dependency-version: 3.252.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: aws-sdk-kms
  dependency-version: 1.129.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: console
  dependency-version: 1.36.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: elastic-transport
  dependency-version: 8.5.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: most-gems
- dependency-name: elasticsearch-api
  dependency-version: 9.4.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: most-gems
- dependency-name: google-protobuf
  dependency-version: 4.35.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: most-gems
- dependency-name: http-2
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: i18n
  dependency-version: 1.15.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: io-event
  dependency-version: 1.16.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: most-gems
- dependency-name: pp
  dependency-version: 0.6.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: most-gems
- dependency-name: psych
  dependency-version: 5.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: sass-embedded
  dependency-version: 1.101.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: most-gems
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 2, 2026
@dependabot dependabot Bot requested a review from BrianSigafoos-SQ as a code owner July 2, 2026 15:26
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 2, 2026
@dependabot dependabot Bot requested review from bsorbo and jwils as code owners July 2, 2026 15:26
@dependabot dependabot Bot added the ruby Pull requests that update Ruby code label Jul 2, 2026
github-actions Bot and others added 2 commits July 2, 2026 15:29
elastic-transport 8.5.2+ crashes with `NoMethodError: undefined method
'version' for nil` when gems are loaded without RubyGems activation
(e.g. under `bundle install --standalone`, which
`script/ci_parts/run_specs_file_by_file` uses): its JSON serializer
consults `Gem.loaded_specs['multi_json']`, which is only populated by
gem activation. Pin to 8.5.1 until it's fixed upstream.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant