From f15d4b37aed15ed563177b628cdeac6fe0934787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:07:15 +0000 Subject: [PATCH] build(deps-dev): bump pytest-html from 4.1.1 to 4.2.0 Bumps [pytest-html](https://github.com/pytest-dev/pytest-html) from 4.1.1 to 4.2.0. - [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/4.1.1...4.2.0) --- updated-dependencies: - dependency-name: pytest-html dependency-version: 4.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- install-requirements.txt | 9 +++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Pipfile b/Pipfile index 23a332c..10187f7 100644 --- a/Pipfile +++ b/Pipfile @@ -24,7 +24,7 @@ pyroma = "==5.0.1" pytest = "==9.0.2" pytest-console-scripts = "==1.4.1" pytest-cov = "==7.0.0" -pytest-html = "==4.1.1" +pytest-html = "==4.2.0" pytest-timeout = "==2.4.0" pytest-xdist = "==3.8.0" pyyaml = "==6.0.3" diff --git a/Pipfile.lock b/Pipfile.lock index ecdd369..bdedb16 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1e9ccc77142560239adaaa6606460ffb7ad91727fdd261b693c1a4dcc002bed1" + "sha256": "e2f50c80509ea3e6499a20e0f1677ddb1a437ca18f1bd8b05bd2c7d64d363954" }, "pipfile-spec": 6, "requires": { @@ -1219,12 +1219,12 @@ }, "pytest-html": { "hashes": [ - "sha256:70a01e8ae5800f4a074b56a4cb1025c8f4f9b038bba5fe31e3c98eb996686f07", - "sha256:c8152cea03bd4e9bee6d525573b67bbc6622967b72b9628dda0ea3e2a0b5dd71" + "sha256:b6a88cba507500d8709959201e2e757d3941e859fd17cfd4ed87b16fc0c67912", + "sha256:ff5caf3e17a974008e5816edda61168e6c3da442b078a44f8744865862a85636" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.1.1" + "markers": "python_version >= '3.9'", + "version": "==4.2.0" }, "pytest-metadata": { "hashes": [ diff --git a/install-requirements.txt b/install-requirements.txt index 012fd71..0e2c9a5 100644 --- a/install-requirements.txt +++ b/install-requirements.txt @@ -1,4 +1,5 @@ -typing-extensions>=4.5.0 -tomli>=2.0.1 -pyyaml>=5.4.1 -pyjson5>=1.6.9 +-i https://pypi.org/simple +pyjson5==2.0.0; python_version ~= '3.8' +pyyaml==6.0.3; python_version >= '3.8' +tomli==2.4.0; python_version >= '3.8' +typing-extensions==4.15.0; python_version >= '3.9'