Skip to content

Commit bcd3cfd

Browse files
committed
Upgrade python packages
1 parent 8bd627e commit bcd3cfd

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

src/requirements/base.in

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# Infrastructure
44
Django == 2.0.13
5-
Pillow == 6.1.0
6-
psycopg2 == 2.8.3
5+
Pillow == 6.2.1
6+
psycopg2 == 2.8.4
77
python-memcached == 1.59
88
raven == 6.10.0
99
uWSGI == 2.0.18
@@ -23,11 +23,11 @@ django-admin-tools == 0.8.1
2323
django-analytical == 2.5.0
2424
django-any-imagefield == 1.0
2525
django-any-urlfield == 2.6.1
26-
django-axes == 5.0.13
26+
django-axes == 5.0.18
2727
django-categories-i18n == 1.1
2828
django-compressor == 2.3
2929
django-contrib-comments == 1.9.1
30-
django-crispy-forms == 1.7.2
30+
django-crispy-forms == 1.8.0
3131
django-environ == 0.4.5
3232
django-filebrowser-no-grappelli == 3.7.8
3333
django-healthchecks == 1.4.2
@@ -45,17 +45,17 @@ django-threadedcomments == 1.2
4545
django-tinymce == 2.8.0
4646
django-wysiwyg == 0.8.0
4747
html5lib == 1.0.1
48-
micawber == 0.5.0
48+
micawber == 0.5.1
4949
netaddr == 0.7.19
50-
pytz == 2019.2
51-
redis == 3.3.8
50+
pytz == 2019.3
51+
redis == 3.3.11
5252
smartypants == 2.0.1
5353
sorl-thumbnail == 12.5.0
5454
taggit-selectize == 2.7.1
55-
whitenoise == 4.1.3
55+
whitenoise == 4.1.4
5656

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

@@ -64,7 +64,7 @@ mock == 3.0.5
6464
coverage == 4.5.4
6565

6666
# Pytest (optional testrunner)
67-
pytest == 5.1.2
68-
pytest-django == 3.5.1
69-
pytest-cov == 2.7.1
67+
pytest == 5.2.1
68+
pytest-django == 3.6.0
69+
pytest-cov == 2.8.1
7070
pytest-sugar == 0.9.2

src/requirements/base.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
# pip-compile --output-file=requirements/base.txt requirements/base.in
66
#
77
atomicwrites==1.3.0 # via pytest
8-
attrs==19.1.0 # via packaging, pytest
9-
beautifulsoup4==4.8.0
8+
attrs==19.3.0 # via pytest
9+
beautifulsoup4==4.8.1
1010
brotlipy==0.7.0
1111
certifi==2019.9.11 # via requests
12-
cffi==1.12.3 # via brotlipy
12+
cffi==1.13.1 # via brotlipy
1313
chardet==3.0.4 # via requests
1414
coverage==4.5.4
1515
django-admin-tools==0.8.1
1616
django-analytical==2.5.0
1717
django-any-imagefield==1.0
1818
django-any-urlfield==2.6.1
1919
django-appconf==1.0.3 # via django-axes, django-compressor
20-
django-axes==5.0.13
20+
django-axes==5.0.18
2121
django-categories-i18n==1.1
2222
django-compressor==2.3
2323
django-contrib-comments==1.9.1
24-
django-crispy-forms==1.7.2
24+
django-crispy-forms==1.8.0
2525
django-environ==0.4.5
2626
django-filebrowser-no-grappelli==3.7.8
2727
django-fluent-blogs==2.0.4
@@ -48,44 +48,44 @@ django-threadedcomments==1.2
4848
django-tinymce==2.8.0
4949
django-wysiwyg==0.8.0
5050
django==2.0.13
51-
future==0.17.1 # via django-fluent-contents, django-fluent-dashboard, django-fluent-pages, django-polymorphic-tree
51+
future==0.18.1 # via django-fluent-contents, django-fluent-dashboard, django-fluent-pages, django-polymorphic-tree
5252
html5lib==1.0.1
5353
idna==2.8 # via requests
54-
importlib-metadata==0.22 # via pluggy, pytest
55-
micawber==0.5.0
54+
importlib-metadata==0.23 # via pluggy, pytest
55+
micawber==0.5.1
5656
mock==3.0.5
5757
more-itertools==7.2.0 # via pytest, zipp
5858
netaddr==0.7.19
59-
packaging==19.1 # via pytest, pytest-sugar
60-
pillow==6.1.0
59+
packaging==19.2 # via pytest, pytest-sugar
60+
pillow==6.2.1
6161
pluggy==0.13.0 # via pytest
62-
psycopg2==2.8.3
62+
psycopg2==2.8.4
6363
py==1.8.0 # via pytest
6464
pycparser==2.19 # via cffi
6565
pygments==2.4.2 # via django-fluent-contents
6666
pyparsing==2.4.2 # via packaging
67-
pytest-cov==2.7.1
68-
pytest-django==3.5.1
67+
pytest-cov==2.8.1
68+
pytest-django==3.6.0
6969
pytest-sugar==0.9.2
70-
pytest==5.1.2
70+
pytest==5.2.1
7171
python-akismet==0.4.1
7272
python-memcached==1.59
73-
pytz==2019.2
73+
pytz==2019.3
7474
raven==6.10.0
7575
rcssmin==1.0.6 # via django-compressor
76-
redis==3.3.8
76+
redis==3.3.11
7777
requests==2.22.0 # via django-healthchecks, python-akismet
7878
rjsmin==1.1.0 # via django-compressor
7979
six==1.12.0 # via django-appconf, django-fluent-contents, django-fluent-pages, django-healthchecks, html5lib, mock, packaging, python-memcached
8080
smartypants==2.0.1
8181
sorl-thumbnail==12.5.0
82-
soupsieve==1.9.3 # via beautifulsoup4
82+
soupsieve==1.9.4 # via beautifulsoup4
8383
taggit-selectize==2.7.1
8484
termcolor==1.1.0 # via pytest-sugar
85-
urllib3==1.25.3 # via requests
85+
urllib3==1.25.6 # via requests
8686
uwsgi==2.0.18
8787
wcwidth==0.1.7 # via pytest
8888
webencodings==0.5.1 # via html5lib
89-
whitenoise==4.1.3
89+
whitenoise==4.1.4
9090
wsgiunproxy==1.0
9191
zipp==0.6.0 # via importlib-metadata

src/requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Debugging
88
django-debug-toolbar == 2.0
9-
django-extensions == 2.2.1
9+
django-extensions == 2.2.5
1010

1111
# Documentation
1212
Sphinx == 2.2.0
@@ -20,4 +20,4 @@ yet-another-django-profiler == 1.1.0
2020
# Debugging
2121
django-debugtools == 1.7.4
2222
ipython == 7.8.0
23-
ptpython == 2.0.4
23+
ptpython == 2.0.6

0 commit comments

Comments
 (0)