I keep getting this pull request from CompatHelper:
This pull request changes the compat entry for the
XLSX
package from0.10.1
to0.10.1, 0.10
.
The current compat is listed as XLSX = "0.10.1"
which seems correct according to the Pkg documentation:
[compat] Example = "0.2.1"
results in a versionbound on Example as
[0.2.1, 0.3.0)
.
It seems like this is a known bug that has been open for almost 3 years, so imagine others have dealt with this before.
I keep closing this pull request without merging, but it always reappears as a new PR the next day. What should I do to avoid the bad PRs while I wait for the bug fix?