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