Skip to content

Commit a3f3705

Browse files
pyup-botstsewd
andauthored
pyup: Scheduled weekly dependency update for week 07 (#7913)
* Update drf-flex-fields from 0.8.8 to 0.8.9 * Update drf-extensions from 0.6.0 to 0.7.0 * Update pygments from 2.7.4 to 2.8.0 * Update pygments from 2.7.4 to 2.8.0 * Update gitpython from 3.1.12 to 3.1.13 * Update elasticsearch from 7.10.1 to 7.11.0 * Update watchdog from 1.0.2 to 2.0.0 * Update sphinx from 3.4.3 to 3.5.0 * Update sphinx-tabs from 1.3.0 to 2.0.1 * Update pytest-xdist from 2.2.0 to 2.2.1 * Update search extension * Update sphinx Co-authored-by: Santos Gallegos <[email protected]>
1 parent cc1a02d commit a3f3705

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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.1.0
1313

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

requirements/docs.txt

Lines changed: 4 additions & 4 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.4.3
3+
Sphinx==3.5.1
44

55
# doctuils==0.15 produces this error
66
# File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted
@@ -11,15 +11,15 @@ Sphinx==3.4.3
1111
docutils==0.14 # pyup: ignore
1212

1313
sphinx_rtd_theme==0.5.1
14-
sphinx-tabs==1.3.0
14+
sphinx-tabs==2.0.1
1515
sphinx-intl==2.0.1
1616

17-
readthedocs-sphinx-search==0.1.0rc3
17+
readthedocs-sphinx-search==0.1.0
1818

1919
# Test out hoverxref
2020
git+https://github.com/readthedocs/sphinx-hoverxref@master
2121

22-
Pygments==2.7.4
22+
Pygments==2.8.0
2323

2424
mkdocs==1.1.2
2525
Markdown==3.3.3

requirements/pip.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Sphinx==1.8.5 # pyup: <2.0.0
1818
# Filtering for the REST API
1919
django-filter==2.4.0
2020

21-
drf-flex-fields==0.8.8
22-
drf-extensions==0.6.0
21+
drf-flex-fields==0.8.9
22+
drf-extensions==0.7.0
2323

2424
django-vanilla-views==2.0.0
2525
jsonfield==3.1.0
@@ -28,7 +28,7 @@ requests==2.25.1
2828
requests-toolbelt==0.9.1
2929
slumber==0.7.1
3030
pyyaml==5.4.1
31-
Pygments==2.7.4
31+
Pygments==2.8.0
3232

3333
# Basic tools
3434
# Redis 3.x has an incompatible change and fails
@@ -49,10 +49,10 @@ celery==4.1.1 # pyup: ignore
4949
# override ``account/base.html`` within your project.
5050
django-allauth==0.42.0 # pyup: ignore
5151

52-
GitPython==3.1.12
52+
GitPython==3.1.13
5353

5454
# Search
55-
elasticsearch==7.10.1 # pyup: <8.0.0
55+
elasticsearch==7.11.0 # pyup: <8.0.0
5656
elasticsearch-dsl==7.3.0 # pyup: <8.0
5757
django-elasticsearch-dsl==7.1.4 # pyup: <8.0
5858
selectolax==0.2.10

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ django-dynamic-fixture==3.1.1
66
pytest==6.2.2
77
pytest-custom-exit-code==0.3.0
88
pytest-django==4.1.0
9-
pytest-xdist==2.2.0
9+
pytest-xdist==2.2.1
1010
pytest-cov==2.11.1
1111
apipkg==1.5
1212
execnet==1.8.0

0 commit comments

Comments
 (0)