Skip to content

Commit 4cc0922

Browse files
deps: Update dependency pytest to v8.4.2 (#433)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 30ec689 commit 4cc0922

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ruff = ">=0.12.11,<0.13"
7171
typos = ">=1.36.1,<2"
7272
actionlint = ">=1.7.7,<2"
7373
blacken-docs = ">=1.19.1,<2"
74-
pytest = ">=8.4.1,<9"
74+
pytest = ">=8.4.2,<9"
7575
validate-pyproject = ">=0.24.1,<0.25"
7676
# NOTE: don't add cupy, jax, pytorch, or sparse here,
7777
# as they slow down mypy and are not portable across target OSs
@@ -94,7 +94,7 @@ numpydoc = { cmd = "numpydoc lint", description = "Validate docstrings with nump
9494
lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run all linters" }
9595

9696
[tool.pixi.feature.tests.dependencies]
97-
pytest = ">=8.4.1"
97+
pytest = ">=8.4.2"
9898
pytest-cov = ">=6.2.1"
9999
hypothesis = ">=6.138.3"
100100
array-api-strict = ">=2.4.1,<2.5"
@@ -122,7 +122,7 @@ sphinx-copybutton = ">=0.5.2"
122122
sphinx-autodoc-typehints = ">=1.25.3"
123123
# Needed to import parsed modules with autodoc
124124
dask-core = ">=2025.7.0" # No distributed, tornado, etc.
125-
pytest = ">=8.4.1"
125+
pytest = ">=8.4.2"
126126
typing-extensions = ">=4.15.0"
127127
numpy = ">=2.1.3"
128128

0 commit comments

Comments
 (0)