From 9329d120c712f8e99b26714f3dedaddca0275c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:46:43 +0000 Subject: [PATCH] build(deps-dev): bump pytest-html from 3.2.0 to 4.0.1 Bumps [pytest-html](https://github.com/pytest-dev/pytest-html) from 3.2.0 to 4.0.1. - [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.2.0...4.0.1) --- updated-dependencies: - dependency-name: pytest-html dependency-type: direct:development update-type: version-update:semver-major ... 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 23b1e76..0d17519 100644 --- a/poetry.lock +++ b/poetry.lock @@ -697,17 +697,6 @@ files = [ dev = ["pre-commit", "tox"] testing = ["pytest", "pytest-benchmark"] -[[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 = "pycodestyle" version = "2.8.0" @@ -811,19 +800,23 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-html" -version = "3.2.0" +version = "4.0.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.0.1-py3-none-any.whl", hash = "sha256:81383115dec5d182bf19c5dbae0bc2bebf7ad5c371fda477ebe9b7b054d2b63b"}, + {file = "pytest_html-4.0.1.tar.gz", hash = "sha256:2d5e2863196a940607a477d747793c75f18d76fa72276c5d4db423a39665f55c"}, ] [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" @@ -1216,4 +1209,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "018be1a2f1200c270397ec8455c6756def90f28ee009e6ba0135e7049c42cd1b" +content-hash = "70026f5b7915b191b348c3372b8e39fda76f6332ce72c86c7e93501fa899a163" diff --git a/pyproject.toml b/pyproject.toml index 55b3038..9a9f09d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ in-toto = "^1.4.0" pycodestyle = "^2.7.0" pytest = "^7.4.1" pytest-cov = "^4.1.0" -pytest-html = "^3.2.0" +pytest-html = "^4.0.1" recommonmark = "^0.7.1" sphinx = "^5.3.0" sphinx-markdown-tables = "^0.0.17"