diff --git a/pixi.lock b/pixi.lock index bbb302bb..ee7464d2 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5135,7 +5135,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.1.dev0 - sha256: 46c363c37011e9754f99e2509a2338d34ce5aa8bddb0b7d5a64ea08a08a15833 + sha256: c9145ff4fe4cf9e143ac17cf2c7f282440402484d4650c8350fb1f3156ac0b89 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index cec8b6cf..a39745ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ ruff = ">=0.12.11,<0.13" typos = ">=1.36.1,<2" actionlint = ">=1.7.7,<2" blacken-docs = ">=1.19.1,<2" -pytest = ">=8.4.1,<9" +pytest = ">=8.4.2,<9" 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 @@ -94,7 +94,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 = ">=8.4.1" +pytest = ">=8.4.2" pytest-cov = ">=6.2.1" hypothesis = ">=6.138.3" array-api-strict = ">=2.4.1,<2.5" @@ -122,7 +122,7 @@ sphinx-copybutton = ">=0.5.2" sphinx-autodoc-typehints = ">=1.25.3" # Needed to import parsed modules with autodoc dask-core = ">=2025.7.0" # No distributed, tornado, etc. -pytest = ">=8.4.1" +pytest = ">=8.4.2" typing-extensions = ">=4.15.0" numpy = ">=2.1.3"