danibarker / WordSmith

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

Update twitchio requirement from ~=2.9.0 to ~=2.9.1 #55

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Updates the requirements on twitchio to permit the latest version.

Release notes

Sourced from twitchio's releases.

V2.9.1

Small bug fix to actually fix the eventsub bad frame reconnect

Changelog

Sourced from twitchio's changelog.

2.9.1

  • ext.eventsub
    • Bug fixes
      • fix: Special-cased a restart when a specific known bad frame is received.

2.9.0

  • TwitchIO

    • Additions

      • Added :class:~twitchio.AdSchedule and :class:~twitchio.Emote
      • Added the new ad-related methods for :class:~twitchio.PartialUser:
        • :func:~twitchio.PartialUser.fetch_ad_schedule
        • :func:~twitchio.PartialUser.snooze_ad
      • Added new method :func:~twitchio.PartialUser.fetch_user_emotes to :class:~twitchio.PartialUser
      • Added :func:~twitchio.PartialUser.fetch_moderated_channels to :class:~twitchio.PartialUser
    • Bug fixes

      • Fixed event_token_expired not applying to the current request.
  • ext.eventsub

    • Bug fixes
      • Fixed a crash where a Future could be None, causing unintentional errors.
      • Special-cased a restart when a specific known bad frame is received.

2.8.2

  • ext.commands
    • Bug fixes
      • Fixed an issue where built-in converters would raise an internal TypeError.

2.8.1

  • ext.commands
    • Bug fixes
      • Fixed an issue where CommandNotFound couldn't be processed from get_context.

2.8.0

  • TwitchIO
    • Additions
      • Added the new follower / followed endpoints for :class:~twitchio.PartialUser:
        • :func:~twitchio.PartialUser.fetch_channel_followers
        • :func:~twitchio.PartialUser.fetch_channel_following
        • :func:~twitchio.PartialUser.fetch_channel_follower_count
        • :func:~twitchio.PartialUser.fetch_channel_following_count
      • The deprecated methods have had warnings added in the docs.
      • New models for the new methods have been added:
        • :class:~twitchio.ChannelFollowerEvent

... (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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)