ashwinstr / UX-jutsu

GNU General Public License v3.0
38 stars 130 forks source link

Bump youtube-search-python from 1.3.6 to 1.3.9 #1

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps youtube-search-python from 1.3.6 to 1.3.9.

Release notes

Sourced from youtube-search-python's releases.

v1.3.9 Asynchronous support

This new version of youtube-search-python adds:

  • Now youtube-search-python has stable async support.

    • To make use of this functionality, import from __future__ subpackage.
    • See documentation here.
    • This may eventually replace original sync version. Please upgrade your packages & projects.
  • Added initial fall-back code to deal with randomly occurring different response from YouTube in VideosSearch.

Commits
  • 73742ef πŸ‘ Removed accidential await from sync version
  • 89abf9d πŸ‘Œ Initial fallback handling for random different response from YouTube.
  • c0df1cb Updated README
  • c9c7cd9 πŸ‘Œ Removed debugging code from async version
  • 5cd4200 πŸ”– Bumped version & fixed syntax of setup.py
  • f25af30 πŸ“– Fixed link in README
  • 4ec1673 ⚑ Added initial async version
  • fdaae11 πŸ“– Updated README
  • f866ce5 ⬇ Added httpx to dependencies
  • e8c3bec πŸ“„ Added new example usage
  • Additional commits viewable in compare view


Dependabot compatibility score

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[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.