From 9ec68e026183cb6a28f7f8a6326175b8a1da0264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 23:15:29 +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 9a49e9e..d719ef2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pylint = "^2.11.1" pytest = "^7.2.1" pyupgrade = "^3.3.1" ruff = "^0.0.269" -pytest-html = "^3.1.1" +pytest-html = "^4.0.0" pytest-cov = "^4.0.0" yamllint = "^1.29.0"