Skip to content

Commit 312736a

Browse files
committed
Setup and configure pyup.io
This bot will help up to keep our dependencies up to date. This is similar to what we were doing with pur manually. https://pyup.io/
1 parent 5501531 commit 312736a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

requirements/lint.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
-r pip.txt
22
# prospector 1.1.6.2 is not compatible with 2.1.0
3-
astroid<=2.0.4
3+
astroid<=2.0.4 # pyup: ignore
44
# prospector 1.1.6.2 is not compatible with 2.2.2
5-
pylint<=2.1.1
6-
pylint-django<2.0.5
5+
pylint<=2.1.1 # pyup: ignore
6+
pylint-django<2.0.5 # pyup: ignore
77
pylint-celery==0.3
88
prospector==1.1.6.2
99
# prospector 1.1.6.2 is not compatible with 2.0.0
10-
pyflakes<2.0.0
10+
pyflakes<2.0.0 # pyup: ignore

requirements/pip.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pip==19.0.2
33
appdirs==1.4.3
44
virtualenv==16.4.0
55

6-
django==1.11.20
6+
django==1.11.20 # pyup: <1.12
77
django-tastypie==0.14.2
88
django-guardian==1.5.0
99
django-extensions==2.1.5
@@ -28,10 +28,10 @@ Pygments==2.3.1
2828
# Redis 3.x has an incompatible change and fails
2929
# https://stackoverflow.com/questions/53331405/django-compress-error-invalid-input-of-type-cachekey
3030
# https://github.com/sebleier/django-redis-cache/pull/162
31-
redis==2.10.6
31+
redis==2.10.6 # pyup: ignore
3232
# Celery 4.2 is incompatible with our code
3333
# when ALWAYS_EAGER = True
34-
celery==4.1.1
34+
celery==4.1.1 # pyup: ignore
3535

3636
django-allauth==0.38.0
3737

@@ -45,7 +45,7 @@ httplib2==0.12.0
4545
# introduces the usage of ``str`` which behaves differently in Py2 and
4646
# Py3 We should check if all the tests pass again when we drop Py2
4747
# support and we should be able to upgrade
48-
GitPython==2.1.10
48+
GitPython==2.1.10 # pyup: ignore
4949

5050
# Search
5151
elasticsearch==6.2.0
@@ -55,7 +55,7 @@ elasticsearch==6.2.0
5555
# File "/home/travis/build/rtfd/readthedocs.org/.tox/py36/lib/python3.6/site-packages/django_elasticsearch_dsl/documents.py", line 8, in <module>
5656
# from elasticsearch_dsl.document import DocTypeMeta as DSLDocTypeMeta
5757
# ImportError: cannot import name 'DocTypeMeta'
58-
elasticsearch-dsl==6.1.0
58+
elasticsearch-dsl==6.1.0 # pyup: ignore
5959
django-elasticsearch-dsl==0.5.1
6060
pyquery==1.4.0
6161

@@ -74,7 +74,7 @@ django-formtools==2.1
7474
# related to timeouts on EXEC with 3.2.1 and 3.3.0 that's not present
7575
# with 3.1.3
7676
# https://github.com/rtfd/readthedocs.org/issues/3999
77-
docker==3.1.3
77+
docker==3.1.3 # pyup: ignore
7878

7979
django-textclassifier==1.0
8080
django-annoying==0.10.4

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ execnet==1.5.0
1515
# supported platform.
1616
# mercurial-scm.org/wiki/SupportedPythonVersions
1717
# (Pinned to 4.4.2 since what we need for testing is still useful)
18-
Mercurial==4.4.2
18+
Mercurial==4.4.2 # pyup: ignore
1919

2020
yamale==1.8.0
2121
pytest-mock==1.10.1

0 commit comments

Comments
 (0)