I am using a python application which requires me to install the python requests version 2.23.0
and above.
Currently requests
package is installed in my system with a version of 2.22.0
.
And requests is a package that is extensively used by many of my script and other packages also has dependency on requests
library.
Is there a way I can ensure that upgrade of this library will not cause any issues to other libraries that might have dependency on requests
library?