From d95cac2a427c2d1ebe5f6fb51a4463d9c5eedb3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 05:46:54 +0000 Subject: [PATCH] Chore(deps-dev): Update pytest-mqtt requirement Updates the requirements on [pytest-mqtt](https://github.com/mqtt-tools/pytest-mqtt) to permit the latest version. - [Release notes](https://github.com/mqtt-tools/pytest-mqtt/releases) - [Changelog](https://github.com/mqtt-tools/pytest-mqtt/blob/main/CHANGES.rst) - [Commits](https://github.com/mqtt-tools/pytest-mqtt/compare/0.4.2...0.7.0) --- updated-dependencies: - dependency-name: pytest-mqtt dependency-version: 0.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40f594d..e0505c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -146,7 +146,7 @@ optional-dependencies.test = [ "pytest-asyncio-cooperative<0.41", "pytest-cov<8", "pytest-mock<4", - "pytest-mqtt>=0.4.2,<0.7", + "pytest-mqtt>=0.4.2,<0.8", "testcontainer-python-rabbitmq==0.4.*", ] urls.Changelog = "https://lorrystream.readthedocs.io/changes.html"