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'