summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-01-27 07:50:37 +0000
committerGitHub <noreply@github.com>2020-01-27 07:50:37 +0000
commitea5a64ca64538fad1db9f860eb2f4655bcc24f87 (patch)
tree88c1689a2dcc5a7ada38dbd4f968e69c6e0f2f71
parenta603d6382736bed4d787dcc6d8f9dac09db6ce21 (diff)
downloadnumpy-dependabot/pip/pytest-5.3.4.tar.gz
MAINT: Bump pytest from 5.3.3 to 5.3.4dependabot/pip/pytest-5.3.4
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.3 to 5.3.4. - [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.3...5.3.4) 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 3aea49079..fda0eff65 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -1,5 +1,5 @@
cython==0.29.14
-pytest==5.3.3
+pytest==5.3.4
pytz==2019.3
pytest-cov==2.8.1
pickle5; python_version == '3.7'