Skip to content

Commit 34da5b1

Browse files
authored
pyup: Scheduled weekly dependency update for week 14 (#8071)
* Update django-extensions from 3.1.1 to 3.1.2 * Update regex from 2021.3.17 to 2021.4.4 * Update pillow from 8.1.2 to 8.2.0 * Update pillow from 8.1.2 to 8.2.0 * Update sphinx_rtd_theme from 0.5.1 to 0.5.2 * Update pytest from 6.2.2 to 6.2.3
1 parent aa1da3f commit 34da5b1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

requirements/deploy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ gunicorn==20.1.0
99
django-redis-cache==2.1.3 # pyup: ignore
1010

1111
#For resizing images
12-
pillow==8.1.2
12+
pillow==8.2.0

requirements/docker.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ psycopg2-binary==2.8.6
99
django-redis-cache==2.1.3 # pyup: ignore
1010

1111
# For resizing images
12-
pillow==8.1.2
12+
pillow==8.2.0
1313

1414
# local debugging tools
1515
watchdog==2.0.2

requirements/docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pygments==2.8.1
1111
# AttributeError: 'str' object has no attribute 'rawsource'
1212
docutils==0.14 # pyup: ignore
1313

14-
sphinx_rtd_theme==0.5.1
14+
sphinx_rtd_theme==0.5.2
1515
sphinx-tabs==2.1.0
1616
sphinx-intl==2.0.1
1717

requirements/pip.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pip==21.0.1
44
virtualenv==20.4.3
55

66
django==2.2.19 # pyup: <2.3
7-
django-extensions==3.1.1
7+
django-extensions==3.1.2
88
django_polymorphic==3.0.0
99
django-autoslug==1.9.8
1010

@@ -64,7 +64,7 @@ pytz==2021.1
6464
Unipath==1.1
6565
django-kombu==0.9.4
6666
stripe==2.56.0
67-
regex==2021.3.17
67+
regex==2021.4.4
6868

6969
# unicode-slugify==0.1.5 is not released on PyPI yet
7070
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5

requirements/testing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-r pip.txt
44

55
django-dynamic-fixture==3.1.1
6-
pytest==6.2.2
6+
pytest==6.2.3
77
pytest-custom-exit-code==0.3.0
88
pytest-django==4.1.0
99
pytest-xdist==2.2.1

0 commit comments

Comments
 (0)