From 5221fec6894a710640560e163ca08f0a7e7dc170 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Tue, 1 Aug 2023 18:56:54 +0200 Subject: [PATCH] upgrade deps (#396) --- custom_components/deebot/manifest.json | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/deebot/manifest.json b/custom_components/deebot/manifest.json index 0ff4355..aebfb86 100644 --- a/custom_components/deebot/manifest.json +++ b/custom_components/deebot/manifest.json @@ -14,8 +14,8 @@ "deebot_client" ], "requirements": [ - "deebot-client==3.0.0b0", - "numpy>=1.21.2" + "deebot-client==3.0.0", + "numpy>=1.23.2" ], "version": "v0.0.0" } diff --git a/requirements.txt b/requirements.txt index 8e07dd8..6c5b9c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ # if code from specific branch is needed #git+https://github.com/DeebotUniverse/client.py@main#deebot-client==2.1.0b0 -deebot-client==3.0.0b0 +deebot-client==3.0.0 homeassistant>=2023.8.0b0 mypy==1.4.1 -numpy>=1.21.2 +numpy>=1.23.2 pre-commit==3.3.3 pylint==2.17.5