From 3ec0384d36da5fdf9a062105b2e9b7c6f28cdc6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:50:53 +0000 Subject: [PATCH] deps: Update dependency pytest to v9.1.1 --- pixi.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pixi.toml b/pixi.toml index cf0579cd..8c80cde7 100644 --- a/pixi.toml +++ b/pixi.toml @@ -76,7 +76,7 @@ ruff = ">=0.15.18,<0.16" typos = ">=1.47.2,<2" actionlint = ">=1.7.12,<2" blacken-docs = ">=1.20.0,<2" -pytest = ">=9.1.0,<10" +pytest = ">=9.1.1,<10" validate-pyproject = ">=0.25,<0.26" pyrefly = ">=1.1.0,<1.2" zizmor = ">=1.26.1,<1.27" @@ -103,7 +103,7 @@ numpydoc = { cmd = "numpydoc lint", description = "Validate docstrings with nump lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run all linters", default-environment = "lint" } [feature.tests.dependencies] -pytest = ">=9.1.0" +pytest = ">=9.1.1" pytest-cov = ">=7.1.0" hypothesis = ">=6.153.2" array-api-strict = ">=2.5,<2.6" @@ -126,7 +126,7 @@ open-coverage = { cmd = "open htmlcov/index.html", depends-on = ["coverage"], de # tests with only run dependencies [feature.tests-run-deps.dependencies] -pytest = ">=9.1.0" +pytest = ">=9.1.1" pytest-cov = ">=7.1.0" [feature.tests-run-deps.tasks.tests-run-deps] @@ -147,7 +147,7 @@ sphinx-copybutton = ">=0.5.2" sphinx-autodoc-typehints = ">=1.25.3" # Needed to import parsed modules with autodoc dask-core = ">=2026.6.0" # No distributed, tornado, etc. -pytest = ">=9.1.0" +pytest = ">=9.1.1" typing-extensions = ">=4.15.0" numpy = ">=2.1.3"