Closed Federico-PizarroBejarano closed 5 months ago
There is a security vulnerability with MySQL versions below 1.1.1. Not a huge deal for us but its nice to upgrade. Also changed all the pip commands to python -m pip which is the preferred format due to the issue of multiple python and pip versions.
pip
python -m pip
There is a security vulnerability with MySQL versions below 1.1.1. Not a huge deal for us but its nice to upgrade. Also changed all the
pip
commands topython -m pip
which is the preferred format due to the issue of multiple python and pip versions.