Skip to content

Commit dadbbfc

Browse files
committed
Fix a typo, meant strictly lesser than 0.6 :<
1 parent 4435a2a commit dadbbfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ enum34
55
flake8
66
flake8-blind-except
77
# Upper bound because of https://github.com/public/flake8-import-order/issues/42
8-
flake8-import-order>=0.4.0, <=0.6.0
8+
flake8-import-order>=0.4.0, <0.6.0
99
mock
1010
netifaces
1111
nose

0 commit comments

Comments
 (0)