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