Skip to content

Commit

Permalink
Update log and test requirements to prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Apr 2, 2024
1 parent 156b930 commit 08d7899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ def _play_notify_expired(self, alert: Alert, message: Message):
AlertState.ACTIVE and time.time() < timeout:
if message.context.get("klat_data"):
log_deprecation("`klat.response` emit will be removed. Listen "
"for `neon.alert_expired", "3.0.0")
"for `neon.alert_expired", "4.0.0")
self.send_with_audio(self.dialog_renderer.render(
"expired_alert", {'name': alert.alert_name}),
to_play, message, private=True)
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
neon-minerva[padatious]~=0.1,>=0.1.1a5
neon-minerva[padatious]~=0.2

0 comments on commit 08d7899

Please sign in to comment.