From 5390f9547a4e2602d4aad3457610705a6acd1f8c Mon Sep 17 00:00:00 2001 From: Shawn Wilsher <656602+sdwilsh@users.noreply.github.com> Date: Fri, 31 Dec 2021 12:21:45 -0800 Subject: [PATCH] Update aiotruenas-client to 0.9.0 This will pick up some core library updates as well as some additional logging to help debug #85 and #75. --- custom_components/truenas/manifest.json | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/truenas/manifest.json b/custom_components/truenas/manifest.json index 633e308..866f5aa 100644 --- a/custom_components/truenas/manifest.json +++ b/custom_components/truenas/manifest.json @@ -10,7 +10,7 @@ "iot_class": "local_polling", "name": "TrueNAS", "requirements": [ - "aiotruenas-client==0.8.0" + "aiotruenas-client==0.9.0" ], "ssdp": [], "version": "0.3.0a0", diff --git a/requirements-dev.txt b/requirements-dev.txt index 4e7521f..439183f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -aiotruenas-client==0.8.0 +aiotruenas-client==0.9.0 black==21.12b0 isort==5.10.1 pre-commit==2.16.0