From 4153aa586e5d5bf60219f8366a1c6e80a2e87351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:18:14 +0000 Subject: [PATCH] :arrow_up: Update pytest-html requirement from ^3.1.1 to ^4.0.1 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.1) --- 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..d07869d 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.1" pytest-cov = "^4.1.0" [tool.black]