--- a/PipxInterface/PipxWidget.py Sat Aug 03 19:37:37 2024 +0200 +++ b/PipxInterface/PipxWidget.py Sat Aug 24 15:36:01 2024 +0200 @@ -46,7 +46,7 @@ Constructor @param plugin reference to the plug-in object - @type MqttMonitorPlugin + @type PluginPipxInterface @param fromEric flag indicating the eric-ide mode (defaults to True) (True = eric-ide mode, False = application mode) @type bool (optional) @@ -687,7 +687,7 @@ != outdatedDependencies and outdatedDependencies ): - self.__markPackageDependenciesOutdated() + self.__markPackageDependenciesOutdated(itm) self.__resizePackagesColumns()