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