nio-bot
nio-bot copied to clipboard
Update matrix-nio requirement from ~=0.24 to ~=0.25
Updates the requirements on matrix-nio to permit the latest version.
Changelog
Sourced from matrix-nio's changelog.
[0.25.0] - 2024-08-13
Features
- [#449] Aggregated Event Relations + Threading + Threaded/Private Read Receipts
- [#489] Compliance with MSC2844. BREAKING CHANGE.
- [#490] Moved callback execution to separate methods.
- [#499] Add stop_sync_forever method, to gracefully exit sync_forever loop.
Bug Fixes
- [#471] Changing room_messages to conform to MSC3567
- [#482] [#483] [#486] Spec-compliant bugfixes for joined_member, e2ee, RoomContext
- [#495] remove creator property from event
- [#498] Properly pass JSON content to DownloadResponse
- [#508] Add room_read_markers type hints
Miscellaneous Tasks
- Tagged releases will automatically be published to PyPI
- Many dependency bumps
#449: matrix-nio/matrix-nio#449 #471: matrix-nio/matrix-nio#471 #482: matrix-nio/matrix-nio#482 #483: matrix-nio/matrix-nio#483 #486: matrix-nio/matrix-nio#486 #489: matrix-nio/matrix-nio#489 #498: matrix-nio/matrix-nio#498 #499: matrix-nio/matrix-nio#499 #490: matrix-nio/matrix-nio#490 #495: matrix-nio/matrix-nio#495 #508: matrix-nio/matrix-nio#508
[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
... (truncated)
Commits
b6b07d2
Publish 0.25.0c4b2134
Bump dependencies (#514)84cf78c
Bump aiohttp from 3.9.5 to 3.10.2 (#513)3006c22
reset stop_sync_forever flag after loop (#509)896b30a
add room_read_markers response types (#508)e01d0db
Addstop_sync_forever
method, to gracefully exitsync_forever
loop.463ab01
Publish 0.25.0rc3e39a2c1
Add AsyncClient.list_public_rooms (#505)41afa72
Activate pypi publishing (#504)53f172f
Bump python-olm and cachetools (#503)- Additional commits viewable 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 show <dependency name> 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)