Skip to content

Commit

Permalink
Update dependencies and imports to resolve deprecation warnings (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Jan 11, 2024
1 parent 73688a2 commit 08e6892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ovos_PHAL_plugin_system/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from ovos_plugin_manager.phal import PHALPlugin
from ovos_utils import classproperty
from ovos_utils.gui import GUIInterface
from ovos_bus_client.apis.gui import GUIInterface
from ovos_utils.process_utils import RuntimeRequirements
from ovos_utils.system import system_reboot, system_shutdown, ssh_enable,\
ssh_disable, ntp_sync, restart_service, is_process_running, \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ovos-plugin-manager~=0.0.1
ovos-utils~=0.0, >=0.0.30
ovos_config~=0.0, >=0.0.5
ovos-bus-client~=0.0.3
ovos-bus-client~=0.0.8

0 comments on commit 08e6892

Please sign in to comment.