Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the ruby-deps group with 6 updates:

Package From To
rake 13.3.0 13.3.1
aws-sdk-s3 1.199.1 1.202.0
aws-partitions 1.1168.0 1.1179.0
aws-sdk-core 3.233.0 3.236.0
aws-sdk-kms 1.113.0 1.116.0
bigdecimal 3.2.3 3.3.1

Updates rake from 13.3.0 to 13.3.1

Commits
  • f0001c3 v13.3.1
  • a644c80 Merge pull request #483 from luke-gru/fix_test_warnings
  • 2465ea5 silence warnings during execution of rake tasks in Rakefile (ex: rake test)
  • df25fb1 Merge pull request #610 from pvdb/fix_testhelper_require
  • ec12ac9 Merge pull request #635 from nevans/deconstruct_keys-for-nil-keys
  • 4664a69 Merge pull request #666 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 7a0bf15 Bump ruby/setup-ruby from 1.265.0 to 1.266.0
  • b3ed789 Merge pull request #665 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 1e7ef52 Bump ruby/setup-ruby from 1.263.0 to 1.265.0
  • 77225e1 Merge pull request #664 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • Additional commits viewable in compare view

Updates aws-sdk-s3 from 1.199.1 to 1.202.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.202.0 (2025-10-28)

  • Feature - Amazon Simple Storage Service / Features: Add conditional writes in CopyObject on destination key to prevent unintended object modifications.

1.201.0 (2025-10-21)

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

  • Issue - Fix multipart upload to respect request_checksum_calculation when_required mode.

1.200.0 (2025-10-15)

  • Feature - Add lightweight thread pool executor for multipart download_file, upload_file and upload_stream.

  • Feature - Add custom executor support for Aws::S3::TransferManager.

Commits

Updates aws-partitions from 1.1168.0 to 1.1179.0

Changelog

Sourced from aws-partitions's changelog.

1.1179.0 (2025-10-30)

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

1.1178.0 (2025-10-28)

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

1.1177.0 (2025-10-24)

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

1.1176.0 (2025-10-23)

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

1.1175.0 (2025-10-22)

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

1.1174.0 (2025-10-17)

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

1.1173.0 (2025-10-15)

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

1.1172.0 (2025-10-10)

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

1.1171.0 (2025-10-09)

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

1.1170.0 (2025-10-08)

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

... (truncated)

Commits

Updates aws-sdk-core from 3.233.0 to 3.236.0

Changelog

Sourced from aws-sdk-core's changelog.

3.236.0 (2025-10-30)

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

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

  • Feature - Update endpoint ruleset parameters casing

3.235.0 (2025-10-24)

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

  • Feature - Update endpoint ruleset parameters casing

3.234.0 (2025-10-21)

  • Issue - Fix request_checksum_calculation when_required mode to only calculate checksums when explicitly provided by user.

  • Feature - Add CREDENTIALS_CODE metric for static_profile_ prefixed methods in default credential chain.

Commits

Updates aws-sdk-kms from 1.113.0 to 1.116.0

Changelog

Sourced from aws-sdk-kms's changelog.

1.116.0 (2025-10-30)

  • Feature - Add cross account VPC endpoint service connectivity support to CustomKeyStore.

1.115.0 (2025-10-21)

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

1.114.0 (2025-10-16)

  • Feature - Update endpoint ruleset parameters casing
Commits

Updates bigdecimal from 3.2.3 to 3.3.1

Release notes

Sourced from bigdecimal's releases.

v3.3.1

What's Changed

Full Changelog: ruby/bigdecimal@v3.3.0...v3.3.1

v3.3.0

What's Changed

New Contributors

Full Changelog: ruby/bigdecimal@v3.2.3...v3.3.0

Changelog

Sourced from bigdecimal's changelog.

3.3.1

  • All BigMath methods converts non integer precision with to_int

    @​tompng

3.3.0

Commits
  • 2d932f4 Bump version to 3.3.1 (#443)
  • 8f34991 Unify all precision validation to be consistent with BigDecimal#add (#442)
  • a831065 Fix modulo/remainder of negative zero (#441)
  • 0aa97bb Bump version to 3.3.0 (#437)
  • f718178 Fix precision of x.power(y, prec) when the result is nearly infinity (#439)
  • a267ca7 Improve performance of x**y when y is a huge value (#438)
  • cb2458b Add newline at EOF [ci skip]
  • d93b542 Make internal BigMath method a private method (#432)
  • f107735 Merge pull request #431 from ruby/dependabot/github_actions/step-security/har...
  • 6682fd8 Bump step-security/harden-runner from 2.13.0 to 2.13.1
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 ruby-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [rake](https://github.com/ruby/rake) | `13.3.0` | `13.3.1` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.199.1` | `1.202.0` |
| [aws-partitions](https://github.com/aws/aws-sdk-ruby) | `1.1168.0` | `1.1179.0` |
| [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) | `3.233.0` | `3.236.0` |
| [aws-sdk-kms](https://github.com/aws/aws-sdk-ruby) | `1.113.0` | `1.116.0` |
| [bigdecimal](https://github.com/ruby/bigdecimal) | `3.2.3` | `3.3.1` |


Updates `rake` from 13.3.0 to 13.3.1
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.3.0...v13.3.1)

Updates `aws-sdk-s3` from 1.199.1 to 1.202.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 `aws-partitions` from 1.1168.0 to 1.1179.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.233.0 to 3.236.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.113.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-kms/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `bigdecimal` from 3.2.3 to 3.3.1
- [Release notes](https://github.com/ruby/bigdecimal/releases)
- [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md)
- [Commits](ruby/bigdecimal@v3.2.3...v3.3.1)

---
updated-dependencies:
- dependency-name: rake
  dependency-version: 13.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: aws-sdk-s3
  dependency-version: 1.202.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: aws-partitions
  dependency-version: 1.1179.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: aws-sdk-core
  dependency-version: 3.236.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: aws-sdk-kms
  dependency-version: 1.116.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: bigdecimal
  dependency-version: 3.3.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 1, 2025
@chadlwilson chadlwilson merged commit e8882a7 into master Nov 1, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/bundler/ruby-deps-2f515f2c67 branch November 1, 2025 06:13
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.

2 participants