Skip to content

Commit 10ceb32

Browse files
committed
Bump all packages to latest version, switch Django 1.11 -> 2.2
1 parent 4b921ea commit 10ceb32

File tree

4 files changed

+121
-132
lines changed

4 files changed

+121
-132
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ RUN pip install -r $PIP_REQUIREMENTS
1313

1414
# Remove unneeded files
1515
RUN find /usr/local/lib/python3.6/site-packages/ -name '*.po' -delete && \
16-
find /usr/local/lib/python3.6/site-packages/babel/locale-data/ -not -name 'en*' -not -name 'nl*' -name '*.dat' -delete && \
1716
find /usr/local/lib/python3.6/site-packages/tinymce/ -regextype posix-egrep -not -regex '.*/langs/(en|nl).*\.js' -wholename '*/langs/*.js' -delete
1817

1918
# Node builder

src/requirements/base.in

Lines changed: 38 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Install with: `pip install -r requirements/base.txt`
22

33
# Infrastructure
4-
Django == 1.11.29
5-
Pillow == 7.0.0
6-
psycopg2 == 2.8.4
4+
Django == 2.2.24
5+
Pillow == 8.3.2
6+
psycopg2 == 2.9.1
77
python-memcached == 1.59
88
sentry-sdk == 1.3.1
9-
uWSGI == 2.0.18
9+
uWSGI == 2.0.19.1
1010
WsgiUnproxy == 1.0
1111

1212
# CMS libraries
13-
django-fluent-blogs == 2.0.5
14-
django-fluent-comments == 2.1
13+
django-fluent-blogs == 2.0.6
14+
django-fluent-comments == 3.0
1515
django-fluent-contents[code,markup,oembeditem,text] == 2.0.7
1616
django-fluent-dashboard == 1.0.1
1717
django-fluent-pages == 2.0.7
@@ -34,58 +34,57 @@ fluentcms-twitterfeed == 1.0.3
3434

3535
# Support libs
3636
brotlipy >= 0.7.0
37-
django-admin-tools == 0.9.0
38-
django-analytical == 2.5.0
37+
django-admin-tools == 0.9.1
38+
django-analytical == 3.0.0
3939
django-any-imagefield == 1.1
4040
django-any-urlfield == 2.6.2
41-
django-axes == 5.3.0
41+
django-axes == 5.23.0
4242
django-categories-i18n == 1.1.1
43-
django-contrib-comments == 1.9.2
44-
django-crispy-forms == 1.9.0
45-
django-environ == 0.4.5
43+
django-contrib-comments == 2.1.0
44+
django-crispy-forms == 1.12.0
45+
django-environ == 0.6.0
4646
django-filebrowser-no-grappelli == 3.8.0
47-
django-forms-builder == 0.14.0
4847
django-gravatar2 == 1.4.4
4948
django-healthchecks == 1.4.2
50-
django-mptt == 0.11.0
51-
django-parler == 2.0.1
52-
django-phonenumber-field == 4.0.0
53-
django-polymorphic == 2.1.2
54-
django-polymorphic-tree == 1.5.1
55-
django-redis == 4.11.0
56-
django-simple-captcha == 0.5.12
57-
django-slug-preview == 1.0.4
49+
django-mptt == 0.13.3
50+
django-parler == 2.2
51+
django-phonenumber-field == 5.2.0
52+
django-polymorphic == 3.0.0
53+
django-polymorphic-tree == 2.0
54+
django-redis == 5.0.0
55+
django-simple-captcha == 0.5.14
56+
django-slug-preview == 1.0.5
5857
django-staff-toolbar == 1.2
5958
django-tag-parser == 3.2
60-
django-taggit == 1.2.0
59+
django-taggit == 1.5.1
6160
django-threadedcomments == 1.2
6261
django-tinymce == 2.8.0
6362
django-webmaster-verification == 0.3.0
6463
django-wysiwyg == 0.8.0
65-
docutils == 0.16
66-
html5lib == 1.0.1
67-
Markdown == 3.2.1
68-
micawber == 0.5.1
69-
netaddr == 0.7.19
70-
pytz == 2019.3
71-
redis == 3.4.1
64+
docutils == 0.17.1
65+
html5lib == 1.1
66+
Markdown == 3.3.4
67+
micawber == 0.5.4
68+
netaddr == 0.8.0
69+
pytz == 2021.1
70+
redis == 3.5.3
7271
smartypants == 2.0.1
73-
sorl-thumbnail == 12.6.3
74-
taggit-selectize == 2.7.1
75-
whitenoise == 5.0.1
72+
sorl-thumbnail == 12.7.0
73+
taggit-selectize == 2.10.0
74+
whitenoise == 5.3.0
7675
xlwt == 1.3.0
7776

7877
# Installed dependencies
7978
django-template-analyzer >= 1.6.2
80-
phonenumberslite >= 8.11.5
79+
phonenumberslite >= 8.12.31
8180
python-akismet >= 0.4.2
8281

8382
# Testing
84-
mock == 4.0.2
85-
coverage == 5.0.3
83+
mock == 4.0.3
84+
coverage == 5.5
8685

8786
# Pytest
88-
pytest == 5.3.5
89-
pytest-django == 3.8.0
90-
pytest-cov == 2.8.1
91-
pytest-sugar == 0.9.2
87+
pytest == 6.2.5
88+
pytest-django == 4.4.0
89+
pytest-cov == 2.12.1
90+
pytest-sugar == 0.9.4

0 commit comments

Comments
 (0)