Skip to content

Commit 15eacb8

Browse files
authored
Merge pull request #6762 from readthedocs/update-some-deps
Update some dependencies
2 parents 50201cc + e7f1931 commit 15eacb8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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)