diff --git a/pixi.lock b/pixi.lock index 87b5af22..c5fb1c8d 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5128,7 +5128,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.2.dev0 - sha256: 3cecf0fe2a1de6bd9d23d8620b60c8c4fc0f6c2b447734b4dd127f39c5fa65fc + sha256: ccbe2193b730809690d572f8170a22ce5fb0bb7c64b6e112dc7c8ed9f54093a9 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index ee88d3df..feb2dbf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ ruff = ">=0.14.4,<0.15" typos = ">=1.39.1,<2" actionlint = ">=1.7.8,<2" blacken-docs = ">=1.20.0,<2" -pytest = ">=9.0.0,<10" +pytest = ">=9.0.1,<10" validate-pyproject = ">=0.24.1,<0.25" # NOTE: don't add cupy, jax, pytorch, or sparse here, # 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 lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run all linters" } [tool.pixi.feature.tests.dependencies] -pytest = ">=9.0.0" +pytest = ">=9.0.1" pytest-cov = ">=7.0.0" hypothesis = ">=6.142.4" array-api-strict = ">=2.4.1,<2.5" @@ -121,7 +121,7 @@ sphinx-copybutton = ">=0.5.2" sphinx-autodoc-typehints = ">=1.25.3" # Needed to import parsed modules with autodoc dask-core = ">=2025.11.0" # No distributed, tornado, etc. -pytest = ">=9.0.0" +pytest = ">=9.0.1" typing-extensions = ">=4.15.0" numpy = ">=2.1.3"