Skip to content

Commit 4a09a53

Browse files
authored
pyup: Scheduled weekly dependency update for week 01 (#7793)
* Update pip from 20.3.1 to 20.3.3 * Update requests from 2.25.0 to 2.25.1 * Update elasticsearch from 7.9.1 to 7.10.1 * Update selectolax from 0.2.9 to 0.2.10 * Update pytz from 2020.4 to 2020.5 * Update docker from 4.4.0 to 4.4.1 * Update packaging from 20.7 to 20.8 * Update pillow from 8.0.1 to 8.1.0 * Update pillow from 8.0.1 to 8.1.0 * Update watchdog from 0.10.4 to 1.0.2 * Update sphinx from 3.3.1 to 3.4.2 * Update sphinx-notfound-page from 0.5 to 0.6 * Update recommonmark from 0.6.0 to 0.7.1 * Update pytest from 6.1.2 to 6.2.1 * Update pytest-xdist from 2.1.0 to 2.2.0 * Update pytest-mock from 3.3.1 to 3.5.0
1 parent f5390f3 commit 4a09a53

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

requirements/deploy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ gunicorn==20.0.4
1010
django-redis-cache==2.1.3 # pyup: ignore
1111

1212
#For resizing images
13-
pillow==8.0.1
13+
pillow==8.1.0

requirements/docker.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ psycopg2-binary==2.8.6
99
django-redis-cache==2.1.3 # pyup: ignore
1010

1111
# For resizing images
12-
pillow==8.0.1
12+
pillow==8.1.0
1313

1414
# local debugging tools
15-
watchdog==0.10.4
15+
watchdog==1.0.2
1616
datadiff==2.0.0
1717
ipdb==0.13.4
1818
pdbpp==0.10.2

requirements/docs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Packages required to build docs, independent of application dependencies
22

3-
Sphinx==3.3.1
3+
Sphinx==3.4.2
44

55
# doctuils==0.15 produces this error
66
# File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted
@@ -28,9 +28,9 @@ Markdown==3.3.3
2828
sphinxemoji==0.1.8
2929
sphinxcontrib-httpdomain==1.7.0
3030
sphinx-prompt==1.3.0
31-
sphinx-notfound-page==0.5
31+
sphinx-notfound-page==0.6
3232
commonmark==0.9.1
33-
recommonmark==0.6.0
33+
recommonmark==0.7.1
3434

3535
# Linting
3636
rstcheck==3.3.1

requirements/pip.txt

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

3-
pip==20.3.1
3+
pip==20.3.3
44
virtualenv==20.2.2
55

66
django==2.2.17 # pyup: <2.3
@@ -24,7 +24,7 @@ drf-extensions==0.6.0
2424
django-vanilla-views==2.0.0
2525
jsonfield==3.1.0
2626

27-
requests==2.25.0
27+
requests==2.25.1
2828
requests-toolbelt==0.9.1
2929
slumber==0.7.1
3030
pyyaml==5.3.1
@@ -52,10 +52,10 @@ django-allauth==0.42.0 # pyup: ignore
5252
GitPython==3.1.11
5353

5454
# Search
55-
elasticsearch==7.9.1 # pyup: <8.0.0
55+
elasticsearch==7.10.1 # pyup: <8.0.0
5656
elasticsearch-dsl==7.3.0 # pyup: <8.0
5757
django-elasticsearch-dsl==7.1.4 # pyup: <8.0
58-
selectolax==0.2.9
58+
selectolax==0.2.10
5959

6060
# NOTE: this dep can be removed in python 3.7 in favor of ``date.fromisoformat``
6161
python-dateutil==2.8.1
@@ -65,7 +65,7 @@ orjson==2.0.7 # pyup: ignore
6565

6666
# Utils
6767
django-gravatar2==1.4.4
68-
pytz==2020.4
68+
pytz==2020.5
6969
Unipath==1.1
7070
django-kombu==0.9.4
7171
stripe==2.55.1
@@ -77,7 +77,7 @@ git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.
7777
django-formtools==2.2
7878
django-crispy-forms==1.10.0
7979

80-
docker==4.4.0
80+
docker==4.4.1
8181

8282
django-textclassifier==1.0
8383
# django-textclassifier doesn't have pinned versions
@@ -92,7 +92,7 @@ django-taggit==1.3.0
9292
dj-pagination==2.5.0
9393

9494
# Version comparison stuff
95-
packaging==20.7
95+
packaging==20.8
9696

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

requirements/testing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
-r pip.txt
44

55
django-dynamic-fixture==3.1.1
6-
pytest==6.1.2
6+
pytest==6.2.1
77
pytest-custom-exit-code==0.3.0
88
pytest-django==4.1.0
9-
pytest-xdist==2.1.0
9+
pytest-xdist==2.2.0
1010
pytest-cov==2.10.1
1111
apipkg==1.5
1212
execnet==1.7.1
@@ -20,7 +20,7 @@ execnet==1.7.1
2020
Mercurial==4.4.2 # pyup: ignore
2121

2222
yamale==2.2.0 # pyup: <3.0
23-
pytest-mock==3.3.1
23+
pytest-mock==3.5.0
2424

2525
# local debugging tools
2626
datadiff==2.0.0

0 commit comments

Comments
 (0)