Skip to content

Commit

Permalink
Merge pull request #4739 from ckan/sqlalchemy-migrate-0.12.0
Browse files Browse the repository at this point in the history
Upgrade sqlalchemy-migrate and pbr
  • Loading branch information
wardi committed Apr 23, 2019
2 parents f599d63 + 854a5f7 commit 35fc513
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Expand Up @@ -26,7 +26,7 @@ requests==2.21.0
Routes==1.13
rq==0.6.0
simplejson==3.10.0
sqlalchemy-migrate==0.10.0
sqlalchemy-migrate==0.12.0
SQLAlchemy==1.1.11
sqlparse==0.2.2
tzlocal==1.3
Expand Down
9 changes: 4 additions & 5 deletions requirements.txt
Expand Up @@ -17,7 +17,6 @@ flask-babel==0.11.2
flask==0.12.4
formencode==1.3.1 # via pylons
funcsigs==1.0.2 # via beaker
html5lib==1.0.1 # via bleach
idna==2.7 # via requests
itsdangerous==0.24 # via flask
jinja2==2.10.1
Expand All @@ -31,7 +30,7 @@ passlib==1.6.5
paste==1.7.5.1
pastedeploy==1.5.2 # via pastescript, pylons
pastescript==2.0.2 # via pylons
pbr==1.10.0 # via sqlalchemy-migrate
pbr==5.1.3 # via sqlalchemy-migrate
polib==1.0.7
psycopg2==2.7.3.2
pygments==2.2.0 # via weberror
Expand All @@ -49,16 +48,16 @@ requests==2.21.0
routes==1.13
rq==0.6.0
simplejson==3.10.0
six==1.11.0 # via bleach, html5lib, pastescript, python-dateutil, pyutilib.component.core, sqlalchemy-migrate
sqlalchemy-migrate==0.10.0
six==1.11.0 # via bleach, pastescript, python-dateutil, pyutilib.component.core, sqlalchemy-migrate
sqlalchemy-migrate==0.12.0
sqlalchemy==1.1.11
sqlparse==0.2.2
tempita==0.5.2 # via pylons, sqlalchemy-migrate, weberror
tzlocal==1.3
unicodecsv==0.14.1
urllib3==1.24 # via requests
vdm==0.14
webencodings==0.5.1 # via html5lib
webencodings==0.5.1 # via bleach
weberror==0.13.1 # via pylons
webhelpers==1.3
webob==1.0.8
Expand Down

0 comments on commit 35fc513

Please sign in to comment.