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 ruby-production-dependencies group with 6 updates #4115

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2024

Bumps the ruby-production-dependencies group with 6 updates:

Package From To
httpx 1.2.4 1.2.5
aws-partitions 1.928.0 1.929.0
aws-sdk-core 3.196.0 3.196.1
aws-sdk-s3 1.150.0 1.151.0
reline 0.5.6 0.5.7
zeitwerk 2.6.13 2.6.14

Updates httpx from 1.2.4 to 1.2.5

Commits
  • 423f051 bump version to 1.2.5
  • d82008d Merge branch 'fix-stream-plugin' into 'master'
  • 19f4657 reduce payload size in timeout test
  • 713887c reordered connection init inn case the uri is not an HTTP uri
  • a3cfcc7 stream plugin: reverted back to yielding buffered payloads for streamed respo...
  • 0f43150 Merge branch 'gh-47' into 'master'
  • 9d03dab missing require for uri lib
  • 7e7c065 upgrade test datadog to v2 beta
  • 8315741 response cache plugin: merge headers from cached response
  • 461dac0 response cache plugin: fix to use correct last-modified header
  • See full diff in compare view

Updates aws-partitions from 1.928.0 to 1.929.0

Changelog

Sourced from aws-partitions's changelog.

1.929.0 (2024-05-14)

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

Updates aws-sdk-core from 3.196.0 to 3.196.1

Changelog

Sourced from aws-sdk-core's changelog.

3.196.1 (2024-05-14)

  • Issue - Fix ConnectionPool for .empty! and .clear! since it prevented adding a new key from being added to the pool (#3020).
Commits

Updates aws-sdk-s3 from 1.150.0 to 1.151.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.151.0 (2024-05-14)

  • Feature - Updated a few x-id in the http uri traits
Commits

Updates reline from 0.5.6 to 0.5.7

Release notes

Sourced from reline's releases.

v0.5.7

What's Changed

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

Full Changelog: ruby/reline@v0.5.6...v0.5.7

Commits

Updates zeitwerk from 2.6.13 to 2.6.14

Changelog

Sourced from zeitwerk's changelog.

2.6.14 (14 May 2024)

  • Implements Zeitwerk::Loader#all_expected_cpaths, which returns a hash that maps the absolute paths of the files and directories managed by the receiver to their corresponding expected constant paths.

    Please, check its documentation for further details.

Commits
  • 4e67937 Ready for 2.6.14
  • 34c967c Restore the original Zeitwerk::NameError message
  • 30f80cc Documentation tweaks
  • 8d0b8a5 Document Zeitwerk::Loader#all_expected_cpaths
  • 20ac160 Exclude macOS/2.5 from CI matrix
  • 9d4d7a9 Standardize breadth-first loops
  • 7baa17a Let the ls helper yield the file type too
  • 57106d5 Implements Zeitwerk::Loader#all_expected_paths
  • 949faba Fix indentation
  • 36e44fc Add a test for Zeitwerk::NameError
  • 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-production-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [httpx](https://gitlab.com/os85/httpx) | `1.2.4` | `1.2.5` |
| [aws-partitions](https://github.com/aws/aws-sdk-ruby) | `1.928.0` | `1.929.0` |
| [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) | `3.196.0` | `3.196.1` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.150.0` | `1.151.0` |
| [reline](https://github.com/ruby/reline) | `0.5.6` | `0.5.7` |
| [zeitwerk](https://github.com/fxn/zeitwerk) | `2.6.13` | `2.6.14` |


Updates `httpx` from 1.2.4 to 1.2.5
- [Commits](https://gitlab.com/os85/httpx/compare/v1.2.4...v1.2.5)

Updates `aws-partitions` from 1.928.0 to 1.929.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.196.0 to 3.196.1
- [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-s3` from 1.150.0 to 1.151.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 `reline` from 0.5.6 to 0.5.7
- [Release notes](https://github.com/ruby/reline/releases)
- [Commits](ruby/reline@v0.5.6...v0.5.7)

Updates `zeitwerk` from 2.6.13 to 2.6.14
- [Changelog](https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md)
- [Commits](fxn/zeitwerk@v2.6.13...v2.6.14)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-production-dependencies
- dependency-name: aws-partitions
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-production-dependencies
- dependency-name: aws-sdk-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-production-dependencies
- dependency-name: aws-sdk-s3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-production-dependencies
- dependency-name: reline
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-production-dependencies
- dependency-name: zeitwerk
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependency fix ruby Pull requests that update Ruby code labels May 15, 2024
@texpert texpert merged commit 8611e19 into main May 15, 2024
4 checks passed
@texpert texpert deleted the dependabot/bundler/ruby-production-dependencies-71f72ca14a branch May 15, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency fix ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant