summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-02-03 08:17:26 +0000
committerGitHub <noreply@github.com>2020-02-03 08:17:26 +0000
commit5fd53d4eb60ffbd921db30208b85fb1479f763ab (patch)
tree9acc488c89c3b3fdfdb6bc26d0009bfd0bd7069a
parent8e3062d1e24019e294fd6501ffdd64da082a8c62 (diff)
downloadnumpy-dependabot/pip/pytest-5.3.5.tar.gz
MAINT: Bump pytest from 5.3.4 to 5.3.5dependabot/pip/pytest-5.3.5
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.4 to 5.3.5. - [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.4...5.3.5) 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 fda0eff65..a4b0fcc30 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -1,5 +1,5 @@
cython==0.29.14
-pytest==5.3.4
+pytest==5.3.5
pytz==2019.3
pytest-cov==2.8.1
pickle5; python_version == '3.7'