Skip to content

Commit 74f7930

Browse files
authored
Merge pull request #238 from hacklab-fi/revert-232-pyup_merged
Revert "Merge pyupbot updates"
2 parents ba93a36 + 4834b99 commit 74f7930

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

project/requirements/base.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
# Bleeding edge Django
22
django==1.8.5
3-
Jinja2==2.9.6
4-
django-jinja==2.3.0
5-
markupsafe==1.0
3+
Jinja2==2.8.1
4+
django-jinja==2.2.2
5+
markupsafe==0.23
66

77
# Configuration
8-
django-environ==0.4.3
8+
django-environ==0.4.1
99
django-secure==1.0.1
10-
whitenoise==3.3.0
10+
whitenoise==3.2.2
1111

1212
# Forms
13-
django-braces==1.11.0
13+
django-braces==1.10.0
1414
django-crispy-forms==1.6.1
1515
django-floppyforms==1.7.0
1616

1717
# Models
18-
django-model-utils==3.0.0
18+
django-model-utils==2.6
1919

2020
# Images
21-
Pillow==4.1.0
21+
Pillow==3.4.2
2222

2323
# Python-PostgreSQL Database Adapter
24-
psycopg2==2.7.1
24+
psycopg2==2.6.2
2525

2626
# Unicode slugification
2727
git+git://github.com/mozilla/unicode-slugify#egg=unicode-slugify==0.1.3-HEAD
2828
django-autoslug==1.9.3
2929

3030
# Time zones support
31-
pytz==2017.2
31+
pytz==2016.10
3232

3333
# Your custom requirements go here
34-
django-bootstrap3==8.2.2
34+
django-bootstrap3==7.1.0
3535
django-reversion==1.9.3
36-
djangorestframework==3.6.2
37-
Markdown==2.6.8
36+
djangorestframework==3.5.3
37+
Markdown==2.6.7
3838
django-filter==0.15.3
3939
djangorestframework-filters==0.9.1
4040
django-markdown==0.8.4

project/requirements/local.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Local development dependencies go here
22
-r base.txt
33

4-
django-extensions==1.7.8
4+
django-extensions==1.7.5
55
# django-debug-toolbar that works with Django 1.5+
6-
django-debug-toolbar==1.7
6+
django-debug-toolbar==1.6
77

88
# improved REPL
9-
ipdb==0.10.3
9+
ipdb==0.10.1
1010

1111
# the "python3 compatible" package is broken ATM
1212
# Required by maildump. Need to pin dependency to gevent beta to be Python 3-compatible.
@@ -15,14 +15,14 @@ ipdb==0.10.3
1515
#maildump==0.5.1
1616

1717
# Code quality
18-
flake8==3.3.0
18+
flake8==3.2.1
1919
pep8==1.7.0
2020
pep8-naming==0.4.1
2121
autopep8==1.3.1
2222
isort==4.2.5
2323

2424
factory-boy==2.8.1
25-
pytest==3.0.7
25+
pytest==3.0.5
2626
pytest-django==3.1.2
2727

2828
loremipsum==1.0.5

project/requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Test dependencies go here.
22
-r base.txt
33

4-
coverage==4.3.4
5-
flake8==3.3.0
4+
coverage==4.3.1
5+
flake8==3.2.1
66
pep8==1.7.0
77
pep8-naming==0.4.1
88

99
factory-boy==2.8.1
10-
pytest==3.0.7
10+
pytest==3.0.5
1111
pytest-django==3.1.2
1212

1313
loremipsum==1.0.5

0 commit comments

Comments
 (0)