summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-09-30 22:09:03 +0000
committerGitHub <noreply@github.com>2019-09-30 22:09:03 +0000
commitf2e02012de6c517faa0317fc36bbca1cdeeb1f70 (patch)
tree4554cdb6c3d0782ae619219bec66c189c7d95b8b
parent8fa7b6e73380d4b73251d8226d90f327996baa19 (diff)
downloadnumpy-dependabot/pip/pytest-5.2.0.tar.gz
Bump pytest from 5.1.3 to 5.2.0dependabot/pip/pytest-5.2.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.1.3 to 5.2.0. - [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.3...5.2.0) 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 2d52599b1..878a3b60b 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -1,5 +1,5 @@
cython==0.29.13
-pytest==5.1.3
+pytest==5.2.0
pytz==2019.2
pytest-cov==2.7.1
pickle5; python_version == '3.7'