Skip to content

Commit ca4b59e

Browse files
committed
Bump packages for security updates
1 parent 0417aa8 commit ca4b59e

File tree

3 files changed

+98
-96
lines changed

3 files changed

+98
-96
lines changed

src/requirements/base.in

Lines changed: 32 additions & 32 deletions
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 == 3.2.7
5-
Pillow == 8.3.2
6-
psycopg2 == 2.9.1
4+
Django == 3.2.11
5+
Pillow == 9.0.0
6+
psycopg2 == 2.9.3
77
python-memcached == 1.59
88
raven == 6.10.0
9-
uWSGI == 2.0.19.1
9+
uWSGI == 2.0.20
1010
WsgiUnproxy == 1.0
1111

1212
# CMS libraries
13-
django-fluent-blogs == 2.0.6
13+
django-fluent-blogs == 3.0
1414
django-fluent-comments == 3.0
15-
django-fluent-contents[text,oembeditem,code] == 2.0.7
16-
django-fluent-dashboard == 1.0.1
17-
django-fluent-pages == 2.0.7
18-
django-fluent-utils == 2.0.1
15+
django-fluent-contents[text,oembeditem,code] == 3.0
16+
django-fluent-dashboard == 2.0
17+
django-fluent-pages == 3.0
18+
django-fluent-utils == 3.0.1
1919

2020
# Support libs
2121
brotlipy == 0.7.0
22-
django-admin-tools == 0.9.1
22+
django-admin-tools == 0.9.2
2323
django-analytical == 3.0.0
2424
django-any-imagefield == 1.1
25-
django-any-urlfield == 2.6.2
26-
django-axes == 5.24.0
27-
django-categories-i18n == 1.1.1
28-
django-compressor == 2.4.1
25+
django-any-urlfield == 2.7.post1
26+
django-axes == 5.28.0
27+
django-categories-i18n == 2.0
28+
django-compressor == 3.1
2929
django-contrib-comments == 2.1.0
30-
django-crispy-forms == 1.12.0
31-
django-environ == 0.7.0
30+
django-crispy-forms == 1.13.0
31+
django-environ == 0.8.1
3232
django-filebrowser-no-grappelli == 3.8.0
3333
django-healthchecks == 1.4.2
34-
django-mptt == 0.13.3
35-
django-parler == 2.2
36-
django-polymorphic == 3.0.0
37-
django-polymorphic-tree == 2.0
38-
django-redis == 5.0.0
34+
django-mptt == 0.13.4
35+
django-parler == 2.3
36+
django-polymorphic == 3.1.0
37+
django-polymorphic-tree == 2.1
38+
django-redis == 5.2.0
3939
django-singleton-admin == 0.0.4
40-
django-slug-preview == 1.0.5
41-
django-staff-toolbar == 1.2
40+
django-slug-preview == 2.0
41+
django-staff-toolbar == 2.0
4242
django-tag-parser == 3.2
43-
django-taggit == 1.5.1
44-
django-threadedcomments == 1.2
43+
django-taggit == 2.0.0
44+
django-threadedcomments == 2.0
4545
django-tinymce == 2.9.0
4646
django-wysiwyg == 0.8.0
4747
html5lib == 1.1
4848
micawber == 0.5.4
4949
netaddr == 0.8.0
50-
pytz == 2021.1
51-
redis == 3.5.3
50+
pytz == 2021.3
51+
redis == 4.1.0
5252
smartypants == 2.0.1
5353
sorl-thumbnail == 12.7.0
54-
taggit-selectize == 2.10.0
54+
taggit-selectize == 2.11.0
5555
whitenoise == 5.3.0
5656

5757
# Installed dependencies
5858
beautifulsoup4 >= 4.10.0
59-
django-template-analyzer == 1.6.2
59+
django-template-analyzer == 2.0
6060
python-akismet == 0.4.2
6161

6262
# Testing
6363
mock == 4.0.3
64-
coverage == 5.5
64+
coverage == 6.2
6565

6666
# Pytest (optional testrunner)
6767
pytest == 6.2.5
68-
pytest-django == 4.4.0
69-
pytest-cov == 2.12.1
68+
pytest-django == 4.5.2
69+
pytest-cov == 3.0.0
7070
pytest-sugar == 0.9.4

0 commit comments

Comments
 (0)