From ffb89210f2b085b8c8f3898d9054251f7503a472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 15:42:06 +0000 Subject: [PATCH] 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] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 4421c20b58ae..4982c9035a4f 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'