diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-10 08:27:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 08:27:45 +0000 |
commit | 4dea85b64392ed11a625c273b48e2ee55da26430 (patch) | |
tree | d0961870ff07050b9ade75a9dae406bcefbfb6a5 | |
parent | b6eb3d8e64e8408cdcac80caacbda9b978545ee0 (diff) | |
download | numpy-4dea85b64392ed11a625c273b48e2ee55da26430.tar.gz |
MAINT: Bump pytest from 6.2.3 to 6.2.4
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.3...6.2.4)
Signed-off-by: dependabot[bot] <support@github.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 4421c20b5..4982c9035 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -2,7 +2,7 @@ cython==0.29.23 wheel<0.36.3 setuptools<49.2.0 hypothesis==6.10.1 -pytest==6.2.3 +pytest==6.2.4 pytz==2021.1 pytest-cov==2.11.1 pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy' |