mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
build(deps): bump matrix-nio from 0.20.2 to 0.21.2
Bumps [matrix-nio](https://github.com/poljar/matrix-nio) from 0.20.2 to 0.21.2. - [Changelog](https://github.com/poljar/matrix-nio/blob/main/CHANGELOG.md) - [Commits](https://github.com/poljar/matrix-nio/compare/0.20.2...0.21.2) --- updated-dependencies: - dependency-name: matrix-nio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b4f56791bc
commit
00ba9679a0
40
poetry.lock
generated
40
poetry.lock
generated
@ -746,35 +746,6 @@ pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2"
|
||||
format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"]
|
||||
format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"]
|
||||
|
||||
[[package]]
|
||||
name = "logbook"
|
||||
version = "1.5.3"
|
||||
description = "A logging replacement for Python"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "Logbook-1.5.3-cp27-cp27m-win32.whl", hash = "sha256:56ee54c11df3377314cedcd6507638f015b4b88c0238c2e01b5eb44fd3a6ad1b"},
|
||||
{file = "Logbook-1.5.3-cp27-cp27m-win_amd64.whl", hash = "sha256:2dc85f1510533fddb481e97677bb7bca913560862734c0b3b289bfed04f78c92"},
|
||||
{file = "Logbook-1.5.3-cp35-cp35m-win32.whl", hash = "sha256:94e2e11ff3c2304b0d09a36c6208e5ae756eb948b210e5cbd63cd8d27f911542"},
|
||||
{file = "Logbook-1.5.3-cp35-cp35m-win_amd64.whl", hash = "sha256:97fee1bd9605f76335b169430ed65e15e457a844b2121bd1d90a08cf7e30aba0"},
|
||||
{file = "Logbook-1.5.3-cp36-cp36m-win32.whl", hash = "sha256:7c533eb728b3d220b1b5414ba4635292d149d79f74f6973b4aa744c850ca944a"},
|
||||
{file = "Logbook-1.5.3-cp36-cp36m-win_amd64.whl", hash = "sha256:e18f7422214b1cf0240c56f884fd9c9b4ff9d0da2eabca9abccba56df7222f66"},
|
||||
{file = "Logbook-1.5.3-cp37-cp37m-win32.whl", hash = "sha256:8f76a2e7b1f72595f753228732f81ce342caf03babc3fed6bbdcf366f2f20f18"},
|
||||
{file = "Logbook-1.5.3-cp37-cp37m-win_amd64.whl", hash = "sha256:0cf2cdbfb65a03b5987d19109dacad13417809dcf697f66e1a7084fb21744ea9"},
|
||||
{file = "Logbook-1.5.3.tar.gz", hash = "sha256:66f454ada0f56eae43066f604a222b09893f98c1adc18df169710761b8f32fe8"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
all = ["Jinja2", "brotli", "cython", "execnet (>=1.0.9)", "mock", "pytest", "pytest-cov (<2.6)", "pyzmq", "redis", "sqlalchemy"]
|
||||
compression = ["brotli"]
|
||||
dev = ["cython", "mock", "pytest", "pytest-cov (<2.6)"]
|
||||
execnet = ["execnet (>=1.0.9)"]
|
||||
jinja = ["Jinja2"]
|
||||
redis = ["redis"]
|
||||
sqlalchemy = ["sqlalchemy"]
|
||||
test = ["mock", "pytest", "pytest-cov (<2.6)"]
|
||||
zmq = ["pyzmq"]
|
||||
|
||||
[[package]]
|
||||
name = "markdown"
|
||||
version = "3.4.4"
|
||||
@ -874,13 +845,13 @@ tests = ["pytest", "pytz", "simplejson"]
|
||||
|
||||
[[package]]
|
||||
name = "matrix-nio"
|
||||
version = "0.20.2"
|
||||
version = "0.21.2"
|
||||
description = "A Python Matrix client library, designed according to sans I/O principles."
|
||||
optional = false
|
||||
python-versions = ">=3.7.0,<4.0.0"
|
||||
python-versions = ">=3.8.0,<4.0.0"
|
||||
files = [
|
||||
{file = "matrix_nio-0.20.2-py3-none-any.whl", hash = "sha256:d2b4c4670cb0d693bf521202947c1b410cf72aef78b37b8642c8d1a9d7caafbd"},
|
||||
{file = "matrix_nio-0.20.2.tar.gz", hash = "sha256:b50dbe83c4878a58df7c95b7458fbcefb1ced11419a5fce8e60f63985f781c84"},
|
||||
{file = "matrix_nio-0.21.2-py3-none-any.whl", hash = "sha256:95bec84dd0d4eca4f0ce252d2f630d435edbc41bb405448d88916a3783479237"},
|
||||
{file = "matrix_nio-0.21.2.tar.gz", hash = "sha256:414301fc25662af3e3436de5b955980474c03b0f3001f1b041c49743ede73232"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -891,7 +862,6 @@ future = ">=0.18.2,<0.19.0"
|
||||
h11 = ">=0.14.0,<0.15.0"
|
||||
h2 = ">=4.0.0,<5.0.0"
|
||||
jsonschema = ">=4.4.0,<5.0.0"
|
||||
logbook = ">=1.5.3,<2.0.0"
|
||||
pycryptodome = ">=3.10.1,<4.0.0"
|
||||
unpaddedbase64 = ">=2.1.0,<3.0.0"
|
||||
|
||||
@ -1467,4 +1437,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "d1f68c119fea6b579a21a01f225c2eac2dfd4fa967ada1427fa4ca35238ec282"
|
||||
content-hash = "3d0f5388d5642eb50ef2dd6fbadd1a064e26e55aa2241bdefa223ab9f3ba8c77"
|
||||
|
||||
@ -17,7 +17,7 @@ version = "3.8.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
Markdown = "^3.3.4"
|
||||
matrix-nio = ">=0.18.3,<0.21.0"
|
||||
matrix-nio = ">=0.18.3,<0.22.0"
|
||||
python = "^3.8"
|
||||
|
||||
[tool.poetry.group.dev]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user