mcb-dev / mCodingBot

The Discord bot for the mCoding Discord server.
https://mcoding.io/discord
MIT License
12 stars 4 forks source link

Update hikari-crescent requirement from ^0.5.0 to ^0.6.0 #113

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on hikari-crescent to permit the latest version.

Release notes

Sourced from hikari-crescent's releases.

v0.6.0

What's Changed

:boom: BREAKING CHANGE :boom:

Subclasses of errors are now catched in error handlers. I felt this was the more pythonic way of doing things, so I decided to make the change after it was suggested.

Full Changelog: https://github.com/hikari-crescent/hikari-crescent/compare/v0.5.2...v0.6.0

Commits
  • 69d897d :sparkles: Catch all subclasses of exceptions in error handlers (#289)
  • 87c6fe0 :bug: Fix Dangling Tasks (#287)
  • dc2215b :memo: Fix links on pypi
  • 0d93a0a 🌙 Use a crescent moon in project description
  • 6da62d8 :art: Update visuals in README (#286)
  • e7a43f7 :construction_worker: Use ruff and poetry dependency groups in CI (#285)
  • 1d76799 :memo: update links to point to new locations (#284)
  • ab967e5 ⬆️ Bump sigparse and black (#283)
  • See full diff in compare view


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)
Lunarmagpie commented 1 year ago

We don't rely on anything that I changed.