Skip to content

Commit 37f9f15

Browse files
deps: Update dependency pytest to >=8.4.0
1 parent dbcd709 commit 37f9f15

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
@@ -63,7 +63,7 @@ numpydoc = ">=1.8.0,<2"
6363
# import dependencies for mypy:
6464
array-api-strict = ">=2.3.1"
6565
numpy = ">=2.1.3"
66-
pytest = ">=8.3.5"
66+
pytest = ">=8.4.0"
6767
hypothesis = ">=6.131.28"
6868
dask-core = ">=2025.5.1" # No distributed, tornado, etc.
6969
# NOTE: don't add cupy, jax, pytorch, or sparse here,
@@ -78,7 +78,7 @@ pyright = { cmd = "basedpyright", description = "Type check with basedpyright"}
7878
lint = { depends-on = ["pre-commit", "pylint", "mypy", "pyright"] , description = "Run pre-commit, pylint, mypy, and pyright"}
7979

8080
[tool.pixi.feature.tests.dependencies]
81-
pytest = ">=8.3.5"
81+
pytest = ">=8.4.0"
8282
pytest-cov = ">=6.1.1"
8383
hypothesis = ">=6.131.28"
8484
array-api-strict = ">=2.3.1"
@@ -106,7 +106,7 @@ sphinx-copybutton = ">=0.5.2"
106106
sphinx-autodoc-typehints = ">=1.25.3"
107107
# Needed to import parsed modules with autodoc
108108
dask-core = ">=2025.5.1" # No distributed, tornado, etc.
109-
pytest = ">=8.3.5"
109+
pytest = ">=8.4.0"
110110
typing-extensions = ">=4.13.2"
111111
numpy = ">=2.1.3"
112112

0 commit comments

Comments
 (0)