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

Upgrade all packages with pur #5059

Merged
merged 5 commits into from Jan 7, 2019
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion requirements/docs-lint.txt
@@ -1,2 +1,2 @@
Sphinx==1.8.2
Sphinx==1.8.3
rstcheck==3.3.1
10 changes: 5 additions & 5 deletions requirements/lint.txt
@@ -1,12 +1,12 @@
-r pip.txt
# We need these special cases of Python < 3 because we run tests with
# Python 2 still
astroid==2.0.4; python_version > '3'
astroid==1.6.4; python_version < '3'
pylint==2.1.1; python_version > '3'
astroid==2.1.0; python_version > '3'
astroid<1.7 python_version < '3'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A semicolon is missing here

pylint==2.2.2; python_version > '3'
pylint<2; python_version < '3'
pylint-django==2.0.2; python_version > '3'
pylint-django==0.11.1; python_version < '3'
pylint-django==2.0.5; python_version > '3'
pylint-django<0.12; python_version < '3'
pylint-celery==0.3
prospector==1.1.6.2
pyflakes==2.0.0
20 changes: 10 additions & 10 deletions requirements/pip.txt
@@ -1,22 +1,22 @@
# Base packages
pip==18.1
appdirs==1.4.3
virtualenv==16.1.0
virtualenv==16.2.0
docutils==0.14
Sphinx==1.8.2
Sphinx==1.8.3
sphinx_rtd_theme==0.4.2
sphinx-tabs==1.1.10
# Required to avoid Transifex error with reserved slug
# https://github.com/sphinx-doc/sphinx-intl/pull/27
git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl

Pygments==2.3.0
Pygments==2.3.1

mkdocs==1.0.4
Markdown==3.0.1

django==1.11.16
six==1.11.0
django==1.11.17
six==1.12.0
future==0.17.1
django-tastypie==0.14.2
django-guardian==1.4.9
Expand All @@ -33,10 +33,10 @@ djangorestframework==3.9.0
# E SyntaxError: invalid syntax
django-filter<2.0.0

django-vanilla-views==1.0.5
django-vanilla-views==1.0.6
jsonfield==2.0.2

requests==2.20.1
requests==2.21.0
requests-toolbelt==0.8.0
slumber==0.7.1
lxml==4.2.5
Expand All @@ -53,7 +53,7 @@ celery==4.1.1

django-allauth==0.38.0

dnspython==1.15.0
dnspython==1.16.0

# VCS
httplib2==0.12.0
Expand All @@ -75,11 +75,11 @@ pyquery==1.4.0
# Utils
django-gravatar2==1.4.2
pytz==2018.7
beautifulsoup4==4.6.3
beautifulsoup4==4.7.0
Unipath==1.1
django-kombu==0.9.4
mock==2.0.0
stripe==2.13.0
stripe==2.17.0

django-formtools==2.1

Expand Down
4 changes: 2 additions & 2 deletions requirements/testing.txt
@@ -1,9 +1,9 @@
-r pip.txt

django-dynamic-fixture==2.0.0
pytest==4.0.1
pytest==4.0.2
pytest-django==3.4.4
pytest-xdist==1.24.1
pytest-xdist==1.25.0
pytest-cov
apipkg==1.5
execnet==1.5.0
Expand Down