diff --git a/doc/whatsnew/fragments/7841.internal b/doc/whatsnew/fragments/7841.internal new file mode 100644 index 00000000000..c0f422bf989 --- /dev/null +++ b/doc/whatsnew/fragments/7841.internal @@ -0,0 +1,4 @@ +There is now an upper limit on the version accepted by pylint for all the dependencies. +This is done in order to prevent breakage if a dependency introduce a breaking change in the future. + +Refs #7841