From e76fb6c17b57ea8fa7b66b9997f6a126871c3ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:55:00 +0000 Subject: [PATCH] :arrow_up: update pytest-html requirement from ^3.1.1 to ^4.1.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.1.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 831db40..4177eec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pyupgrade = "^3.15.0" safety = "^2.3.5" coverage = "^7.3.2" coverage-badge = "^1.1.0" -pytest-html = "^3.1.1" +pytest-html = "^4.1.1" pytest-cov = "^4.1.0" [tool.black]