From eeefc8f5d6c210d4ebd6e1db1c4fb528ca52f07a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:57:19 +0000 Subject: [PATCH] :arrow_up: Update pytest-html requirement from ^3.1.1 to ^4.0.0 Updates the requirements on [pytest-html](https://github.com/pytest-dev/pytest-html) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-html/releases) - [Changelog](https://github.com/pytest-dev/pytest-html/blob/master/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-html/compare/v3.1.1...4.0.0) --- updated-dependencies: - dependency-name: pytest-html dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3eb9df8..764e3f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pytest = "^7.3.1" pyupgrade = "^3.4.0" coverage = "^7.2.7" coverage-badge = "^1.1.0" -pytest-html = "^3.1.1" +pytest-html = "^4.0.0" pytest-cov = "^4.1.0" [tool.black]