Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup and configure pyup.io #5272

Merged
merged 1 commit into from Feb 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements/lint.txt
@@ -1,10 +1,10 @@
-r pip.txt
# prospector 1.1.6.2 is not compatible with 2.1.0
astroid<=2.0.4
astroid<=2.0.4 # pyup: ignore
# prospector 1.1.6.2 is not compatible with 2.2.2
pylint<=2.1.1
pylint-django<2.0.5
pylint<=2.1.1 # pyup: ignore
pylint-django<2.0.5 # pyup: ignore
pylint-celery==0.3
prospector==1.1.6.2
# prospector 1.1.6.2 is not compatible with 2.0.0
pyflakes<2.0.0
pyflakes<2.0.0 # pyup: ignore
12 changes: 6 additions & 6 deletions requirements/pip.txt
Expand Up @@ -3,7 +3,7 @@ pip==19.0.2
appdirs==1.4.3
virtualenv==16.4.0

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

django-allauth==0.38.0

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

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

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

django-textclassifier==1.0
django-annoying==0.10.4
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Expand Up @@ -15,7 +15,7 @@ execnet==1.5.0
# supported platform.
# mercurial-scm.org/wiki/SupportedPythonVersions
# (Pinned to 4.4.2 since what we need for testing is still useful)
Mercurial==4.4.2
Mercurial==4.4.2 # pyup: ignore

yamale==1.8.0
pytest-mock==1.10.1
Expand Down