Skip to content

Commit f1c3c4f

Browse files
pyup-botstsewd
andauthored
pyup: Scheduled weekly dependency update for week 38 (#8510)
* Update virtualenv from 20.7.2 to 20.8.0 * Update sphinx from 4.1.2 to 4.2.0 * Update elasticsearch from 7.14.0 to 7.14.1 * Update selectolax from 0.2.13 to 0.3.2 * Update regex from 2021.8.3 to 2021.8.28 * Update docker from 5.0.0 to 5.0.2 * Update nltk from 3.6.2 to 3.6.3 * Update pillow from 8.3.1 to 8.3.2 * Update pillow from 8.3.1 to 8.3.2 * Update tox from 3.24.3 to 3.24.4 * Update sphinx_rtd_theme from 0.5.2 to 1.0.0 * Update sphinxemoji from 0.1.8 to 0.1.9 * Update prospector from 1.3.1 to 1.5.1 * Update pytest from 6.2.4 to 6.2.5 * Downgrade prospector Co-authored-by: Santos Gallegos <[email protected]>
1 parent 500c94a commit f1c3c4f

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

requirements/deploy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ gunicorn==20.1.0
1313
django-redis-cache==2.1.3 # pyup: ignore
1414

1515
#For resizing images
16-
pillow==8.3.1
16+
pillow==8.3.2

requirements/docker.txt

+2-2
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.1
14+
pillow==8.3.2
1515

1616
# local debugging tools
1717
watchdog==2.1.5
@@ -27,4 +27,4 @@ jedi>0.17,<0.18 # pyup: ignore
2727
argh==0.26.2
2828

2929
# run tests
30-
tox==3.24.3
30+
tox==3.24.4

requirements/docs.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Sphinx==4.0.3 # pyup: ignore
66
Pygments==2.10.0
77

8-
sphinx_rtd_theme==0.5.2
8+
sphinx_rtd_theme==1.0.0
99
sphinx-tabs==3.2.0
1010
sphinx-intl==2.0.1
1111

@@ -15,7 +15,7 @@ readthedocs-sphinx-search==0.1.0
1515
git+https://github.com/readthedocs/sphinx-hoverxref@master
1616

1717
# Docs
18-
sphinxemoji==0.1.8
18+
sphinxemoji==0.1.9
1919
sphinxcontrib-httpdomain==1.7.0
2020
sphinx-prompt==1.4.0
2121
sphinx-notfound-page==0.7.1

requirements/pip.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Base packages
22

33
pip==21.2.4
4-
virtualenv==20.7.2
4+
virtualenv==20.8.0
55

66
django==2.2.24 # pyup: <2.3
77
django-extensions==3.1.3
@@ -12,7 +12,7 @@ django-simple-history==3.0.0
1212
djangorestframework==3.12.4
1313

1414
# For intersphinx during builds
15-
Sphinx==4.1.2
15+
Sphinx==4.2.0
1616

1717
# Filtering for the REST API
1818
django-filter==2.4.0
@@ -46,10 +46,10 @@ django-allauth==0.42.0 # pyup: ignore
4646
GitPython==3.1.18 # pyup: ignore
4747

4848
# Search
49-
elasticsearch==7.14.0 # pyup: <8.0.0
49+
elasticsearch==7.14.1 # pyup: <8.0.0
5050
elasticsearch-dsl==7.4.0 # pyup: <8.0
5151
django-elasticsearch-dsl==7.2.0 # pyup: <8.0
52-
selectolax==0.2.13
52+
selectolax==0.3.2
5353

5454
# embed
5555
pyquery==1.4.3
@@ -66,7 +66,7 @@ pytz==2021.1
6666
Unipath==1.1
6767
django-kombu==0.9.4
6868
stripe==2.60.0
69-
regex==2021.8.3
69+
regex==2021.8.28
7070
markdown==3.3.4
7171

7272
# unicode-slugify==0.1.5 is not released on PyPI yet
@@ -75,12 +75,12 @@ git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.
7575
django-formtools==2.3
7676
django-crispy-forms==1.12.0
7777

78-
docker==5.0.0
78+
docker==5.0.2
7979

8080
django-textclassifier==1.0
8181
# django-textclassifier doesn't have pinned versions
8282
# if there is an update they could break our code
83-
nltk==3.6.2
83+
nltk==3.6.3
8484
textblob==0.15.3
8585

8686
django-annoying==0.10.6

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.4
6+
pytest==6.2.5
77
pytest-custom-exit-code==0.3.0
88
pytest-django==4.4.0
99
pytest-xdist==2.3.0

0 commit comments

Comments
 (0)