aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ihatemoney/tests/tests.py2
-rw-r--r--requirements.txt28
2 files changed, 15 insertions, 15 deletions
diff --git a/ihatemoney/tests/tests.py b/ihatemoney/tests/tests.py
index 02e58ae..551af96 100644
--- a/ihatemoney/tests/tests.py
+++ b/ihatemoney/tests/tests.py
@@ -1592,7 +1592,7 @@ class CommandTestCase(BaseTestCase):
patch('getpass.getpass', new=lambda prompt: 'secret'): # NOQA
cmd.run()
print(stdout.getvalue())
- self.assertEqual(len(stdout.getvalue().strip()), 187)
+ self.assertEqual(len(stdout.getvalue().strip()), 189)
def test_demo_project_deletion(self):
self.create_project('demo')
diff --git a/requirements.txt b/requirements.txt
index d4a0092..b78fe26 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,27 +1,27 @@
-alembic==1.0.7
-aniso8601==4.1.0
-Babel==2.6.0
+alembic==1.1.0
+aniso8601==7.0.0
+Babel==2.7.0
blinker==1.4
Click==7.0
dnspython==1.16.0
-email-validator==1.0.3
-Flask==1.0.2
+email-validator==1.0.4
+Flask==1.1.1
Flask-Babel==0.12.2
-Flask-Cors==3.0.7
+Flask-Cors==3.0.8
Flask-Mail==0.9.1
-Flask-Migrate==2.4.0
+Flask-Migrate==2.5.2
Flask-RESTful==0.3.7
Flask-Script==2.0.6
-Flask-SQLAlchemy==2.3.2
+Flask-SQLAlchemy==2.4.0
Flask-WTF==0.14.2
idna==2.8
itsdangerous==1.1.0
-Jinja2==2.10
-Mako==1.0.7
-MarkupSafe==1.1.0
+Jinja2==2.10.1
+Mako==1.1.0
+MarkupSafe==1.1.1
python-dateutil==2.8.0
-pytz==2018.9
+pytz==2019.2
six==1.12.0
-SQLAlchemy==1.2.18
-Werkzeug==0.14.1
+SQLAlchemy==1.3.8
+Werkzeug==0.15.6
WTForms==2.2.1