1
1
# Base packages
2
- pip==19.3.1
2
+ pip==20.0.2
3
3
appdirs==1.4.3
4
- virtualenv==16.7.7
4
+ virtualenv==20.0.16
5
5
6
- django==2.2.11 # pyup: <2.3
7
- django-extensions==2.2.5
6
+ django==2.2.12 # pyup: <2.3
7
+ django-extensions==2.2.9
8
8
django_polymorphic==2.1.2
9
9
10
10
djangorestframework==3.10.3
@@ -23,11 +23,11 @@ drf-extensions==0.5.0
23
23
django-vanilla-views==1.0.6
24
24
jsonfield==2.0.2
25
25
26
- requests==2.22 .0
26
+ requests==2.23 .0
27
27
requests-toolbelt==0.9.1
28
28
slumber==0.7.1
29
- pyyaml==5.1.2
30
- Pygments==2.4.2
29
+ pyyaml==5.3.1
30
+ Pygments==2.6.1
31
31
32
32
# Basic tools
33
33
# Redis 3.x has an incompatible change and fails
@@ -69,12 +69,12 @@ selectolax==0.2.1
69
69
orjson==2.0.7 # pyup: ignore
70
70
71
71
# Utils
72
- django-gravatar2==1.4.2
72
+ django-gravatar2==1.4.4
73
73
pytz==2019.3
74
74
Unipath==1.1
75
75
django-kombu==0.9.4
76
- stripe==2.38 .0
77
- regex==2019.11.1
76
+ stripe==2.44 .0
77
+ regex==2020.4.4
78
78
79
79
# unicode-slugify==0.1.5 is not released on PyPI yet
80
80
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5
@@ -91,8 +91,7 @@ nltk==3.4.5
91
91
textblob==0.15.3
92
92
93
93
django-annoying==0.10.5
94
- # Messages-extends needs a fix for Django 2.2 which isn't released (0.6.1 isn't out yet)
95
- git+https://github.com/AliLozano/django-messages-extends.git@5e1cd27#egg=django-messages-extends==0.6.1-dev1
94
+ django-messages-extends==0.6.2
96
95
djangorestframework-jsonp==1.0.2
97
96
django-taggit==1.1.0
98
97
dj-pagination==2.4.0
@@ -104,7 +103,7 @@ packaging==19.2
104
103
django-cors-middleware==1.4.0
105
104
106
105
# User agent parsing - used for analytics purposes
107
- user-agents==2.0
106
+ user-agents==2.1
108
107
109
108
# Utilities used to upload build media to cloud storage
110
109
# django-storages is pinned to this particular commit because it
@@ -113,7 +112,7 @@ user-agents==2.0
113
112
git+https://github.com/jschneier/django-storages@d0f027c98a877f75615cfc42b4d51c038fa41bf6#egg=django-storages[azure]==1.9.1
114
113
115
114
# Required only in development and linting
116
- django-debug-toolbar==2.0
115
+ django-debug-toolbar==2.2
117
116
118
117
# For enabling content-security-policy
119
118
django-csp==3.6
0 commit comments