Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Apr 6, 2018
1 parent 376ed13 commit 4e27e55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion abilian/sbe/apps/preferences/tests.py
Expand Up @@ -3,6 +3,6 @@
from flask import url_for


def test_crm_notifications(client, login_user, req_ctx):
def test_sbe_notifications(client, login_user, req_ctx):
response = client.get(url_for("preferences.sbe_notifications"))
assert response.status_code == 200
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file requirements.txt requirements.in
#
abilian-core==0.10.9
abilian-core==0.10.10
alembic==0.8.10 # via abilian-core, flask-migrate
amqp==2.2.2 # via kombu
babel==2.5.3 # via flask-babel
Expand Down Expand Up @@ -47,7 +47,7 @@ mako==1.0.7 # via alembic
markdown==2.6.11
markupsafe==1.0 # via abilian-core, jinja2, mako
numpy==1.14.2 # via langid, pandas
openpyxl==2.5.1
openpyxl==2.5.2
pandas==0.22.0 # via abilian-core
pathlib==1.0.1 # via abilian-core
pillow==5.1.0 # via abilian-core
Expand Down

0 comments on commit 4e27e55

Please sign in to comment.