--- a/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html Mon Jun 03 09:44:12 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html Mon Jun 03 10:18:13 2024 +0200 @@ -1014,10 +1014,10 @@ <dl> -<dt><i>outdatedPackages</i> (list of tuple of (str, str, str))</dt> +<dt><i>outdatedPackages</i> (dict of [str: (str, str)])</dt> <dd> -list of tuples containing the package name, - installed version and available version +dictionary with the package name as key and + a tuple containing the installed and available version as the value </dd> </dl> <a NAME="PipPackagesWidget.__updateSearchActionButtons" ID="PipPackagesWidget.__updateSearchActionButtons"></a>