Skip to content

Commit

Permalink
Merge pull request #4124 from rtfd/humitos/pur/update-packages
Browse files Browse the repository at this point in the history
Upgrade packages with pur
  • Loading branch information
ericholscher authored Jun 7, 2018
2 parents 732b37c + 2e7c243 commit e9d349c
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Base packages
pip==10.0.0
pip==10.0.1
appdirs==1.4.3
virtualenv==15.2.0
virtualenv==16.0.0
docutils==0.14
Sphinx==1.7.4

# 0.3.0 breaks sidebar
# https://github.com/rtfd/sphinx_rtd_theme/issues/610
sphinx_rtd_theme==0.2.5b1
sphinx_rtd_theme==0.3.1

Pygments==2.2.0

Expand All @@ -22,7 +19,7 @@ readthedocs-build<2.1
django-tastypie==0.13.0

django-guardian==1.4.9
django-extensions==2.0.6
django-extensions==2.0.7

# djangorestframework 3.7.x drops support for django 1.9.x
djangorestframework==3.6.4
Expand All @@ -47,7 +44,7 @@ dnspython==1.15.0

# VCS
httplib2==0.11.3
GitPython==2.1.9
GitPython==2.1.10

# Search
elasticsearch==1.5.0
Expand All @@ -72,7 +69,7 @@ django-formtools==2.1
# docker is pinned to 3.1.3 because we found some strange behavior
# related to timeouts on EXEC with 3.2.1 that's not present with 3.1.3
# https://github.com/rtfd/readthedocs.org/issues/3999
docker==3.1.3
docker==3.3.0

django-textclassifier==1.0
django-annoying==0.10.4
Expand Down

0 comments on commit e9d349c

Please sign in to comment.