File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ sphinxcontrib-httpdomain==1.7.0
30
30
sphinx-prompt==1.0.0
31
31
sphinx-notfound-page==0.4
32
32
commonmark==0.9.0
33
- recommonmark==0.5 .0
33
+ recommonmark==0.6 .0
Original file line number Diff line number Diff line change 1
1
# Base packages
2
- pip==19.2.1
2
+ pip==19.2.2
3
3
appdirs==1.4.3
4
4
virtualenv==16.7.2
5
5
@@ -42,7 +42,7 @@ celery==4.1.1 # pyup: ignore
42
42
43
43
django-allauth==0.39.1
44
44
45
- GitPython==2.1.13
45
+ GitPython==3.0.1
46
46
47
47
# Search
48
48
elasticsearch==6.4.0 # pyup: <7.0.0
@@ -67,7 +67,7 @@ pyquery==1.4.0
67
67
68
68
# lxml is used by pyquery
69
69
# defusedxml is recommended when using lxml
70
- lxml==4.4.0
70
+ lxml==4.4.1
71
71
defusedxml==0.6.0
72
72
73
73
# Utils
@@ -76,7 +76,7 @@ pytz==2019.2
76
76
Unipath==1.1
77
77
django-kombu==0.9.4
78
78
mock==3.0.5
79
- stripe==2.33 .0
79
+ stripe==2.34 .0
80
80
81
81
# unicode-slugify==0.1.5 is not released on PyPI yet
82
82
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ pytest-django==3.4.6 # pyup: <3.4.7
12
12
pytest-xdist==1.27.0 # pyup: ignore
13
13
pytest-cov==2.7.1
14
14
apipkg==1.5
15
- execnet==1.6.1
15
+ execnet==1.7.0
16
16
17
17
# Mercurial 4.3 and newer require Python 2.7
18
18
# Mercurial is actively being ported to Python 3. As of Mercurial 4.3,
@@ -22,7 +22,7 @@ execnet==1.6.1
22
22
# (Pinned to 4.4.2 since what we need for testing is still useful)
23
23
Mercurial==4.4.2 # pyup: ignore
24
24
25
- yamale==1.10.0
25
+ yamale==1.10.1
26
26
pytest-mock==1.10.4
27
27
28
28
# local debugging tools
You can’t perform that action at this time.
0 commit comments