I am trying to implement inifinite scroll functionality to some of my blog pages and at the same time decided to do some maintanance work for my blog, which includes upgrading the packages I am using.
I have found a lot of ways, but really simple one is to use an external library called pip-review.
First install the lilbrary:
pip install pip-review
{.single}
To upgrade packages manually run:
pip-review --local --interactive
{.single}
To upgrade all packages automatically run:
pip-review --local --auto
{.single}