Skip to content

Commit 979d9d0

Browse files
deps: Update dependency pytest to v9.0.1 (#536)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e92d4fc commit 979d9d0

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
@@ -70,7 +70,7 @@ ruff = ">=0.14.4,<0.15"
7070
typos = ">=1.39.1,<2"
7171
actionlint = ">=1.7.8,<2"
7272
blacken-docs = ">=1.20.0,<2"
73-
pytest = ">=9.0.0,<10"
73+
pytest = ">=9.0.1,<10"
7474
validate-pyproject = ">=0.24.1,<0.25"
7575
# NOTE: don't add cupy, jax, pytorch, or sparse here,
7676
# as they slow down mypy and are not portable across target OSs
@@ -93,7 +93,7 @@ numpydoc = { cmd = "numpydoc lint", description = "Validate docstrings with nump
9393
lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run all linters" }
9494

9595
[tool.pixi.feature.tests.dependencies]
96-
pytest = ">=9.0.0"
96+
pytest = ">=9.0.1"
9797
pytest-cov = ">=7.0.0"
9898
hypothesis = ">=6.142.4"
9999
array-api-strict = ">=2.4.1,<2.5"
@@ -121,7 +121,7 @@ sphinx-copybutton = ">=0.5.2"
121121
sphinx-autodoc-typehints = ">=1.25.3"
122122
# Needed to import parsed modules with autodoc
123123
dask-core = ">=2025.11.0" # No distributed, tornado, etc.
124-
pytest = ">=9.0.0"
124+
pytest = ">=9.0.1"
125125
typing-extensions = ">=4.15.0"
126126
numpy = ">=2.1.3"
127127

0 commit comments

Comments
 (0)