Bump to sqlalchemy-migrate 0.8.2

This allows us to drop some unsightly
0.7.3 patching and also avoids potential
issues in using 0.8.1 which had a bad
release version string (it was called '0.7.3dev' by mistake).

This will require a requirements change here:

 https://review.openstack.org/56662

Change-Id: I5f80dfc07f8256716d025002fc1a1f47e58b2142
Closes-Bug: 1251700
This commit is contained in:
Dan Prince 2013-11-15 12:14:57 -05:00
parent a53abe74cc
commit 4e9883af14
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ WebOb>=1.2.3,<1.3
greenlet>=0.3.2
PasteDeploy>=1.5.0
Paste
sqlalchemy-migrate>=0.7.2
sqlalchemy-migrate>=0.8.2
netaddr>=0.7.6
suds>=0.4
paramiko>=1.8.0