Open
Description
ATM we have a combination of frozen, ranges, and "latest" in our requirements files. We also have no workflow for updating dependencies and doing testing. As such, some of our frozen deps are a bit behind, and our ranges may not be up to date. Ex: Flask is currently >0.8 but we may want to start forcing the 1.0 fork
We need an automated way to do the following
- check dependencies are reasonably up to date
- test against latest versions of dependencies
- test ranges of dependencies if we are going to allow specific ranges
- automatically update dependencies for releases