diff --git a/pixi.lock b/pixi.lock index 9c76431..583815d 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4253,7 +4253,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.8.1.dev0 - sha256: 4d25cc2efa53002701cb00f6089ceba04b127ce21700f2b01b9e327778c3d54a + sha256: 7e1a92103a20e38d111dc539f7e17ed92e13b27b7c5b09d81a83e96723ca7c4f requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index e200956..587cc46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.0" +pytest = ">=8.4.1" pytest-cov = ">=6.2.1" hypothesis = ">=6.131.28" array-api-strict = ">=2.3.1,<2.4" @@ -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.5.1" # No distributed, tornado, etc. -pytest = ">=8.4.0" +pytest = ">=8.4.1" typing-extensions = ">=4.14.0" numpy = ">=2.1.3"