Skip to content

Commit

Permalink
requirements: Fix pyflakes version
Browse files Browse the repository at this point in the history
If we don't specify the minor verison, `~=` matches any point update,
including major ones.

Fixes coala#1228
  • Loading branch information
Mixih committed Dec 30, 2016
1 parent 44d2a48 commit 84e180d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pyyaml~=3.12
vulture~=0.10.0
bandit~=1.2
nbformat>=4.1
pyflakes~=1.3
pyflakes~=1.3.0
scspell3k~=2.0
mypy-lang~=0.4.6
rstcheck~=2.2
Expand Down

0 comments on commit 84e180d

Please sign in to comment.