File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
{[default]deps}
52
52
53
53
# In Python 2, we need to pull in typing, mock
54
- py{26,27,py2}: typing ==3.7.4.3
54
+ py{26,27,py2}: typing ==3.10.0.0
55
55
py{26,27,py2}: mock ==3.0.5 # rq.filter: <4
56
56
57
57
# For pytest
@@ -93,7 +93,7 @@ basepython = {[default]basepython}
93
93
skip_install = True
94
94
95
95
deps =
96
- black ==20.8b1
96
+ black ==21.5b1
97
97
98
98
setenv =
99
99
BLACK_LINT_ARGS =--check
@@ -125,7 +125,7 @@ skip_install = True
125
125
126
126
deps =
127
127
flake8-bugbear ==21.4.3
128
- flake8 ==3.9.0
128
+ flake8 ==3.9.2
129
129
mccabe ==0.6.1
130
130
pep8-naming ==0.11.1
131
131
pycodestyle ==2.7.0
@@ -322,7 +322,7 @@ description = build documentation
322
322
basepython = {[default]basepython}
323
323
324
324
deps =
325
- Sphinx ==3.5.3
325
+ Sphinx ==4.0.0
326
326
sphinx-rtd-theme ==0.5.2
327
327
328
328
commands =
You can’t perform that action at this time.
0 commit comments