From c652487a2ac8b6b47f6c4b97b22aa5482cb449e3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Jun 2017 07:00:12 -0700 Subject: [PATCH 01/12] Update raven from 6.0.0 to 6.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 610ba105f..2c1f31314 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ jinja2==2.9.6 gunicorn==19.7.1 # Errors -raven[flask]==6.0.0 +raven[flask]==6.1.0 # Database pymysql==0.7.11 From fc23473fd77dc75a08c4a2881a10ef6580968fd3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Jun 2017 07:00:14 -0700 Subject: [PATCH 02/12] Update sqlalchemy from 1.1.9 to 1.1.10 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2c1f31314..5612b2459 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ raven[flask]==6.1.0 # Database pymysql==0.7.11 -sqlalchemy==1.1.9 +sqlalchemy==1.1.10 # Caching redis==2.10.5 From 8e0d7d3bf10ce812384cc491c4874667786e7c3f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Jun 2017 07:00:15 -0700 Subject: [PATCH 03/12] Update rq from 0.7.1 to 0.8.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5612b2459..da11eb74d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ sqlalchemy==1.1.10 redis==2.10.5 # Job Queue -rq==0.7.1 +rq==0.8.0 rq-dashboard==0.3.7 # pyup: != 0.3.8 # Forms From 33e7eec7475571d3b473735861481e8a83256a84 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Jun 2017 07:00:17 -0700 Subject: [PATCH 04/12] Update apache-libcloud from 1.5.0 to 2.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index da11eb74d..c0f5b551c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ Flask-Login==0.4.0 # File Storage lockfile==0.12.2 # For local storage -apache-libcloud==1.5.0 +apache-libcloud==2.0.0 # OAuth From 4498e9dcc39d5415a9d56e226f8700d0f836e929 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Jun 2017 07:00:18 -0700 Subject: [PATCH 05/12] Update flask-restful from 0.3.5 to 0.3.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c0f5b551c..d7046b15c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ oauthlib==2.0.2 https://github.com/lepture/flask-oauthlib/archive/d62bf665fa2a4ab71327cd665334fdec25ade116.zip Flask-WTF==0.14.2 -Flask-RESTful==0.3.5 +Flask-RESTful==0.3.6 Flask-Testing>=0.5.0,<1.0 Flask-RQ==0.2 From 32d82f51443c31d477aa455d0586d051ff9404b1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Jun 2017 07:00:21 -0700 Subject: [PATCH 06/12] Update flask-migrate from 2.0.3 to 2.0.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d7046b15c..bd6040d0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ Flask-RQ==0.2 # Flask DB Extensions Flask-SQLAlchemy==2.2 Flask-SQLAlchemy-Cache==0.1.5 -Flask-Migrate==2.0.3 +Flask-Migrate==2.0.4 # Timezones pytz==2017.2 From 696899f64bc04dfcbe0688222c5970eeb6799100 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Jun 2017 07:00:22 -0700 Subject: [PATCH 07/12] Update sendgrid from 3.6.3 to 3.6.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd6040d0e..42d6718f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ pytz==2017.2 arrow==0.10.0 # Emailing -sendgrid==3.6.3 # pyup: >=3.6,<4.0 +sendgrid==3.6.5 # pyup: >=3.6,<4.0 pynliner<1.0 # Autograder Interface From 5b48e0f243740c1ffa5722c36ca196ad08856f9a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Jun 2017 07:00:23 -0700 Subject: [PATCH 08/12] Update requests from 2.13.0 to 2.18.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 42d6718f2..05909b8bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,7 +60,7 @@ sendgrid==3.6.5 # pyup: >=3.6,<4.0 pynliner<1.0 # Autograder Interface -requests==2.13.0 +requests==2.18.1 # Front end itsdangerous==0.24 From f22d3a9c61f053388e3911238fb0925c84dd6a5e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Jun 2017 07:00:25 -0700 Subject: [PATCH 09/12] Update jsmin from 2.2.1 to 2.2.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 05909b8bf..20b2595bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -65,7 +65,7 @@ requests==2.18.1 # Front end itsdangerous==0.24 cssmin==0.2.0 -jsmin==2.2.1 +jsmin==2.2.2 hashids==1.2.0 pygments==2.2.0 humanize==0.5.1 From bab3b9b8ac49b2a450ef11651eab6496055f4e84 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Jun 2017 07:00:26 -0700 Subject: [PATCH 10/12] Pin pytest to latest version 3.1.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 20b2595bd..fa994d2d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -85,7 +85,7 @@ pylint>=1.5.2 names==0.3.0 # Testing -pytest>=3.0.0,<3.1 +pytest==3.1.2 pytest-cov==2.4.0 selenium==3.3.3 From 124796c0e5693f62e68ff9f62733d855319c823f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Jun 2017 07:00:28 -0700 Subject: [PATCH 11/12] Update pytest-cov from 2.4.0 to 2.5.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa994d2d0..86559203d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -86,7 +86,7 @@ names==0.3.0 # Testing pytest==3.1.2 -pytest-cov==2.4.0 +pytest-cov==2.5.1 selenium==3.3.3 # until version 1.0.6 is on pypi From a2214d0989c9f36ab1c0609a3a17337b427309b3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Jun 2017 07:00:29 -0700 Subject: [PATCH 12/12] Update selenium from 3.3.3 to 3.4.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 86559203d..3c8b68574 100644 --- a/requirements.txt +++ b/requirements.txt @@ -87,7 +87,7 @@ names==0.3.0 # Testing pytest==3.1.2 pytest-cov==2.5.1 -selenium==3.3.3 +selenium==3.4.3 # until version 1.0.6 is on pypi https://github.com/neta79/loremipsum/archive/py3_unicode_fix.zip