fix: Ignore warnings emitted when nvchecker ignores invalid versions
Since nvchecker 2.15.1 emits a warning for version strings that it consideres invalid (e.g. in the case of PyPI). These warning messages get in the way of retrieving the latest version of an upstream and therefore we ignore them.
Signed-off-by: David Runge dvzrv@archlinux.org