--- a/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html Mon Jun 03 09:44:12 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html Mon Jun 03 10:18:13 2024 +0200 @@ -302,14 +302,14 @@ <dl> <dt>Return:</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> <dl> <dt>Return Type:</dt> <dd> -list of tuple of (str, str, str) +dict of [str: (str, str)] </dd> </dl> <a NAME="Pip.__filterUpgradePackages" ID="Pip.__filterUpgradePackages"></a> @@ -713,14 +713,14 @@ <dl> <dt>Return:</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> <dl> <dt>Return Type:</dt> <dd> -list of tuple of (str, str, str) +dict of [str: (str, str)] </dd> </dl> <a NAME="Pip.getPackageDetails" ID="Pip.getPackageDetails"></a>