Is there a CLI to update libs by ignoring the version on the platformio.ini?

as title.

When I release my firmware I have the version of my libs specified in the platformi.ini file.
example:
lib_deps =
knolleary/PubSubClient@2.7.0

sometimes I want to update libs or check for an update,
is there a CLI command to do it without manually changing the platformio.ini file?

I answer it by my self:
pio pkg outdated