ClusterHQ / flocker

Container data volume manager for your Dockerized application
https://clusterhq.com
Apache License 2.0
3.38k stars 288 forks source link

[FLOC-4549] Update Python requirements #2971

Closed wallrj closed 7 years ago

wallrj commented 7 years ago

Fixes: https://clusterhq.atlassian.net/browse/FLOC-4549

wallrj commented 7 years ago

Thanks for the review @wallnerryan

What's the driving factors that made us do an overall update of deps?

  1. To keep Flocker up-to-date and secure
  2. The requirements files are written by a tool I wrote, admin/update-requirements which doesn't allow you to update a single requirment.
  3. I wanted to add a new dependency (Alchimia) in #2969 but didn't want to run admin/update-requirements there and add a load of unrelated package version changes in that branch.

Once this is merged, I can merge the stacked branches forward so that they have sane changesets.