Skip to content

ytm: bump the all-packages group across 1 directory with 4 updates#191

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/ytm/master/all-packages-1d1516b8d6
Open

ytm: bump the all-packages group across 1 directory with 4 updates#191
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/ytm/master/all-packages-1d1516b8d6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-packages group with 4 updates in the /ytm directory: ytmusicapi, certifi, greenlet and idna.

Updates ytmusicapi from 1.12.0 to 1.12.1

Release notes

Sourced from ytmusicapi's releases.

v1.12.1

🐞 Fixes

New Contributors

Full Changelog: sigma67/ytmusicapi@1.12.0...1.12.1

Commits
  • ee8aea2 conquer the flaky tests once and for all (#940)
  • a082bfa fix(oauth): tolerate unexpected token fields when loading saved oauth.json (#...
  • 4208fe2 default search: fix itemSection parsing (#939)
  • 63d0d46 get_watch_playlist: fix KeyError when Comments tab is returned (#936)
  • eef3a38 build(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 (#934)
  • 3cf7a68 search: return categories as strings instead of run dicts (#937)
  • 73a38df fix - parse all of artist description runs instead of just the first one (#895)
  • e6773f2 fix - search parse logic does not detect number of videos correctly (#924)
  • 21a48eb fix(oauth): Handle refresh token expiry field (#927)
  • d07f542 fix get explore test (#928)
  • Additional commits viewable in compare view

Updates certifi from 2026.4.22 to 2026.5.20

Commits

Updates greenlet from 3.5.0 to 3.5.1

Changelog

Sourced from greenlet's changelog.

3.5.1 (2026-05-20)

  • Add preliminary support for Python 3.15b1. This has not been reviewed by CPython core developers, but all tests pass. Binary wheels of this version won't work on earlier Python 3.15 builds and may not work on later 3.15 builds.
  • Fix the discrepancy in the way the two getcurrent APIs behave during greenlet teardown. One API (the C API used by, e.g., gevent) raised a RuntimeError; the other (the Python greenlet.getcurrent API) returned None. This second way is incompatible with greenlet's type annotations, so greenlet.getcurrent now raises a RuntimeError as well.
Commits
  • b5e5fc4 Preparing release 3.5.1
  • c8e1774 Tweak wording in CHANGES about greenlet.getcurrent.
  • 7fb10c5 Merge pull request #510 from python-greenlet/315
  • 9718ce5 Add Py 3.15; make both API versions of getcurrent() consistent in raising Run...
  • 276e08a Merge pull request #509 from python-greenlet/dependabot/github_actions/github...
  • 32b0ad6 Bump pypa/gh-action-pypi-publish in the github-actions group
  • 173b692 Back to development: 3.5.1
  • See full diff in compare view

Updates idna from 3.15 to 3.18

Changelog

Sourced from idna's changelog.

3.18 (2026-06-02)

  • When decoding a domain, add a display argument that will pass through invalid labels rather than raising an exception.

3.17 (2026-05-28)

  • Substantial 75% reduction in memory usage through new data structures and some optimization in processing speed.
  • Added a general 1024-character input length cap to the public validation, conversion, and codec entry points. This is well above any legitimate domain or label and guards against pathological inputs.

3.16 (2026-05-22)

  • Add a command-line interface (python -m idna, also available as the idna script). Encodes or decodes one or more domains supplied as arguments or on standard input, with options to select A-label or U-label output and control error handling.
  • Raise the minimum supported Python version to 3.9
  • Various code quality improvements
Commits
  • f39ea90 Release 3.18
  • 40f4e40 Pre-release 3.18rc0
  • 1a5bf80 Merge pull request #253 from kjd/lenient-decode
  • 5bbb26f Merge branch 'master' into lenient-decode
  • c532bae Rename decode() lenient= option to display= (issue #248)
  • 0b1758b Merge pull request #252 from kjd/release-3.17
  • f48619c Release 3.17
  • 7421ba8 Pre-release 3.17rc0
  • 22ebb73 Merge pull request #251 from kjd/structure-optimizations
  • 2a7ac0a Drop redundant parallel-arrays comment from uts46data
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
ytmusicapi [>= 1.8.2.dev0, < 1.8.3]

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 all-packages group with 4 updates in the /ytm directory: [ytmusicapi](https://github.com/sigma67/ytmusicapi), [certifi](https://github.com/certifi/python-certifi), [greenlet](https://github.com/python-greenlet/greenlet) and [idna](https://github.com/kjd/idna).


Updates `ytmusicapi` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/sigma67/ytmusicapi/releases)
- [Commits](sigma67/ytmusicapi@1.12.0...1.12.1)

Updates `certifi` from 2026.4.22 to 2026.5.20
- [Commits](certifi/python-certifi@2026.04.22...2026.05.20)

Updates `greenlet` from 3.5.0 to 3.5.1
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst)
- [Commits](python-greenlet/greenlet@3.5.0...3.5.1)

Updates `idna` from 3.15 to 3.18
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
- [Commits](kjd/idna@v3.15...v3.18)

---
updated-dependencies:
- dependency-name: ytmusicapi
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: certifi
  dependency-version: 2026.5.20
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: greenlet
  dependency-version: 3.5.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: idna
  dependency-version: '3.18'
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 8, 2026
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants