--- a/src/eric7/PipInterface/Pip.py Sun Feb 09 15:47:57 2025 +0100 +++ b/src/eric7/PipInterface/Pip.py Sat Mar 01 15:52:40 2025 +0100 @@ -117,6 +117,7 @@ Public method to perform shutdown actions. """ if self.__outdatedProc is not None: + self.__outdatedProc.finished.disconnect() self.__outdatedProc.kill() # end the process forcefully self.__outdatedProc = None @@ -767,7 +768,7 @@ pipre = re.compile(r"^pip\s*(~=|==|!=|<=|>=|<|>|===)") for dependency in dependencies: if pipre.search(dependency): - dependencies.remove(dependency) # noqa: M569 + dependencies.remove(dependency) # noqa: M-569 break dlg = DeleteFilesConfirmationDialog(