Skip to content

Commit 992795f

Browse files
deps: Update dependency pytest to >=8.4.1 (#349)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83897e5 commit 992795f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.0"
97+
pytest = ">=8.4.1"
9898
pytest-cov = ">=6.2.1"
9999
hypothesis = ">=6.131.28"
100100
array-api-strict = ">=2.3.1,<2.4"
@@ -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.5.1" # No distributed, tornado, etc.
125-
pytest = ">=8.4.0"
125+
pytest = ">=8.4.1"
126126
typing-extensions = ">=4.14.0"
127127
numpy = ">=2.1.3"
128128

0 commit comments

Comments
 (0)