@@ -3,7 +3,7 @@ pip==19.0.2
3
3
appdirs==1.4.3
4
4
virtualenv==16.4.0
5
5
6
- django==1.11.20
6
+ django==1.11.20 # pyup: <1.12
7
7
django-tastypie==0.14.2
8
8
django-guardian==1.5.0
9
9
django-extensions==2.1.5
@@ -28,10 +28,10 @@ Pygments==2.3.1
28
28
# Redis 3.x has an incompatible change and fails
29
29
# https://stackoverflow.com/questions/53331405/django-compress-error-invalid-input-of-type-cachekey
30
30
# https://github.com/sebleier/django-redis-cache/pull/162
31
- redis==2.10.6
31
+ redis==2.10.6 # pyup: ignore
32
32
# Celery 4.2 is incompatible with our code
33
33
# when ALWAYS_EAGER = True
34
- celery==4.1.1
34
+ celery==4.1.1 # pyup: ignore
35
35
36
36
django-allauth==0.38.0
37
37
@@ -45,7 +45,7 @@ httplib2==0.12.0
45
45
# introduces the usage of ``str`` which behaves differently in Py2 and
46
46
# Py3 We should check if all the tests pass again when we drop Py2
47
47
# support and we should be able to upgrade
48
- GitPython==2.1.10
48
+ GitPython==2.1.10 # pyup: ignore
49
49
50
50
# Search
51
51
elasticsearch==6.2.0
@@ -55,7 +55,7 @@ elasticsearch==6.2.0
55
55
# File "/home/travis/build/rtfd/readthedocs.org/.tox/py36/lib/python3.6/site-packages/django_elasticsearch_dsl/documents.py", line 8, in <module>
56
56
# from elasticsearch_dsl.document import DocTypeMeta as DSLDocTypeMeta
57
57
# ImportError: cannot import name 'DocTypeMeta'
58
- elasticsearch-dsl==6.1.0
58
+ elasticsearch-dsl==6.1.0 # pyup: ignore
59
59
django-elasticsearch-dsl==0.5.1
60
60
pyquery==1.4.0
61
61
@@ -74,7 +74,7 @@ django-formtools==2.1
74
74
# related to timeouts on EXEC with 3.2.1 and 3.3.0 that's not present
75
75
# with 3.1.3
76
76
# https://github.com/rtfd/readthedocs.org/issues/3999
77
- docker==3.1.3
77
+ docker==3.1.3 # pyup: ignore
78
78
79
79
django-textclassifier==1.0
80
80
django-annoying==0.10.4
0 commit comments