From 01cf56559b89675bfa740ce743cce5ee46f7932a Mon Sep 17 00:00:00 2001 From: Alexis M Date: Fri, 6 Sep 2019 23:59:05 +0200 Subject: [PATCH] Update requirements.txt --- ihatemoney/tests/tests.py | 2 +- requirements.txt | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ihatemoney/tests/tests.py b/ihatemoney/tests/tests.py index 02e58ae0..551af96c 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 d4a00920..b78fe261 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