diff --git a/poetry.lock b/poetry.lock index f54c9ffa5..e25b6a10e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2264,23 +2264,23 @@ files = [ [[package]] name = "pytest" -version = "7.4.3" +version = "8.1.1" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, - {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, + {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, + {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.4,<2.0" [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" @@ -3243,4 +3243,4 @@ WTForms = ">=1.0.5" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "9277da3919670256ba69dc832c999e9ff39c10bd201b8afb78f7423db3097be8" +content-hash = "d828c31fa692f0f278ab509d9087b3fb696fd9d027046eed2f967a60637d69c0" diff --git a/pyproject.toml b/pyproject.toml index 55fc0f0b4..6f754e1f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ mypy = "1.4.1" myst-parser = "2.0.0" pandas = "^2.2.1" pre-commit = "3.5.0" -pytest = "7.4.3" +pytest = "8.1.1" pytest-cov = "4.1.0" pytest-env = "1.0.1" pytest-flake8 = "1.1.1"