Skip to content

Commit

Permalink
deps: upgrade alembic
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed May 20, 2018
1 parent 523da71 commit 217fdd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TODO.md
Expand Up @@ -2,7 +2,7 @@

## Python 3 & deps upgrades

- [] Upgrade Flask-WTF to 0.13 and fix metaclass error
- [] Upgrade Flask-WTF to 0.13 and fix metaclass error + csrf_token issues
- [] Ugrade flask-sqlalchemy and other SQLA releated deps
- [] Fix SQLA warnings
- [] Fix all tests (including skipped ones) under Python 3.6
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Expand Up @@ -32,7 +32,7 @@ python-dateutil>=2.4.0

# Databases / persistence
SQLAlchemy>=0.9
alembic>=0.8,<0.9
alembic>=0.9

# requirement of jinja2; > 0.21 has an important fix for string format. See
# https://github.com/mitsuhiko/markupsafe/issues/28
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file requirements.txt requirements.in
#
alembic==0.8.10
alembic==0.9.9
amqp==2.2.2 # via kombu
babel==2.5.3 # via flask-babel
bcrypt==3.1.4
Expand Down

0 comments on commit 217fdd2

Please sign in to comment.