build(deps): bump matrix-nio from 0.18.7 to 0.20.0

Bumps [matrix-nio](https://github.com/poljar/matrix-nio) from 0.18.7 to 0.20.0.
- [Release notes](https://github.com/poljar/matrix-nio/releases)
- [Changelog](https://github.com/poljar/matrix-nio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/poljar/matrix-nio/compare/0.18.7...0.20.0)

---
updated-dependencies:
- dependency-name: matrix-nio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-09-30 22:59:18 +00:00
committed by GitHub
parent c251d1c9cb
commit eb28e99aa9
2 changed files with 383 additions and 82 deletions

View File

@@ -14,7 +14,7 @@ repository = "https://github.com/nim65s/matrix-webhook.git"
[tool.poetry.dependencies]
python = "^3.8"
Markdown = "^3.3.4"
matrix-nio = "^0.18.3"
matrix-nio = ">=0.18.3,<0.21.0"
[tool.poetry.dev-dependencies]
httpx = "^0.23.0"