forked from greencoder/easysafe-python
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into outdoor-camera-support
- Loading branch information
Showing
10 changed files
with
137 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ warn_unused_ignores = true | |
|
||
[tool.poetry] | ||
name = "simplisafe-python" | ||
version = "2023.10.0" | ||
version = "2023.12.0" | ||
description = "A Python3, async interface to the SimpliSafe API" | ||
readme = "README.md" | ||
authors = ["Aaron Bach <[email protected]>"] | ||
|
@@ -67,7 +67,7 @@ aiohttp = ">=3.9.0b0" | |
backoff = ">=1.11.1" | ||
beautifulsoup4 = ">=4.11.1" | ||
certifi = ">=2023.07.22" | ||
python = ">=3.10,<=3.12" | ||
python = "^3.10" | ||
voluptuous = ">=0.11.7" | ||
websockets = ">=8.1" | ||
yarl = ">=1.9.2" | ||
|
@@ -92,7 +92,7 @@ pytest-cov = "^4.0.0" | |
pyupgrade = "^3.1.0" | ||
pyyaml = "^6.0.1" | ||
requests = ">=2.31.0" | ||
ruff = ">=0.0.261,<0.1.8" | ||
ruff = ">=0.0.261,<0.1.12" | ||
safety = "^2.3.1" | ||
sphinx-rtd-theme = ">=1,<3" | ||
typing-extensions = "^4.8.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters