Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
upgrade deps (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus authored Aug 1, 2023
1 parent 40f5daa commit 5221fec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions custom_components/deebot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 5221fec

Please sign in to comment.