From be0a92132af85b91ade1cb7484eb535b34d2e475 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 17:44:50 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 [security] --- poetry.lock | 35 +++++++++++++++++++++++++---------- pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5355436f1..f40d9a317 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1134,6 +1134,20 @@ files = [ {file = "pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"}, ] +[[package]] +name = "pygments" +version = "2.21.0" +description = "Pygments is a syntax highlighting package written in Python." +optional = false +python-versions = ">=3.9" +files = [ + {file = "pygments-2.21.0-py3-none-any.whl", hash = "sha256:2363c69b61c4a97c838da3b130dcd6468f4848992b21a82f2a63ec34377137d9"}, + {file = "pygments-2.21.0.tar.gz", hash = "sha256:610ca751c9bc2492b38eb9a38a7fbc93edbbb2d7182edaf34e66ae493dee5c8c"}, +] + +[package.extras] +windows-terminal = ["colorama (>=0.4.6)"] + [[package]] name = "pypdf2" version = "1.28.6" @@ -1147,23 +1161,24 @@ files = [ [[package]] name = "pytest" -version = "7.4.4" +version = "9.0.3" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" files = [ - {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, - {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, + {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, + {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, ] [package.dependencies] -colorama = {version = "*", markers = "sys_platform == \"win32\""} -iniconfig = "*" -packaging = "*" -pluggy = ">=0.12,<2.0" +colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} +iniconfig = ">=1.0.1" +packaging = ">=22" +pluggy = ">=1.5,<2" +pygments = ">=2.7.2" [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" @@ -1760,4 +1775,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "~3.12.7" -content-hash = "df4131cd46a4b5d5b6d8bc89637b1654c01cd9491a0f4e80e6e2bb554bb45e42" +content-hash = "7d0cb12cebd5c362b8c1f50ed3b84339eb48fa74ae5d3d7376591cb6b61ee2b3" diff --git a/pyproject.toml b/pyproject.toml index e2cb9d3df..4003b966c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ click = "8.3.1" fakeredis = "^2.24.1" freezegun = "1.5.5" mypy = "1.20.2" -pytest = "7.4.4" +pytest = "9.0.3" pytest-cov = "2.12.1" pytest-mock = "3.15.1" pytest-xdist = "2.5.0"