Update dependencies (#565)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 23 Mar 2023 07:30:27 +0000 (08:30 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Mar 2023 07:30:27 +0000 (08:30 +0100)
* update pychromecast to 13.0.5

* drop getmac

music_assistant/server/providers/chromecast/manifest.json
music_assistant/server/providers/dlna/manifest.json
requirements_all.txt

index c913050d08bb363359e6c08422716d805665f0d6..680f164e90818177f38c8cc171cef0673caf523c 100644 (file)
@@ -6,7 +6,7 @@
   "codeowners": ["@marcelveldt"],
   "config_entries": [
   ],
-  "requirements": ["PyChromecast==13.0.4"],
+  "requirements": ["PyChromecast==13.0.5"],
   "documentation": "https://github.com/music-assistant/hass-music-assistant/discussions/1138",
   "multi_instance": false,
   "builtin": false,
index 94501784f2bc46c2a981ab25ee221a30eb6a81f0..43abc53a1508d49baaedcc5241098a9b7125ac9e 100644 (file)
@@ -6,7 +6,7 @@
   "codeowners": ["@music-assistant"],
   "config_entries": [
   ],
-  "requirements": ["async-upnp-client==0.33.1", "getmac==0.8.2"],
+  "requirements": ["async-upnp-client==0.33.1"],
   "documentation": "https://github.com/music-assistant/hass-music-assistant/discussions/1139",
   "multi_instance": false,
   "builtin": false,
index 8633676cb5080470a916396aafb82eff418e6c81..5e44242c28715d346a0132ac8a5fe898399d2bf4 100644 (file)
@@ -10,14 +10,13 @@ asyncio-throttle==1.0.2
 coloredlogs==15.0.1
 cryptography==39.0.2
 databases==0.7.0
-getmac==0.8.2
 git+https://github.com/pytube/pytube.git@refs/pull/1501/head
 mashumaro==3.5.0
 memory-tempfile==2.2.3
 music-assistant-frontend==20230319.1
 orjson==3.8.7
 pillow==9.4.0
-PyChromecast==13.0.4
+PyChromecast==13.0.5
 pysmb==1.2.9.1
 python-slugify==8.0.1
 shortuuid==1.0.11