Skip to content

Commit afa40e8

Browse files
pyup-botstsewd
andauthored
pyup: Scheduled weekly dependency update for week 10 (#7995)
* Update pygments from 2.8.0 to 2.8.1 * Update pygments from 2.8.0 to 2.8.1 * Update gitpython from 3.1.13 to 3.1.14 * Update docker from 4.4.3 to 4.4.4 * Update pillow from 8.1.0 to 8.1.2 * Update pillow from 8.1.0 to 8.1.2 * Update watchdog from 2.0.1 to 2.0.2 * Update ipdb from 0.13.4 to 0.13.5 * Update ipdb from 0.13.4 to 0.13.5 * Update tox from 3.22.0 to 3.23.0 * Update sphinx from 3.5.1 to 3.5.2 * Update markdown from 3.3.3 to 3.3.4 * Don't install mkdocs and friends Co-authored-by: Santos Gallegos <[email protected]>
1 parent da1e685 commit afa40e8

File tree

6 files changed

+12
-16
lines changed

6 files changed

+12
-16
lines changed

common

requirements/deploy.txt

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

1111
#For resizing images
12-
pillow==8.1.0
12+
pillow==8.1.2

requirements/docker.txt

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

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

1414
# local debugging tools
15-
watchdog==2.0.1
15+
watchdog==2.0.2
1616
datadiff==2.0.0
17-
ipdb==0.13.4
17+
ipdb==0.13.5
1818
pdbpp==0.10.2
1919

2020
# jedi 0.18 is incompatible with ipython
@@ -25,4 +25,4 @@ jedi>0.17,<0.18 # pyup: ignore
2525
argh==0.26.2
2626

2727
# run tests
28-
tox==3.22.0
28+
tox==3.23.0

requirements/docs.txt

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

3-
Sphinx==3.5.1
3+
Sphinx==3.5.2
4+
Pygments==2.8.1
45

56
# doctuils==0.15 produces this error
67
# File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted
@@ -19,11 +20,6 @@ readthedocs-sphinx-search==0.1.0
1920
# Test out hoverxref
2021
git+https://github.com/readthedocs/sphinx-hoverxref@master
2122

22-
Pygments==2.8.0
23-
24-
mkdocs==1.1.2
25-
Markdown==3.3.3
26-
2723
# Docs
2824
sphinxemoji==0.1.8
2925
sphinxcontrib-httpdomain==1.7.0

requirements/pip.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.8.0
31+
Pygments==2.8.1
3232

3333
# Basic tools
3434
redis==3.5.3
@@ -43,7 +43,7 @@ celery==5.0.5
4343
# override ``account/base.html`` within your project.
4444
django-allauth==0.42.0 # pyup: ignore
4545

46-
GitPython==3.1.13
46+
GitPython==3.1.14
4747

4848
# Search
4949
elasticsearch==7.11.0 # pyup: <8.0.0
@@ -74,7 +74,7 @@ git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.
7474
django-formtools==2.2
7575
django-crispy-forms==1.11.1
7676

77-
docker==4.4.3
77+
docker==4.4.4
7878

7979
django-textclassifier==1.0
8080
# django-textclassifier doesn't have pinned versions

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ pytest-mock==3.5.1
2424

2525
# local debugging tools
2626
datadiff==2.0.0
27-
ipdb==0.13.4
27+
ipdb==0.13.5
2828

2929
requests-mock==1.8.0

0 commit comments

Comments
 (0)