Skip to content

Commit aba640e

Browse files
authored
pyup: Scheduled weekly dependency update for week 18 (readthedocs#8153)
* Update pip from 21.0.1 to 21.1.1 * Update virtualenv from 20.4.3 to 20.4.4 * Update django-extensions from 3.1.2 to 3.1.3 * Update drf-flex-fields from 0.8.9 to 0.9.0 * Update pygments from 2.8.1 to 2.9.0 * Update pygments from 2.8.1 to 2.9.0 * Update gitpython from 3.1.14 to 3.1.15 * Update elasticsearch from 7.12.0 to 7.12.1 * Update nltk from 3.6.1 to 3.6.2 * Update watchdog from 2.0.2 to 2.0.3 * Update pytest-mock from 3.5.1 to 3.6.0 * Update requests-mock from 1.8.0 to 1.9.2
1 parent d7a084e commit aba640e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

requirements/docker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ django-redis-cache==2.1.3 # pyup: ignore
1212
pillow==8.2.0
1313

1414
# local debugging tools
15-
watchdog==2.0.2
15+
watchdog==2.0.3
1616
datadiff==2.0.0
1717
ipdb==0.13.7
1818
pdbpp==0.10.2

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Packages required to build docs, independent of application dependencies
22

33
Sphinx==3.5.4
4-
Pygments==2.8.1
4+
Pygments==2.9.0
55

66
# doctuils==0.15 produces this error
77
# File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted

requirements/pip.txt

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

3-
pip==21.0.1
4-
virtualenv==20.4.3
3+
pip==21.1.1
4+
virtualenv==20.4.4
55

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

@@ -16,7 +16,7 @@ Sphinx==3.5.4
1616
# Filtering for the REST API
1717
django-filter==2.4.0
1818

19-
drf-flex-fields==0.8.9
19+
drf-flex-fields==0.9.0
2020
drf-extensions==0.7.0
2121

2222
django-vanilla-views==2.0.0
@@ -26,7 +26,7 @@ requests==2.25.1
2626
requests-toolbelt==0.9.1
2727
slumber==0.7.1
2828
pyyaml==5.4.1
29-
Pygments==2.8.1
29+
Pygments==2.9.0
3030

3131
# Basic tools
3232
redis==3.5.3
@@ -41,10 +41,10 @@ celery==5.0.5
4141
# override ``account/base.html`` within your project.
4242
django-allauth==0.42.0 # pyup: ignore
4343

44-
GitPython==3.1.14
44+
GitPython==3.1.15
4545

4646
# Search
47-
elasticsearch==7.12.0 # pyup: <8.0.0
47+
elasticsearch==7.12.1 # pyup: <8.0.0
4848
elasticsearch-dsl==7.3.0 # pyup: <8.0
4949
django-elasticsearch-dsl==7.2.0 # pyup: <8.0
5050
selectolax==0.2.11
@@ -77,7 +77,7 @@ docker==5.0.0
7777
django-textclassifier==1.0
7878
# django-textclassifier doesn't have pinned versions
7979
# if there is an update they could break our code
80-
nltk==3.6.1
80+
nltk==3.6.2
8181
textblob==0.15.3
8282

8383
django-annoying==0.10.6

requirements/testing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ execnet==1.8.0
2020
Mercurial==4.4.2 # pyup: ignore
2121

2222
yamale==2.2.0 # pyup: <3.0
23-
pytest-mock==3.5.1
23+
pytest-mock==3.6.0
2424

2525
# local debugging tools
2626
datadiff==2.0.0
2727
ipdb==0.13.7
2828

29-
requests-mock==1.8.0
29+
requests-mock==1.9.2

0 commit comments

Comments
 (0)