Skip to content

Commit 8593974

Browse files
authored
Merge pull request #115 from TECH7Fox/copilot/fix-114
Fix invalid escape sequence warnings by updating asterisk-ami dependency
2 parents ff9b33f + e18a9be commit 8593974

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/asterisk/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"iot_class": "local_polling",
1212
"issue_tracker": "https://github.com/TECH7Fox/Asterisk-integration/issues",
1313
"loggers": ["custom_components.asterisk"],
14-
"requirements": ["asterisk-ami==0.1.6"],
14+
"requirements": ["asterisk-ami>=0.1.7"],
1515
"ssdp": [],
1616
"version": "1.0.4",
1717
"zeroconf": []

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
asterisk-ami==0.1.7
1+
asterisk-ami>=0.1.7
22
pytest-homeassistant-custom-component
33
pre-commit

0 commit comments

Comments
 (0)