--- a/src/eric7/PipInterface/Pip.py Mon Mar 11 17:41:51 2024 +0100 +++ b/src/eric7/PipInterface/Pip.py Mon Mar 11 17:45:50 2024 +0100 @@ -721,7 +721,7 @@ pipre = re.compile(r"^pip\s*(~=|==|!=|<=|>=|<|>|===)") for dependency in dependencies: if pipre.search(dependency): - dependencies.remove(dependency) # noqa: M538 + dependencies.remove(dependency) # noqa: M569 break dlg = DeleteFilesConfirmationDialog(