danibarker / WordSmith

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

Bump twitchio from 1.2.1 to 2.0.3 #18

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps twitchio from 1.2.1 to 2.0.3.

Release notes

Sourced from twitchio's releases.

v2.0.3

Small bug fixes:

  • Fix a bug in search_channels resulting in a key error when creating users.
  • Added eventsub package to setup.py.
  • Stop echo messages from triggering commands by default.

v2.0.2

Add an additional optional bool argument to routines, wait_first which waits the specified amount of hours, minutes or seconds before starting the first iteration. Does not have any effect when the time argument is passed. Defaults to False.

v2.0.1

Fix bug in add_event that was raising an AttributeError when checking if the callback was a coroutine.

v2.0.0

The first stable release of version 2.0.0.

Version 1.2.3

Fixes an issue with the User object containing mixed fields

Version 1.2.2

This release fixes Client.get_users raising TypeError('__new__() takes 10 positional arguments but 11 were given',)

Commits
  • ba63a09 Bump version to 2.0.3
  • 7f7163d expires_at should be started_at in SearchUser.
  • eaf745b Add eventsub package to setup.py
  • 686f6b4 Don't handle commands on echo messages by default.
  • db8808b Fix code style issues with Black
  • 25cd3f1 Bump version to 2.0.2.
  • 37dd0ed Add routine argument wait_first which waits the specided hours, minutes or ...
  • 036d5f7 Bump version to 2.0.1
  • 3762868 Fix add_event raising AttributeError.
  • 492a3ec Some extra docs and license info.
  • 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 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)
dependabot[bot] commented 3 years ago

Superseded by #19.