diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-11-27 03:52:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-27 03:52:24 +0000 |
commit | 293ccfbafcbdcb9f0f9445a08c1dcb9a59abc758 (patch) | |
tree | d222f1a73f72be5c818ff9b967f27e29d2afea9b /requirements-dev.txt | |
parent | 0024c0b045a29621845f4f1b5ee1283e32e38887 (diff) | |
download | gerbonara-293ccfbafcbdcb9f0f9445a08c1dcb9a59abc758.tar.gz gerbonara-293ccfbafcbdcb9f0f9445a08c1dcb9a59abc758.tar.bz2 gerbonara-293ccfbafcbdcb9f0f9445a08c1dcb9a59abc758.zip |
Bump pytest from 4.6.6 to 5.3.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.6 to 5.3.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/4.6.6...5.3.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 1238afe..27f4289 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # install base requirements -r requirements.txt - pytest==4.6.6 + pytest==5.3.1 pytest-cov==2.8.1 |