summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-02 07:19:51 +0000
committerGitHub <noreply@github.com>2019-12-02 07:19:51 +0000
commit8d112d1eff6c03d8d8c699414cf284b065b06e6a (patch)
treee90e220070d5884148f25b5671fcd5b3e4cefac2
parentb83f10ef7ee766bf30ccfa563b6cc8f7fd38a4c8 (diff)
downloadnumpy-dependabot/pip/pytest-5.3.1.tar.gz
MAINT: Bump pytest from 5.3.0 to 5.3.1dependabot/pip/pytest-5.3.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/5.3.1/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.3.0...5.3.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 48db0f4ea..627150673 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -1,5 +1,5 @@
cython==0.29.14
-pytest==5.3.0
+pytest==5.3.1
pytz==2019.3
pytest-cov==2.8.1
pickle5; python_version == '3.7'