If you want/need to keep your python packages updated and you are using pip requirements you can use pip-upgrader to check the latest version of all your dependencies and upgrade them if needed it and don’t forget to use virtual environments
Happy Coding!