diff --git a/poetry.lock b/poetry.lock index 15ebbf3f6..98f168daf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2460,24 +2460,25 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "8.3.4" +version = "8.4.1" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, - {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, + {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, + {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, ] [package.dependencies] -colorama = {version = "*", markers = "sys_platform == \"win32\""} -iniconfig = "*" -packaging = "*" +colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} +iniconfig = ">=1" +packaging = ">=20" pluggy = ">=1.5,<2" +pygments = ">=2.7.2" [package.extras] -dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-base-url" @@ -3400,4 +3401,4 @@ wtforms = ">=3.1" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "f0063e4e2ddb6865778bdfa90156d48b2897cd9ca776fe325189b671c2bd2384" +content-hash = "75325f77b96ea5e042cf0940088de9a1cc3910588e3884f4e39123ca6665ad4a" diff --git a/pyproject.toml b/pyproject.toml index 254fa2f53..3b957c4ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ mypy = "1.13.0" myst-parser = "4.0.1" pandas = "^2.2.1" pre-commit = "4.0.1" -pytest = "8.3.4" +pytest = "8.4.1" pytest-cov = "6.0.0" pytest-env = "1.1.5" pytest-flake8 = "1.3.0"