diff --git a/poetry.lock b/poetry.lock index 8dc4197..636a706 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1065,13 +1065,13 @@ scipy = "*" [[package]] name = "pytest" -version = "8.1.2" +version = "8.2.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.2-py3-none-any.whl", hash = "sha256:6c06dc309ff46a05721e6fd48e492a775ed8165d2ecdf57f156a80c7e95bb142"}, - {file = "pytest-8.1.2.tar.gz", hash = "sha256:f3c45d1d5eed96b01a2aea70dee6a4a366d51d38f9957768083e4fecfc77f3ef"}, + {file = "pytest-8.2.2-py3-none-any.whl", hash = "sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343"}, + {file = "pytest-8.2.2.tar.gz", hash = "sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977"}, ] [package.dependencies] @@ -1079,11 +1079,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.4,<2.0" +pluggy = ">=1.5,<2.0" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" @@ -1701,4 +1701,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "b1a8b95cb818b281083bac3e876a3888c05e1f83963826e77204a4c33aabbdc8" +content-hash = "8c583a7b054adf2a9c4f2baa6332a6b7d58acaa1b578a02ca6f121960931a1ef" diff --git a/pyproject.toml b/pyproject.toml index 58e8809..a0487ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ flake8 = "^7.1" isort = "^5.13" preggy = "^1.4" pylint = "^3.2" -pytest = "^8.1" +pytest = "^8.2" pytest-cov = "^5.0" pytest-tldr = "^0.2.5" pytest-xdist = "^3.6"