diff --git a/poetry.lock b/poetry.lock index ee2d15a3..5e520f2f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1361,17 +1361,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 = "pydocstyle" version = "6.3.0" @@ -1492,19 +1481,23 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[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" @@ -2326,4 +2319,4 @@ async = ["aiohttp", "asyncio"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6108248e1126809e9576cc65e4a62813f3617ca852945ecf9416b350803319b6" +content-hash = "6b800ee427af8dcb707f43f0b872090542f1d4d482c8e550f0863e14c6843b22" diff --git a/pyproject.toml b/pyproject.toml index 7635f4fe..a3386c1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest = "^7.3.1" hypothesis = "^6.61.0" pyupgrade = "^3.3.1" safety = "^2.3.5" -pytest-html = "^3.2.0" +pytest-html = ">=3.2,<5.0" pytest-cov = "^4.0.0" Sphinx = ">=5.3,<8.0" sphinxcontrib-applehelp = "^1.0.2"