Skip to content

Commit

Permalink
loosen version constraint to support PySwitchbot v0.12.0; update dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Nov 9, 2021
1 parent 5c7d230 commit 6806749
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- support `PySwitchbot` `v0.11.0`
- support `PySwitchbot` `v0.11.0` and `v0.12.0`

### Removed
- compatibility with `python3.6`
Expand Down
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -81,7 +81,7 @@
# https://github.com/IanHarvey/bluepy/tree/v/1.3.0#release-notes
"bluepy>=1.3.0,<2",
# >=0.10.0 for SwitchbotCurtain.{update,get_position}
"PySwitchbot>=0.10.0,<0.12",
"PySwitchbot>=0.10.0,<0.13",
"paho-mqtt<2",
],
setup_requires=["setuptools_scm"],
Expand Down

0 comments on commit 6806749

Please sign in to comment.