Skip to content

Commit d4ea13b

Browse files
committed
Merge branch 'master' into refactor-search-view
2 parents 258908f + 1d726ac commit d4ea13b

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ def get_version():
6262
latex_documents = [
6363
('index', 'ReadTheDocs.tex', u'Read the Docs Documentation',
6464
u'Eric Holscher, Charlie Leifer, Bobby Grace', 'manual'),
65-
('terms-of-service', 'readthedocs-tos.tex', u'Read the Docs - Terms of Service',
66-
u'Read the Docs, Inc', 'manual'),
6765
]
6866
man_pages = [
6967
('index', 'read-the-docs', u'Read the Docs Documentation',

requirements/deploy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ gunicorn==19.9.0
55
django-redis-cache==2.1.0
66

77
#For resizing images
8-
pillow==6.2.1
8+
pillow==7.0.0

requirements/docker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ psycopg2-binary==2.8.3
44
django-redis-cache==2.1.0
55

66
# For resizing images
7-
pillow==6.2.0
7+
pillow==7.0.0
88

99
# local debugging tools
1010
watchdog==0.9.0

requirements/pip.txt

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

6-
django==2.2.10 # pyup: <2.3
6+
django==2.2.11 # pyup: <2.3
77
django-extensions==2.2.5
88
django_polymorphic==2.1.2
99

@@ -40,7 +40,7 @@ kombu==4.3.0 # pyup: ignore
4040
# when ALWAYS_EAGER = True
4141
celery==4.1.1 # pyup: ignore
4242

43-
django-allauth==0.40.0
43+
django-allauth==0.41.0
4444

4545
GitPython==3.0.8
4646

0 commit comments

Comments
 (0)