diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-09-01 14:26:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-01 14:26:28 +0000 |
commit | 5bf6114cc395a569aabe9f2aa433c82e6c41f831 (patch) | |
tree | a099b42c860406a998221c24f3417b53dbdb6277 /test_requirements.txt | |
parent | 947304a84b764067da58bd363a732fc1033058b3 (diff) | |
download | numpy-5bf6114cc395a569aabe9f2aa433c82e6c41f831.tar.gz |
Bump pytest from 5.1.1 to 5.1.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.1.1 to 5.1.2.
- [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/5.1.1...5.1.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'test_requirements.txt')
-rw-r--r-- | test_requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index c2cd98749..cb3e5f758 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ cython==0.29.13 -pytest==5.1.1 +pytest==5.1.2 pytz==2019.2 pytest-cov==2.7.1 pickle5; python_version == '3.7' |