Skip to content

Commit

Permalink
Merge b0cc788 into e6db86a
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 1, 2018
2 parents e6db86a + b0cc788 commit c29a2aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==2.0.7
Django==2.1
django-bootstrap3==10.0.1
dj-database-url==0.5.0
dj-static==0.0.6
Expand Down
2 changes: 1 addition & 1 deletion teamtemp/tests/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Meta(object):

id = FuzzyText(length=8, chars=utils.chars)
creator = factory.SubFactory(UserFactory)
password = make_password('testing')
password = make_password(None)


class TeamFactory(CleanModelFactory):
Expand Down

0 comments on commit c29a2aa

Please sign in to comment.