From 675e650b96df1f5beeaa6ed11ef97f1c930310f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 12:52:52 +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 bb83878..b452d62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pyupgrade = "^3.8.0" safety = "^3.1.0" coverage = "^7.4.4" coverage-badge = "^1.1.0" -pytest-html = "^3.1.1" +pytest-html = "^4.1.1" pytest-cov = "^5.0.0" [tool.black]