Correctly upgrading your Python application with SaltStack
If you work with Python applications or deal with configuration management in general, you might have run into limitations with the pip tool. Unfortunately, their implementation of upgrade doesn’t really perform an “upgrade” as most people would think. If you are frustrated familiar with SaltStack’s pip state not upgrading already installed packages when you run…