summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-16 08:17:52 +0000
committerGitHub <noreply@github.com>2020-03-16 08:17:52 +0000
commitd6baae0c6fc22c115dbe1b97ea90da76dfadea6a (patch)
tree75b2fa2b0847145a8716088fdb116cef2097f5df
parentcd3b44d5f0915245138d44fdb3ee376601e34716 (diff)
downloadnumpy-dependabot/pip/pytest-5.4.1.tar.gz
MAINT: Bump pytest from 5.3.5 to 5.4.1dependabot/pip/pytest-5.4.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.5 to 5.4.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.3.5...5.4.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 4395fed48..494181641 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -1,6 +1,6 @@
cython==0.29.15
hypothesis==5.6.0
-pytest==5.3.5
+pytest==5.4.1
pytz==2019.3
pytest-cov==2.8.1
pickle5; python_version == '3.7'