nexy7574 / nio-bot

Matrix bot library based on matrix-nio, similar in design to discord.py
https://docs.nio-bot.dev/
GNU Lesser General Public License v3.0
28 stars 5 forks source link

Update matrix-nio requirement from <0.24.0,>=0.20.0 to >=0.20.0,<0.25.0 #10

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Updates the requirements on matrix-nio to permit the latest version.

Changelog

Sourced from matrix-nio's changelog.

[0.24.0] - 2024-01-18

Miscellaneous Tasks

  • [#473] Update pre-commit hooks, fix issues with sphinx-lint
  • [#472] [#475] Add content to built-with-nio
  • [#468] Bump aiohttp from 3.8.6 to 3.9.0
  • [#461] Support python3.12
  • [#478] Bump pycryptodome from 3.19.0 to 3.19.1

#461: poljar/matrix-nio#461 #468: poljar/matrix-nio#468 #472: poljar/matrix-nio#472 #473: poljar/matrix-nio#473 #475: poljar/matrix-nio#475 #478: poljar/matrix-nio#478

[0.23.0] - 2023-11-17

Bug Fixes

  • [#460] Allow custom ToDeviceEvents via UnknownToDeviceEvent
  • [#463] Remove callback execution boilerplate + allow arbitrary callable/awaitable objects
  • [#457] Fix schemas for m.room.avatar and m.room.canonical_alias
  • [#403] Propagate asyncio.CancelledError in sync_forever

Features

  • [#451] Introduce the DM room account data (m.direct)

Miscellaneous Tasks

  • [#458] Update the nio-bot description
  • [#462] Don't manually build libolm during tests + pre-commit autoupdate
  • [#464] Bump aiohttp from 3.8.5 to 3.8.6

#460: poljar/matrix-nio#460 #458: poljar/matrix-nio#458 #462: poljar/matrix-nio#462 #451: poljar/matrix-nio#451 #463: poljar/matrix-nio#463 #464: poljar/matrix-nio#464 #457: poljar/matrix-nio#457 #403: poljar/matrix-nio#403

[0.22.1] - 2023-10-9

Bug Fixes

  • [#453] Fix ImportError from when e2e is not installed

... (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)
dependabot[bot] commented 9 months ago

Dependabot tried to add @EEKIM10 as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/nexy7574/niobot/pulls/10/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the nexy7574/niobot repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request
dependabot[bot] commented 9 months ago

Looks like matrix-nio is up-to-date now, so this is no longer needed.