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

Commit

Permalink
Bump deebot-client from 1.4.1 to 1.5.0 (#203)
Browse files Browse the repository at this point in the history
* Bump deebot-client from 1.4.1 to 1.5.0

Bumps [deebot-client](https://github.com/DeebotUniverse/client.py) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/DeebotUniverse/client.py/releases)
- [Commits](DeebotUniverse/client.py@1.4.1...1.5.0)

---
updated-dependencies:
- dependency-name: deebot-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update manifest.json

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Resch <robert@resch.dev>
  • Loading branch information
dependabot[bot] and edenhaus committed Jul 3, 2022
1 parent c1de936 commit 229348d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/deebot/manifest.json
Expand Up @@ -6,6 +6,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/DeebotUniverse/Deebot-4-Home-Assistant/issues",
"name": "Deebot 4 Home Assistant",
"requirements": ["deebot-client==1.4.1", "numpy>=1.21.2"],
"requirements": ["deebot-client==1.5.0", "numpy>=1.21.2"],
"version": "v0.0.0"
}
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,6 +1,6 @@
# if code from specifix branch is needed
# git+https://github.com/DeebotUniverse/client.py@main#deebot-client==0.0.1b1
deebot-client==1.4.1
deebot-client==1.5.0

homeassistant>=2022.7.0.b0
mypy==0.961
Expand Down

0 comments on commit 229348d

Please sign in to comment.