Skip to content

Commit e063d5d

Browse files
committed
bump required yet again to stay fresh
1 parent 815fd2e commit e063d5d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Django==1.8.4
1+
Django==1.8.6
22
dj-database-url==0.3.0
33
django-extensions==1.5.9
4-
tox==2.1.1
5-
factory-boy==2.5.2
6-
coverage==3.7.1
4+
tox==2.2.1
5+
factory-boy==2.6.0
6+
coverage==4.0.2
77

88
# for heroku support
99
psycopg2==2.6.1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ commands =
1919
deps =
2020
dj_database_url==0.3.0
2121
django-extensions==1.5.9
22-
factory-boy==2.5.2
22+
factory-boy==2.6.0
2323
coveralls: coverage
2424
django14: Django<1.5
2525
django15: Django<1.6

0 commit comments

Comments
 (0)