diff --git a/pixi.lock b/pixi.lock index 2cbacf04..51974968 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5131,7 +5131,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.1.dev0 - sha256: 99ccd8f7f04c8c5b2ffeea1fe8adc2fd2241fe9d66a61a02e55bca4c3e8145b8 + sha256: db29555bfcd2c17bb2c0cf5201a2827030da076865b9d8d5d1b1c83f57363127 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 1da698b0..8897f3ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run [tool.pixi.feature.tests.dependencies] pytest = ">=8.4.2" -pytest-cov = ">=6.3.0" +pytest-cov = ">=7.0.0" hypothesis = ">=6.138.3" array-api-strict = ">=2.4.1,<2.5" numpy = ">=1.22.0"