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 other group with 4 updates #1124

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2024

Bumps the other group with 4 updates: github.com/aws/aws-sdk-go, github.com/moby/spdystream, github.com/urfave/cli/v2 and github.com/xrash/smetrics.

Updates github.com/aws/aws-sdk-go from 1.55.1 to 1.55.2

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.2 (2024-07-24)

Service Client Updates

  • service/cleanrooms: Updates service API and documentation
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • DynamoDB doc only update for July
  • service/iotsitewise: Updates service API and documentation
  • service/mediapackagev2: Updates service API
  • service/medical-imaging: Updates service API and documentation
  • service/pinpoint-sms-voice-v2: Updates service API and documentation

SDK Bugs

  • Add missing bool error matching.
    • This enables waiters defined to match on presence/absence of errors.
Commits

Updates github.com/moby/spdystream from 0.4.0 to 0.5.0

Release notes

Sourced from github.com/moby/spdystream's releases.

[v0.5.0] Avoid leaking timeout timer channels and update github actions

What's Changed

Full Changelog: moby/spdystream@v0.4.0...v0.5.0

Commits
  • 77eb080 Merge pull request #101 from liggitt/close-leak
  • 93aa56f Merge pull request #102 from thaJeztah/refresh_gha
  • 0aeabbd gha: test against go1.13 (oldest), go1.21 and go1.22
  • fe02cdd gha: update to actions/setup-go@v5
  • e973431 gha: update to actions/checkout@v4
  • 3f1023d Shorten timeout for unhandled error to 1 second
  • ad82e28 Avoid leaking timeout timer channels
  • 7ebd9df Merge pull request #100 from thaJeztah/remove_gosum
  • cb11f46 remove empty go.sum
  • See full diff in compare view

Updates github.com/urfave/cli/v2 from 2.27.2 to 2.27.3

Release notes

Sourced from github.com/urfave/cli/v2's releases.

v2.27.3

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.27.2...v2.27.3

Commits
  • a4832fd Merge pull request #1947 from caeret/v2-maint
  • 2400a85 Run make generate
  • a5546ad Fix improper whitespace formatting in usageTemplate, AppHelpTemplate and Subc...
  • 84c536d Merge pull request #1938 from suzuki-shunsuke/v2-fix-shell-completion-with-do...
  • f72fa77 fix: disable bash completion if double dash is included in arguments
  • 8e2384c Merge pull request #1911 from elezar/bump-github.com/xrash/smetrics
  • e6c679a Bump github.com/xrash/smetrics dependency
  • da85d0c Merge pull request #1910 from sj14/sj/default-arg-value
  • 1ba9751 Docs: Mention value from env as default value
  • See full diff in compare view

Updates github.com/xrash/smetrics from 0.0.0-20240312152122-5f08fbb34913 to 0.0.0-20240521201337-686a1a2994c1

Commits

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 other group with 4 updates: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go), [github.com/moby/spdystream](https://github.com/moby/spdystream), [github.com/urfave/cli/v2](https://github.com/urfave/cli) and [github.com/xrash/smetrics](https://github.com/xrash/smetrics).


Updates `github.com/aws/aws-sdk-go` from 1.55.1 to 1.55.2
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.55.1...v1.55.2)

Updates `github.com/moby/spdystream` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/moby/spdystream/releases)
- [Commits](moby/spdystream@v0.4.0...v0.5.0)

Updates `github.com/urfave/cli/v2` from 2.27.2 to 2.27.3
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.27.2...v2.27.3)

Updates `github.com/xrash/smetrics` from 0.0.0-20240312152122-5f08fbb34913 to 0.0.0-20240521201337-686a1a2994c1
- [Commits](https://github.com/xrash/smetrics/commits)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: github.com/moby/spdystream
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/urfave/cli/v2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: github.com/xrash/smetrics
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: other
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 25, 2024
@dependabot dependabot bot requested a review from Hsn723 July 25, 2024 03:59
@mergify mergify bot merged commit d75f4b8 into master Jul 25, 2024
9 checks passed
@mergify mergify bot deleted the dependabot/go_modules/other-8e152067d6 branch July 25, 2024 04:04
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants