From 0a8280d6840e06367fc85b4522df436366b48a44 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 07:39:24 +0000 Subject: [PATCH] Update pytest requirement from <4,==3.10.1 to ==5.4.0 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/3.10.1...5.4.0) Signed-off-by: dependabot-preview[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index c3aa391d..b06e7168 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,7 +5,7 @@ # pin all of our direct dependencies tox==3.14.5 flake8==3.7.9 -pytest==3.10.1,<4 # see https://github.com/html5lib/html5lib-python/pull/429 +pytest==5.4.0 # see https://github.com/html5lib/html5lib-python/pull/429 coverage==5.0.3 pytest-expect==1.1.0 mock==3.0.5