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.1.1 to 1.1.2 (#99)
Browse files Browse the repository at this point in the history
Bumps [deebot-client](https://github.com/DeebotUniverse/client.py) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/DeebotUniverse/client.py/releases)
- [Commits](DeebotUniverse/client.py@1.1.1...1.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2022
1 parent c436913 commit 90c1206
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"config_flow": true,
"documentation": "https://deebot.readthedocs.io/integrations/home-assistant",
"issue_tracker": "https://github.com/DeebotUniverse/Deebot-4-Home-Assistant/issues",
"requirements": ["deebot-client==1.1.1", "numpy>=1.21.2"],
"requirements": ["deebot-client==1.1.2", "numpy>=1.21.2"],
"codeowners": ["@DeebotUniverse", "@edenhaus"],
"iot_class": "cloud_polling"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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.1.1
deebot-client==1.1.2

homeassistant>=2021.12.0.b0,<2022.01
mypy==0.931
Expand Down

0 comments on commit 90c1206

Please sign in to comment.