Skip to content

Commit

Permalink
Pin httpretty to latest version 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Nov 16, 2018
1 parent b2f2f1a commit a2100ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pytest>=3.0.7,<3.3.0; python_version == '2.6'
pytest>=3.3.0,!=3.9.2; python_version > '2.6'
# testfixtures 6.0.0 no longer supports py26 and fails on py26 with syntax error
testfixtures>=4.3.3,<6.0.0
httpretty>=0.8.14,<0.9.1; python_version == '2.6'
httpretty==0.9.6; python_version == '2.6'
httpretty>=0.9.5; python_version > '2.6'
lxml>=4.2.4
requests>=2.12.4
Expand Down

0 comments on commit a2100ad

Please sign in to comment.