summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-11 09:11:05 +0000
committerGitHub <noreply@github.com>2020-05-11 09:11:05 +0000
commitf3d23f17709bed0646e05925f9eada0642050164 (patch)
tree1af0436c1518a597f768f76dd7e6b26ebf0bce82
parente66453568b685dee47d6e6e634b3a47edffcaeed (diff)
downloadnumpy-dependabot/pip/pytest-5.4.2.tar.gz
MAINT: Bump pytest from 5.4.1 to 5.4.2dependabot/pip/pytest-5.4.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.1 to 5.4.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.4.1...5.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--test_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index 33262226c..d6b079fd3 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -1,6 +1,6 @@
cython==0.29.17
hypothesis==5.10.4
-pytest==5.4.1
+pytest==5.4.2
pytz==2020.1
pytest-cov==2.8.1
pickle5; python_version == '3.7'