Skip to content

Commit

Permalink
Update isort from 4.3.13 to 4.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored and ahawker committed Mar 11, 2019
1 parent eadecdf commit aaa9bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pylint==2.3.1; python_version > '3.4'
bandit==1.5.1
safety==1.8.5
isort==4.2.15; (python_version > '3.0' and python_version < '3.4') # pyup: ignore
isort==4.3.13; (python_version > '2.7' and python_version < '3.0') or python_version > '3.4'
isort==4.3.15; (python_version > '2.7' and python_version < '3.0') or python_version > '3.4'

0 comments on commit aaa9bf8

Please sign in to comment.