diff --git a/Pipfile.lock b/Pipfile.lock index ca3d85e4..11c5fee3 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1051,11 +1051,11 @@ }, "nodeenv": { "hashes": [ - "sha256:07f144e90dae547bf0d4ee8da0ee42664a42a04e02ed68e06324348dafe4bdb1", - "sha256:508ecec98f9f3330b636d4448c0f1a56fc68017c68f1e7857ebc52acf0eb879a" + "sha256:6ec12890a2dab7946721edbfbcd91f3319c6ccc9aec47be7c7e6b7011ee6645f", + "sha256:ba11c9782d29c27c70ffbdda2d7415098754709be8a7056d79a737cd901155c9" ], "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'", - "version": "==1.9.0" + "version": "==1.9.1" }, "packaging": { "hashes": [ @@ -1165,12 +1165,12 @@ }, "pytest": { "hashes": [ - "sha256:5046e5b46d8e4cac199c373041f26be56fdb81eb4e67dc11d4e10811fc3408fd", - "sha256:faccc5d332b8c3719f40283d0d44aa5cf101cec36f88cde9ed8f2bc0538612b1" + "sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343", + "sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==8.2.1" + "version": "==8.2.2" }, "pytest-cov": { "hashes": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index b572cf1b..0a46c56e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -31,7 +31,7 @@ mccabe==0.7.0; python_version >= '3.6' mdurl==0.1.2; python_version >= '3.7' mypy==1.10.0; python_version >= '3.8' mypy-extensions==1.0.0; python_version >= '3.5' -nodeenv==1.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' +nodeenv==1.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' packaging==24.0; python_version >= '3.1' pathspec==0.12.1; python_version >= '3.8' pbr==6.0.0; python_version >= '2.6' @@ -45,7 +45,7 @@ pyflakes==3.2.0; python_version >= '3.8' pygments==2.18.0; python_version >= '3.8' pyproject-api==1.6.1; python_version >= '3.8' pyproject-hooks==1.1.0; python_version >= '3.7' -pytest==8.2.1; python_version >= '3.8' +pytest==8.2.2; python_version >= '3.8' pytest-cov==5.0.0; python_version >= '3.8' pytest-xdist==3.6.1; python_version >= '3.8' pyyaml==6.0.1; python_version >= '3.6'