diff --git a/poetry.lock b/poetry.lock index b4d4f5939..9c2075fbe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2395,23 +2395,23 @@ files = [ [[package]] name = "pytest" -version = "8.1.1" +version = "8.3.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.4,<2.0" +pluggy = ">=1.5,<2" [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" @@ -3329,4 +3329,4 @@ WTForms = ">=1.0.5" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a43696e7fe9ee50862180eaa4c5ce07c39abab01f0c9e51457dc3b7ba551f85b" +content-hash = "4b7a1b78b70206d12cb1e9f4fb89772fe1567f329811284802d6b3be125393b4" diff --git a/pyproject.toml b/pyproject.toml index 983f3486c..63aa54aeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ mypy = "1.10.1" myst-parser = "3.0.1" pandas = "^2.2.1" pre-commit = "4.0.1" -pytest = "8.1.1" +pytest = "8.3.3" pytest-cov = "5.0.0" pytest-env = "1.0.1" pytest-flake8 = "1.1.1"