Skip to content

Commit 12cd98f

Browse files
committed
Bump Python requirements
1 parent edcef8c commit 12cd98f

File tree

3 files changed

+280
-111
lines changed

3 files changed

+280
-111
lines changed

src/requirements/base.in

+37-37
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
11
# Install with: `pip install -r requirements/base.txt`
22

33
# Infrastructure
4-
Django == 2.2.10
5-
Pillow == 7.0.0
6-
psycopg2 == 2.8.4
4+
Django == 2.2.24
5+
Pillow == 8.3.1
6+
psycopg2 == 2.9.1
77
python-memcached == 1.59
88
raven == 6.10.0
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[text,oembeditem,code] == 2.0.7
1616
django-fluent-dashboard == 1.0.1
1717
django-fluent-pages == 2.0.7
1818
django-fluent-utils == 2.0.1
1919

2020
# Support libs
2121
brotlipy == 0.7.0
22-
django-admin-tools == 0.9.0
23-
django-analytical == 2.5.0
24-
django-any-imagefield == 1.0
22+
django-admin-tools == 0.9.1
23+
django-analytical == 3.0.0
24+
django-any-imagefield == 1.1
2525
django-any-urlfield == 2.6.2
26-
django-axes == 5.2.2
26+
django-axes == 5.20.0
2727
django-categories-i18n == 1.1.1
28-
django-compressor == 2.4
29-
django-contrib-comments == 1.9.2
30-
django-crispy-forms == 1.8.1
28+
django-compressor == 2.4.1
29+
django-contrib-comments == 2.1.0
30+
django-crispy-forms == 1.12.0
3131
django-environ == 0.4.5
3232
django-filebrowser-no-grappelli == 3.8.0
3333
django-healthchecks == 1.4.2
34-
django-mptt == 0.11.0
35-
django-parler == 2.0.1
36-
django-polymorphic == 2.1.2
37-
django-polymorphic-tree == 1.5.1
38-
django-redis == 4.11.0
34+
django-mptt == 0.12.0
35+
django-parler == 2.2
36+
django-polymorphic == 3.0.0
37+
django-polymorphic-tree == 2.0
38+
django-redis == 5.0.0
3939
django-singleton-admin == 0.0.4
40-
django-slug-preview == 1.0.4
40+
django-slug-preview == 1.0.5
4141
django-staff-toolbar == 1.2
4242
django-tag-parser == 3.2
43-
django-taggit == 1.2.0
43+
django-taggit == 1.5.1
4444
django-threadedcomments == 1.2
45-
django-tinymce == 2.8.0
45+
django-tinymce == 2.9.0
4646
django-wysiwyg == 0.8.0
47-
html5lib == 1.0.1
48-
micawber == 0.5.1
49-
netaddr == 0.7.19
50-
pytz == 2019.3
51-
redis == 3.4.1
47+
html5lib == 1.1
48+
micawber == 0.5.4
49+
netaddr == 0.8.0
50+
pytz == 2021.1
51+
redis == 3.5.3
5252
smartypants == 2.0.1
53-
sorl-thumbnail == 12.6.2
54-
taggit-selectize == 2.7.1
55-
whitenoise == 5.0.1
53+
sorl-thumbnail == 12.7.0
54+
taggit-selectize == 2.10.0
55+
whitenoise == 5.3.0
5656

5757
# Installed dependencies
58-
beautifulsoup4 >= 4.8.2
58+
beautifulsoup4 >= 4.9.3
5959
django-template-analyzer == 1.6.2
60-
python-akismet == 0.4.1
60+
python-akismet == 0.4.2
6161

6262
# Testing
63-
mock == 3.0.5
64-
coverage == 5.0.3
63+
mock == 4.0.3
64+
coverage == 5.5
6565

6666
# Pytest (optional testrunner)
67-
pytest == 5.3.5
68-
pytest-django == 3.8.0
69-
pytest-cov == 2.8.1
70-
pytest-sugar == 0.9.2
67+
pytest == 6.2.4
68+
pytest-django == 4.4.0
69+
pytest-cov == 2.12.1
70+
pytest-sugar == 0.9.4

0 commit comments

Comments
 (0)