Skip to content

Commit

Permalink
Bump pytest from 3.6.1 to 3.6.2
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@3.6.1...3.6.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Jun 29, 2018
1 parent cf429bf commit a80b287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SRCDIR = '.'
folder = os.path.abspath(os.path.dirname(__file__))
test_requirements = [
'pytest==3.6.1',
'pytest==3.6.2',
'pytest-cov==2.5.1',
'pyquery==1.4.0',
'requests_mock',
Expand Down

0 comments on commit a80b287

Please sign in to comment.