Skip to content

Commit 2552bb6

Browse files
authored
pyup: Scheduled weekly dependency update for week 44 (#8645)
* Update pip from 21.3 to 21.3.1 * Update virtualenv from 20.8.1 to 20.10.0 * Update pyyaml from 5.4.1 to 6.0 * Update django-elasticsearch-dsl from 7.2.0 to 7.2.1 * Update stripe from 2.60.0 to 2.61.0 * Update regex from 2021.10.8 to 2021.10.23 * Update textblob from 0.15.3 to 0.17.1 * Update packaging from 21.0 to 21.2 * Update pillow from 8.3.2 to 8.4.0 * Update pillow from 8.3.2 to 8.4.0 * Update awscli from 1.20.63 to 1.21.7 * Update mercurial from 5.9.2 to 5.9.3
1 parent cb2b765 commit 2552bb6

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

requirements/deploy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ gunicorn==20.1.0
2222
git+https://github.com/sebleier/[email protected]#egg=django-redis-cache
2323

2424
#For resizing images
25-
pillow==8.3.2
25+
pillow==8.4.0

requirements/docker.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ psycopg2-binary==2.8.6 # pyup: ignore
1111
django-redis-cache==2.1.3 # pyup: ignore
1212

1313
# For resizing images
14-
pillow==8.3.2
14+
pillow==8.4.0
1515

1616
# local debugging tools
1717
watchdog==2.1.6
@@ -30,4 +30,4 @@ argh==0.26.2
3030
tox==3.24.4
3131

3232
# AWS utilities to use against MinIO
33-
awscli==1.20.63
33+
awscli==1.21.7

requirements/pip.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Base packages
22

3-
pip==21.3
4-
virtualenv==20.8.1
3+
pip==21.3.1
4+
virtualenv==20.10.0
55

66
django==2.2.24 # pyup: <2.3
77
django-extensions==3.1.3
@@ -26,7 +26,7 @@ jsonfield==3.1.0
2626
requests==2.26.0
2727
requests-toolbelt==0.9.1
2828
slumber==0.7.1
29-
pyyaml==5.4.1
29+
pyyaml==6.0
3030
Pygments==2.10.0
3131

3232
# Basic tools
@@ -48,7 +48,7 @@ GitPython==3.1.18 # pyup: ignore
4848
# Search
4949
elasticsearch==7.15.1 # pyup: <8.0.0
5050
elasticsearch-dsl==7.4.0 # pyup: <8.0
51-
django-elasticsearch-dsl==7.2.0 # pyup: <8.0
51+
django-elasticsearch-dsl==7.2.1 # pyup: <8.0
5252
selectolax==0.3.5
5353

5454
# embed
@@ -64,8 +64,8 @@ django-gravatar2==1.4.4
6464
pytz==2021.3
6565
Unipath==1.1
6666
django-kombu==0.9.4
67-
stripe==2.60.0
68-
regex==2021.10.8
67+
stripe==2.61.0
68+
regex==2021.10.23
6969
markdown==3.3.4
7070

7171
# unicode-slugify==0.1.5 is not released on PyPI yet
@@ -80,7 +80,7 @@ django-textclassifier==1.0
8080
# django-textclassifier doesn't have pinned versions
8181
# if there is an update they could break our code
8282
nltk==3.6.5
83-
textblob==0.15.3
83+
textblob==0.17.1
8484

8585
django-annoying==0.10.6
8686
django-messages-extends==0.6.2
@@ -89,7 +89,7 @@ django-taggit==1.5.1
8989
dj-pagination==2.5.0
9090

9191
# Version comparison stuff
92-
packaging==21.0
92+
packaging==21.2
9393

9494
# django-cors-middleware==1.5.0 fails with
9595
# AttributeError: 'dict' object has no attribute 'has_header'

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pytest-cov==3.0.0
1111
apipkg==2.1.0
1212
execnet==1.9.0
1313

14-
Mercurial==5.9.2
14+
Mercurial==5.9.3
1515

1616
yamale==2.2.0 # pyup: <3.0
1717
pytest-mock==3.6.1

0 commit comments

Comments
 (0)