From 10bcc486e4d937435cf84de08b5e854ece6d65d7 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Mon, 20 Nov 2023 01:15:28 +0100 Subject: [PATCH] Bump dependencies --- custom_components/hon/manifest.json | 2 +- requirements.txt | 3 +-- requirements_dev.txt | 11 ++++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index d2d19b4..82eb3c4 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", "requirements": [ - "pyhOn==0.15.9" + "pyhOn==0.15.12" ], "version": "0.10.1-beta.1" } diff --git a/requirements.txt b/requirements.txt index 826c706..482d88a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -pyhOn -homeassistant +pyhOn==0.15.12 diff --git a/requirements_dev.txt b/requirements_dev.txt index 7404421..9bb8d71 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,6 @@ -homeassistant~=2023.9.3 -black~=23.7.0 -flake8~=6.0.0 -mypy~=1.4.1 -pylint~=2.17.4 +homeassistant>=2023.11.3 +black>=23.11 +flake8>=6.1 +mypy>=1.7 +pylint>=3.0 +setuptools>=68.2