summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-10-08 00:07:30 +0000
committerGitHub <noreply@github.com>2019-10-08 00:07:30 +0000
commitdb1ead7a1234fc1cd1ba513797b5b4d05b0a99f7 (patch)
tree34257bd180e46049c66c69285cf6c4b2847050c1
parentd0b0c609cc614f3bc82a7cfcb98e34e939a3e8de (diff)
downloadnumpy-dependabot/pip/pytest-5.2.1.tar.gz
MAINT: Bump pytest from 5.2.0 to 5.2.1dependabot/pip/pytest-5.2.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.2.0 to 5.2.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/5.2.0...5.2.1) 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 a5bee4572..ea2a4bfbf 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -1,5 +1,5 @@
cython==0.29.13
-pytest==5.2.0
+pytest==5.2.1
pytz==2019.3
pytest-cov==2.8.1
pickle5; python_version == '3.7'