From 53c351f515ea4815eb87122843e8bab4f310229e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:31:50 +0000 Subject: [PATCH] build(deps): bump janus from 1.2.0 to 2.0.0 Bumps [janus](https://github.com/aio-libs/janus) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/aio-libs/janus/releases) - [Changelog](https://github.com/aio-libs/janus/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/janus/compare/v1.2.0...v2.0.0) --- updated-dependencies: - dependency-name: janus dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.test.txt b/requirements.test.txt index e7fd2fc..67f64cd 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -1,6 +1,6 @@ # From our manifest.json for our custom component aiohttp_cors==0.7.0 -janus==1.2.0 +janus==2.0.0 paho-mqtt==1.6.1 # Strictly for tests pytest-homeassistant-custom-component==0.13.132