From 4f76251783c6e52972af01eb9dcdd800018fcbc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:02:41 +0000 Subject: [PATCH] build(deps): bump matrix-nio from 0.25.1 to 0.25.2 Bumps [matrix-nio](https://github.com/matrix-nio/matrix-nio) from 0.25.1 to 0.25.2. - [Changelog](https://github.com/matrix-nio/matrix-nio/blob/main/CHANGELOG.md) - [Commits](https://github.com/matrix-nio/matrix-nio/compare/0.25.1...0.25.2) --- updated-dependencies: - dependency-name: matrix-nio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5d0bd36..d594208 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1060,13 +1060,13 @@ tests = ["pytest", "pytz", "simplejson"] [[package]] name = "matrix-nio" -version = "0.25.1" +version = "0.25.2" description = "A Python Matrix client library, designed according to sans I/O principles." optional = false python-versions = ">=3.8.0" files = [ - {file = "matrix_nio-0.25.1-py3-none-any.whl", hash = "sha256:980ee429ca2fcbe5165229a0402e36fcec044c7b7370d91f3ae92d0af73cc343"}, - {file = "matrix_nio-0.25.1.tar.gz", hash = "sha256:bb0b2233029225ce28d1feea2cef5d252d24bfb3b7a26ebfea96ad5d2dab7d03"}, + {file = "matrix_nio-0.25.2-py3-none-any.whl", hash = "sha256:9c2880004b0e475db874456c0f79b7dd2b6285073a7663bcaca29e0754a67495"}, + {file = "matrix_nio-0.25.2.tar.gz", hash = "sha256:8ef8180c374e12368e5c83a692abfb3bab8d71efcd17c5560b5c40c9b6f2f600"}, ] [package.dependencies] @@ -1081,7 +1081,7 @@ unpaddedbase64 = ">=2.1,<3.0" [package.extras] dev = ["aioresponses (>=0.7,<1.0)", "faker (>=8.0,<9.0)", "hpack (>=4.0,<5.0)", "hyperframe (>=6.0,<7.0)", "hypothesis (>=6.8,<7.0)", "matrix-nio[e2e]", "mypy (>=1.11,<2.0)", "mypy-extensions (>=1.0,<2.0)", "pre-commit", "pytest (>=8.2,<9.0)", "pytest-aiohttp (>=0.3,<1.0)", "pytest-asyncio (>=0.24,<1.0)", "pytest-benchmark (>=4.0,<5.0)", "pytest-cov (>=2.11,<3.0)", "pytest-flake8 (>=1.2,<2.0)"] -docs = ["m2r2 (>=0.3,<1.0)", "matrix-nio[dev]", "setuptools (>=61.0)", "sphinx (>=7.4,<8.0)", "sphinx-autodoc-typehints (>=2.1,<3.0)", "sphinx-rtd-theme (>=2.0,<3.0)"] +docs = ["matrix-nio[dev]", "setuptools (>=61.0)", "sphinx (>=7.4,<8.0)", "sphinx-autodoc-typehints (>=2.1,<3.0)", "sphinx-mdinclude (>=0.5)", "sphinx-rtd-theme (>=2.0,<3.0)"] e2e = ["atomicwrites (>=1.4,<2.0)", "cachetools (>=5.3,<6.0)", "peewee (>=3.14,<4.0)", "python-olm (>=3.2,<4.0)"] [[package]]