diff --git a/poetry.lock b/poetry.lock index bb4bb19..31c1395 100644 --- a/poetry.lock +++ b/poetry.lock @@ -969,13 +969,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "8.2.2" +version = "8.3.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.2.2-py3-none-any.whl", hash = "sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343"}, - {file = "pytest-8.2.2.tar.gz", hash = "sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977"}, + {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, + {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, ] [package.dependencies] @@ -983,7 +983,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.5,<2.0" +pluggy = ">=1.5,<2" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] @@ -1352,4 +1352,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8c13e971e8e7adca6557de607d605d93dcdc38e09c7632fcad20f27e48d68a5d" +content-hash = "70201c40da7c278ab762ad8b006de4ea292ce3cd42716b1be6f3fd6ceee9c45c" diff --git a/pyproject.toml b/pyproject.toml index eecd217..eaf7278 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ pandas = "^2.2.2" scipy = "^1.13.1" [tool.poetry.dev-dependencies] -pytest = "^8.2.1" +pytest = "^8.3.2" pytest-html = "^4.1.1" pytest-cov = "^5.0.0" bandit = "^1.7.1"