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 backend group with 4 updates #2

Merged
merged 1 commit into from
Dec 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2024

Bumps the backend group with 4 updates: github.com/kkdai/youtube/v2, github.com/pion/rtp, github.com/pion/webrtc/v4 and github.com/stretchr/testify.

Updates github.com/kkdai/youtube/v2 from 2.10.1 to 2.10.2

Release notes

Sourced from github.com/kkdai/youtube/v2's releases.

v2.10.2

Changelog

  • 207c91bf7f4f7cda183370da1cc970c0f63b396e Fix composite download deletion (#332)
  • 9f989656c08ae35f00f5d2894eb1373bc1a80311 feat(client): add iOS client and fix video download issue
  • 49f650404aac64c796f0d2edc6fea03035d4df5e Update dependencies
  • 5c2839f0860cd0ff57655335a0ad9ec1cc17c453 Bump Go version
  • d257b739155660da6358b7e72fabf34bd9ab622f Handle status code correctly
  • 23aa415a67479586129084478367c7478ec45878 Fix bad duration flag for linter
  • 1dcbfa40262ff6c422905b87c75b637e9963626d Use different 404 test url
Commits

Updates github.com/pion/rtp from 1.8.9 to 1.8.10

Release notes

Sourced from github.com/pion/rtp's releases.

v1.8.10

Changelog

  • cd52e6b52de3da14e11250a3f202c5eefe057c99 Export min and max delay in header extension
  • f08de1ec648e8e2ea3e9ca28c36be98526421eea Zero out PaddingSize on Packet.Unmarshal
  • a21194ecfb5362261a0dc4af1f68e4a8944df345 Update go.mod version to 1.20
  • c442fc82cc1be9b9eda1e3d98179142a4810f6d3 Update CI configs to v0.11.15
  • 4aac9829f06c01901fdde9870d68c24611e29ce2 Fix rare SRTP loss decode failure
Commits
  • cd52e6b Export min and max delay in header extension
  • f08de1e Zero out PaddingSize on Packet.Unmarshal
  • a21194e Update go.mod version to 1.20
  • c442fc8 Update CI configs to v0.11.15
  • 4aac982 Fix rare SRTP loss decode failure
  • See full diff in compare view

Updates github.com/pion/webrtc/v4 from 4.0.1 to 4.0.7

Release notes

Sourced from github.com/pion/webrtc/v4's releases.

v4.0.7

Changelog

Full Changelog: pion/webrtc@v4.0.6...v4.0.7

v4.0.6

Changelog

  • 9cfda8be16c52f7de373a30d2ca5c7f2c654391d Add EnableDataChannelBlockWrite to SettingEngine
  • 6a3f35505c1048249fab0a0c0a7ad0a1698c6d06 Update module github.com/pion/rtcp to v1.2.15
  • 9eee2cc038ee935604937d396251c46ec0cf95b1 Remove stopped member from RTPTransceiver
  • 2585a2fd03ba3d3b2cb94c3d705228340ac1e77d Improve the documentation of NewPeerConnection
  • cbe660b7133defb98211590af2314a90d21278c9 Use intersection of codecs to generate rtcp-fb
  • 1c4bc798fe759e77a98589655f29e353de4698df Improve DataChannel.Detach() docstring
  • 233526d67171e6efe4b65683e3c302d2e7bb5116 Update module github.com/pion/datachannel to v1.5.10

v4.0.5

Changelog

  • 8e2c8682de1d68b32baad9999d762fd93eee6e9b Add option to disable close by dtls

v4.0.4

Changelog

  • 2553783e53d96c1e3353274e1ab41ce22c6fa06e Fix nil rtcpInterceptor on track.Bind

v4.0.3

Changelog

  • f8294e0ee692e2addd3467a33a96263b90533bda Update module github.com/pion/ice/v4 to v4.0.3
  • 345d574c36f50c20898a184378ac664b96f5c36d Update SettingEngine to use named return values
  • 7c76e0907b55e9cc226eb52748186c6161b7b235 Update module github.com/stretchr/testify to v1.10.0
  • 141144f1c338368970a519ed78dafbd2ad4234f2 Update module github.com/pion/sctp to v1.8.34

v4.0.2

Changelog

  • 2fd3640fa3e394aa65cd22447349bdad76c26844 Only collect single fingerprints/ICE credentials
  • 363e017709d856f5843ccc354b25c3e4a71e52f2 Update module github.com/pion/dtls/v3 to v3.0.4
  • 8c06e02690fd41a8cbdf0f9db13115e82cb1208b Update module golang.org/x/net to v0.30.0
  • e53cbc423a41babfc4da69af404e61228cce4e48 Fix race when closing ICE Transport
  • ae893170883e489b92af8a7535d2ff7ff4af4b8c Test that NULL Protection Profile is disabled
  • 271ab556c8a42e21ca49d18e5b046d9031367c86 Add WithPayloader to TrackLocalStatic
Commits
  • 3f246fd Close interceptor after PeerConnection is closed
  • b82306a Fix detached datachannels handling
  • fbf79c1 Update module github.com/pion/rtp to v1.8.10
  • 9cfda8b Add EnableDataChannelBlockWrite to SettingEngine
  • 6a3f355 Update module github.com/pion/rtcp to v1.2.15
  • 9eee2cc Remove stopped member from RTPTransceiver
  • 2585a2f Improve the documentation of NewPeerConnection
  • cbe660b Use intersection of codecs to generate rtcp-fb
  • 1c4bc79 Improve DataChannel.Detach() docstring
  • 233526d Update module github.com/pion/datachannel to v1.5.10
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • 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 backend group with 4 updates: [github.com/kkdai/youtube/v2](https://github.com/kkdai/youtube), [github.com/pion/rtp](https://github.com/pion/rtp), [github.com/pion/webrtc/v4](https://github.com/pion/webrtc) and [github.com/stretchr/testify](https://github.com/stretchr/testify).


Updates `github.com/kkdai/youtube/v2` from 2.10.1 to 2.10.2
- [Release notes](https://github.com/kkdai/youtube/releases)
- [Changelog](https://github.com/kkdai/youtube/blob/master/.goreleaser.yml)
- [Commits](kkdai/youtube@v2.10.1...v2.10.2)

Updates `github.com/pion/rtp` from 1.8.9 to 1.8.10
- [Release notes](https://github.com/pion/rtp/releases)
- [Changelog](https://github.com/pion/rtp/blob/master/.goreleaser.yml)
- [Commits](pion/rtp@v1.8.9...v1.8.10)

Updates `github.com/pion/webrtc/v4` from 4.0.1 to 4.0.7
- [Release notes](https://github.com/pion/webrtc/releases)
- [Changelog](https://github.com/pion/webrtc/blob/master/.goreleaser.yml)
- [Commits](pion/webrtc@v4.0.1...v4.0.7)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/kkdai/youtube/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: github.com/pion/rtp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: github.com/pion/webrtc/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
...

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 Dec 29, 2024
@github-actions github-actions bot merged commit d73ba4a into main Dec 29, 2024
0 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/backend-9beb009c82 branch December 29, 2024 21:26
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