danibarker / WordSmith

A twitch bot for Scrabble stuff
MIT License
7 stars 1 forks source link

Update twitchio requirement from ~=2.1.5 to ~=2.2.0 #30

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on twitchio to permit the latest version.

Release notes

Sourced from twitchio's releases.

2.2.0

Version 2.2.0

2.2.0 brings some exciting new features to TwitchIO, along with our usual span of bugfixes. The full changelog can be found at https://twitchio.dev, but here's some highlights:

  • more eventsub models! channel polls and predictions have both been implemented
  • more pubsub models! channel subscriptions are now covered by pubsub
  • Fixed pagination logic! This means that requests that ask for more than the default limit will now actually receive those extra responses
  • aiohttp requirements have been relaxed to include 3.8.1
  • And more! see the changelog for all the changes
Changelog

Sourced from twitchio's changelog.

2.2.0

  • ext.sounds

    • Added sounds extension. Check the :ref:sounds-ref documentation for more information.
  • TwitchIO

    • Loosen aiohttp requirements to allow 3.8.1
    • :class:twitchio.Stream was missing from __all__. It is now available in the twitchio namespace.
    • Added .status, .reason and .extra to :class:HTTPException
    • Fix Message._timestamp value when tag is not provided by twitch
    • Fix :func:twitchio.Client.wait_for_ready
    • Remove loop= parameter inside :func:twitchio.Client.wait_for for 3.10 compatibility
    • Add is_broadcaster check to :class:twitchio.PartialChatter. This is accessible as Context.author.is_broadcaster
    • :func:twitchio.User.fetch_follow will now return None if the FollowEvent does not exists
    • TwitchIO will now correctly handle error raised when only the prefix is typed in chat
    • Fix paginate logic in :func:TwitchHTTP.request
  • ext.commands

    • Fixed an issue (GH#273 <https://github.com/TwitchIO/TwitchIO/issues/273>_) where cog listeners were not ejected when unloading a module
  • ext.pubsub

    • Add channel subscription pubsub model.
  • ext.eventsub

    • Add support for the following subscription types
      • :class:twitchio.ext.eventsub.PollBeginProgressData
        • channel.poll.begin:
        • channel.poll.progress
      • :class:twitchio.ext.eventsub.PollEndData
        • channel.poll.end
      • :class:twitchio.ext.eventsub.PredictionBeginProgressData
        • channel.prediction.begin
        • channel.prediction.progress
      • :class:twitchio.ext.eventsub.PredictionLockData
        • channel.prediction.lock
      • :class:twitchio.ext.eventsub.PredictionEndData
        • channel.prediction.end

2.1.5

  • TwitchIO
    • Add user_id property to Client
    • Change id_cache to only cache if a value is not None
    • Add :func:Client.wait_for_ready

2.1.4

  • TwitchIO
    • Chatter.is_mod now uses name instead of display_name
    • Added ChannelInfo to slots

... (truncated)

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)