Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled biweekly dependency update for week 29 #1166

Closed
wants to merge 13 commits into from
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ jinja2==2.9.6
gunicorn==19.7.1

# Errors
raven[flask]==6.0.0
raven[flask]==6.1.0

# Database
pymysql==0.7.11
sqlalchemy==1.1.9
sqlalchemy==1.1.11

# Caching
redis==2.10.5

# Job Queue
rq==0.7.1
rq==0.8.0
rq-dashboard==0.3.7 # pyup: != 0.3.8

# Forms
Expand All @@ -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

Expand All @@ -42,35 +42,35 @@ 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

# 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
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
requests==2.13.0
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
markdown>=2.6,<2.7
pygal>=2.3,<2.4
pygal==2.4.0
bleach==2.0.0

# Logging
Expand All @@ -85,9 +85,9 @@ pylint>=1.5.2
names==0.3.0

# Testing
pytest>=3.0.0,<3.1
pytest-cov==2.4.0
selenium==3.3.3
pytest==3.1.3
pytest-cov==2.5.1
selenium==3.4.3

# until version 1.0.6 is on pypi
https://github.com/neta79/loremipsum/archive/py3_unicode_fix.zip