Skip to content

Commit

Permalink
Merge pull request ClearcodeHQ#157 from ClearcodeHQ/requires-io-master
Browse files Browse the repository at this point in the history
[requires.io] dependency update on master branch
  • Loading branch information
fizyk authored Jan 23, 2017
2 parents e0b22d2 + 36e344d commit d86169d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pydocstyle==1.1.1
mccabe==0.5.3
psutil==5.0.1
restructuredtext-lint==0.17.2
pygments==2.1.3
pygments==2.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
]

tests_require = (
'pytest==3.0.5', # tests framework used
'pytest==3.0.6', # tests framework used
'pytest-cov==2.4.0', # coverage reports to verify tests quality
'mock==2.0.0', # tests mocking tool
'python-daemon==2.1.2', # used in test for easy creation of daemons
Expand Down

0 comments on commit d86169d

Please sign in to comment.