From 32a7e86837c96765e28e1ce93b41e7ec6579708d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 00:16:21 +0100 Subject: [PATCH] build(deps): bump websockets from 10.1 to 10.2 (#407) * build(deps): bump websockets from 10.1 to 10.2 Bumps [websockets](https://github.com/aaugustin/websockets) from 10.1 to 10.2. - [Release notes](https://github.com/aaugustin/websockets/releases) - [Commits](https://github.com/aaugustin/websockets/compare/10.1...10.2) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump websockets from 10.1 to to 10.2 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lbbrhzn --- custom_components/ocpp/manifest.json | 2 +- requirements_dev.txt | 2 +- requirements_test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/ocpp/manifest.json b/custom_components/ocpp/manifest.json index eec6887f..2448c3d3 100644 --- a/custom_components/ocpp/manifest.json +++ b/custom_components/ocpp/manifest.json @@ -14,6 +14,6 @@ ], "requirements": [ "ocpp==0.13.1", - "websockets>=10.1" + "websockets>=10.2" ] } diff --git a/requirements_dev.txt b/requirements_dev.txt index b593256c..295012b7 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,3 +1,3 @@ homeassistant>=2021.12.0 ocpp==0.13.1 -websockets==10.1 +websockets==10.2 diff --git a/requirements_test.txt b/requirements_test.txt index e973f17c..40f1974d 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ -r requirements_dev.txt pytest-homeassistant-custom-component==0.6.15 ocpp==0.13.1 -websockets==10.1 +websockets==10.2 pytest-cov