From 340773ea8d197d9eb887464b34eca6b080be6f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:46:28 +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] --- poetry.lock | 31 ++++++++++++------------------- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 20 deletions(-) diff --git a/poetry.lock b/poetry.lock index 981f7f3..544f7a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -981,17 +981,6 @@ nodeenv = ">=0.11.1" pyyaml = ">=5.1" virtualenv = ">=20.10.0" -[[package]] -name = "py" -version = "1.11.0" -description = "library with cross-python path, ini-parsing, io, code, log facilities" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" -files = [ - {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, - {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, -] - [[package]] name = "pybind11" version = "2.12.0" @@ -1245,19 +1234,23 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-html" -version = "3.2.0" +version = "4.1.1" description = "pytest plugin for generating HTML reports" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "pytest-html-3.2.0.tar.gz", hash = "sha256:c4e2f4bb0bffc437f51ad2174a8a3e71df81bbc2f6894604e604af18fbe687c3"}, - {file = "pytest_html-3.2.0-py3-none-any.whl", hash = "sha256:868c08564a68d8b2c26866f1e33178419bb35b1e127c33784a28622eb827f3f3"}, + {file = "pytest_html-4.1.1-py3-none-any.whl", hash = "sha256:c8152cea03bd4e9bee6d525573b67bbc6622967b72b9628dda0ea3e2a0b5dd71"}, + {file = "pytest_html-4.1.1.tar.gz", hash = "sha256:70a01e8ae5800f4a074b56a4cb1025c8f4f9b038bba5fe31e3c98eb996686f07"}, ] [package.dependencies] -py = ">=1.8.2" -pytest = ">=5.0,<6.0.0 || >6.0.0" -pytest-metadata = "*" +jinja2 = ">=3.0.0" +pytest = ">=7.0.0" +pytest-metadata = ">=2.0.0" + +[package.extras] +docs = ["pip-tools (>=6.13.0)"] +test = ["assertpy (>=1.1)", "beautifulsoup4 (>=4.11.1)", "black (>=22.1.0)", "flake8 (>=4.0.1)", "pre-commit (>=2.17.0)", "pytest-mock (>=3.7.0)", "pytest-rerunfailures (>=11.1.2)", "pytest-xdist (>=2.4.0)", "selenium (>=4.3.0)", "tox (>=3.24.5)"] [[package]] name = "pytest-metadata" @@ -1686,4 +1679,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "17346d0057aa8cd3c4ddd4f4ae5c53402353e2038de2e110ec61eca54db7ffee" +content-hash = "c3e617bb2d80025f5bc4dca27dc332e41e72c7ef47d7c2e36915b1af8e3f433f" diff --git a/pyproject.toml b/pyproject.toml index 1d1dcd3..cf44ce7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,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]