Skip to content

Commit af3f443

Browse files
committed
Patch security fixes
1 parent 5d8c325 commit af3f443

File tree

3 files changed

+54
-54
lines changed

3 files changed

+54
-54
lines changed

src/requirements/base.in

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

33
# Infrastructure
4-
Django == 2.2.9
5-
Pillow == 6.2.1
4+
Django == 2.2.10
5+
Pillow == 7.0.0
66
psycopg2 == 2.8.4
77
python-memcached == 1.59
88
raven == 6.10.0
99
uWSGI == 2.0.18
1010
WsgiUnproxy == 1.0
1111

1212
# CMS libraries
13-
django-fluent-blogs == 2.0.4
13+
django-fluent-blogs == 2.0.5
1414
django-fluent-comments == 2.1
15-
django-fluent-contents[text,oembeditem,code] == 2.0.6
15+
django-fluent-contents[text,oembeditem,code] == 2.0.7
1616
django-fluent-dashboard == 1.0.1
17-
django-fluent-pages == 2.0.6
17+
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.8.1
22+
django-admin-tools == 0.9.0
2323
django-analytical == 2.5.0
2424
django-any-imagefield == 1.0
25-
django-any-urlfield == 2.6.1
26-
django-axes == 5.0.20
27-
django-categories-i18n == 1.1
28-
django-compressor == 2.3
25+
django-any-urlfield == 2.6.2
26+
django-axes == 5.2.2
27+
django-categories-i18n == 1.1.1
28+
django-compressor == 2.4
2929
django-contrib-comments == 1.9.2
3030
django-crispy-forms == 1.8.1
3131
django-environ == 0.4.5
3232
django-filebrowser-no-grappelli == 3.8.0
3333
django-healthchecks == 1.4.2
34-
django-mptt == 0.10.0
35-
django-parler == 2.0
34+
django-mptt == 0.11.0
35+
django-parler == 2.0.1
3636
django-polymorphic == 2.1.2
37-
django-polymorphic-tree == 1.5
37+
django-polymorphic-tree == 1.5.1
3838
django-redis == 4.11.0
3939
django-singleton-admin == 0.0.4
4040
django-slug-preview == 1.0.4
@@ -48,23 +48,23 @@ html5lib == 1.0.1
4848
micawber == 0.5.1
4949
netaddr == 0.7.19
5050
pytz == 2019.3
51-
redis == 3.3.11
51+
redis == 3.4.1
5252
smartypants == 2.0.1
53-
sorl-thumbnail == 12.5.0
53+
sorl-thumbnail == 12.6.2
5454
taggit-selectize == 2.7.1
5555
whitenoise == 5.0.1
5656

5757
# Installed dependencies
58-
beautifulsoup4 >= 4.8.1
59-
django-template-analyzer == 1.6.1
58+
beautifulsoup4 >= 4.8.2
59+
django-template-analyzer == 1.6.2
6060
python-akismet == 0.4.1
6161

6262
# Testing
6363
mock == 3.0.5
64-
coverage == 5.0
64+
coverage == 5.0.3
6565

6666
# Pytest (optional testrunner)
67-
pytest == 5.3.2
68-
pytest-django == 3.7.0
67+
pytest == 5.3.5
68+
pytest-django == 3.8.0
6969
pytest-cov == 2.8.1
7070
pytest-sugar == 0.9.2

src/requirements/base.txt

+29-29
Original file line numberDiff line numberDiff line change
@@ -5,87 +5,87 @@
55
# pip-compile --output-file=requirements/base.txt requirements/base.in
66
#
77
attrs==19.3.0 # via pytest
8-
beautifulsoup4==4.8.1
8+
beautifulsoup4==4.8.2
99
brotlipy==0.7.0
1010
certifi==2019.11.28 # via requests
1111
cffi==1.13.2 # via brotlipy
1212
chardet==3.0.4 # via requests
13-
coverage==5.0
14-
django-admin-tools==0.8.1
13+
coverage==5.0.3
14+
django-admin-tools==0.9.0
1515
django-analytical==2.5.0
1616
django-any-imagefield==1.0
17-
django-any-urlfield==2.6.1
17+
django-any-urlfield==2.6.2
1818
django-appconf==1.0.3 # via django-axes, django-compressor
19-
django-axes==5.0.20
20-
django-categories-i18n==1.1
21-
django-compressor==2.3
19+
django-axes==5.2.2
20+
django-categories-i18n==1.1.1
21+
django-compressor==2.4
2222
django-contrib-comments==1.9.2
2323
django-crispy-forms==1.8.1
2424
django-environ==0.4.5
2525
django-filebrowser-no-grappelli==3.8.0
26-
django-fluent-blogs==2.0.4
26+
django-fluent-blogs==2.0.5
2727
django-fluent-comments==2.1
28-
django-fluent-contents[code,oembeditem,text]==2.0.6
28+
django-fluent-contents[code,oembeditem,text]==2.0.7
2929
django-fluent-dashboard==1.0.1
30-
django-fluent-pages==2.0.6
30+
django-fluent-pages==2.0.7
3131
django-fluent-utils==2.0.1
3232
django-healthchecks==1.4.2
3333
django-ipware==2.1.0 # via django-axes
3434
django-js-asset==1.2.2 # via django-mptt
35-
django-mptt==0.10.0
36-
django-parler==2.0
37-
django-polymorphic-tree==1.5
35+
django-mptt==0.11.0
36+
django-parler==2.0.1
37+
django-polymorphic-tree==1.5.1
3838
django-polymorphic==2.1.2
3939
django-redis==4.11.0
4040
django-singleton-admin==0.0.4
4141
django-slug-preview==1.0.4
4242
django-staff-toolbar==1.2
4343
django-tag-parser==3.2
4444
django-taggit==1.2.0
45-
django-template-analyzer==1.6.1
45+
django-template-analyzer==1.6.2
4646
django-threadedcomments==1.2
4747
django-tinymce==2.8.0
4848
django-wysiwyg==0.8.0
49-
django==2.2.9
49+
django==2.2.10
5050
future==0.18.2 # via django-fluent-contents, django-fluent-dashboard, django-fluent-pages, django-polymorphic-tree
5151
html5lib==1.0.1
5252
idna==2.8 # via requests
53-
importlib-metadata==1.3.0 # via pluggy, pytest
53+
importlib-metadata==1.5.0 # via pluggy, pytest
5454
micawber==0.5.1
5555
mock==3.0.5
56-
more-itertools==8.0.2 # via pytest, zipp
56+
more-itertools==8.2.0 # via pytest
5757
netaddr==0.7.19
58-
packaging==19.2 # via pytest, pytest-sugar
59-
pillow==6.2.1
58+
packaging==20.1 # via pytest, pytest-sugar
59+
pillow==7.0.0
6060
pluggy==0.13.1 # via pytest
6161
psycopg2==2.8.4
62-
py==1.8.0 # via pytest
62+
py==1.8.1 # via pytest
6363
pycparser==2.19 # via cffi
6464
pygments==2.5.2 # via django-fluent-contents
65-
pyparsing==2.4.5 # via packaging
65+
pyparsing==2.4.6 # via packaging
6666
pytest-cov==2.8.1
67-
pytest-django==3.7.0
67+
pytest-django==3.8.0
6868
pytest-sugar==0.9.2
69-
pytest==5.3.2
69+
pytest==5.3.5
7070
python-akismet==0.4.1
7171
python-memcached==1.59
7272
pytz==2019.3
7373
raven==6.10.0
7474
rcssmin==1.0.6 # via django-compressor
75-
redis==3.3.11
75+
redis==3.4.1
7676
requests==2.22.0 # via django-healthchecks, python-akismet
7777
rjsmin==1.1.0 # via django-compressor
78-
six==1.13.0 # via django-appconf, django-contrib-comments, django-filebrowser-no-grappelli, django-fluent-contents, django-fluent-pages, django-healthchecks, html5lib, mock, packaging, python-memcached
78+
six==1.14.0 # via django-appconf, django-compressor, django-contrib-comments, django-filebrowser-no-grappelli, django-fluent-contents, django-healthchecks, django-parler, html5lib, mock, packaging, python-memcached
7979
smartypants==2.0.1
80-
sorl-thumbnail==12.5.0
80+
sorl-thumbnail==12.6.2
8181
soupsieve==1.9.5 # via beautifulsoup4
8282
sqlparse==0.3.0 # via django
8383
taggit-selectize==2.7.1
8484
termcolor==1.1.0 # via pytest-sugar
85-
urllib3==1.25.7 # via requests
85+
urllib3==1.25.8 # via requests
8686
uwsgi==2.0.18
87-
wcwidth==0.1.7 # via pytest
87+
wcwidth==0.1.8 # via pytest
8888
webencodings==0.5.1 # via html5lib
8989
whitenoise==5.0.1
9090
wsgiunproxy==1.0
91-
zipp==0.6.0 # via importlib-metadata
91+
zipp==2.1.0 # via importlib-metadata

src/requirements/dev.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# Useful extra developer packages:
66

77
# Debugging
8-
django-debug-toolbar == 2.1
9-
django-extensions == 2.2.5
8+
django-debug-toolbar == 2.2
9+
django-extensions == 2.2.6
1010

1111
# Documentation
12-
Sphinx == 2.3.0
12+
Sphinx == 2.3.1
1313
sphinx-rtd-theme == 0.4.3
1414

1515
# Profiling
@@ -19,5 +19,5 @@ yet-another-django-profiler == 1.1.0
1919

2020
# Debugging
2121
django-debugtools == 1.7.4
22-
ipython == 7.10.2
23-
ptpython == 2.0.6
22+
ipython == 7.12.0
23+
ptpython == 3.0.0

0 commit comments

Comments
 (0)