diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-11-25 07:29:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 07:29:31 +0000 |
commit | 118de3a84edf759489a2474456b245ab31b726cf (patch) | |
tree | 5223dab2e67a8cf30550a87a9d460016cc10891f | |
parent | 51b04a56a89eebbd5618ad4fec8161efa49591c2 (diff) | |
download | numpy-118de3a84edf759489a2474456b245ab31b726cf.tar.gz |
MAINT: Bump pytest from 5.2.4 to 5.3.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.2.4 to 5.3.0.
- [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.4...5.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | test_requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index 8b4807607..65b0c240b 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ cython==0.29.14 -pytest==5.2.4 +pytest==5.3.0 pytz==2019.3 pytest-cov==2.8.1 pickle5; python_version == '3.7' |