diff --git a/poetry.lock b/poetry.lock index 0644f59..600bb74 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.1.0" 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.0-py3-none-any.whl", hash = "sha256:69c1bdcbbfb18a39b4907c5a756ff371bf33ce77d2d95e9989ac7c7416167495"}, + {file = "pytest_html-4.1.0.tar.gz", hash = "sha256:1032cce620cf632679d51b3789f57e35d8eadde66d29cbbd481fae6359893230"}, ] [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 = "8d32c65de92c7c1b2585b59841adf687fb642b6476a4f2ee59e01af4a0697e50" diff --git a/pyproject.toml b/pyproject.toml index 55b3038..5388a44 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.1.0" recommonmark = "^0.7.1" sphinx = "^5.3.0" sphinx-markdown-tables = "^0.0.17"