diff --git a/pixi.lock b/pixi.lock index 10980282..fcf16302 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5128,7 +5128,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.2.dev0 - sha256: c7f28c451b49635e528e0c83827f68007eed02ad80ae8d4e0a90c1f56c613123 + sha256: 7c5ef58d96556803c82270ae05deb084081afd3488672937eadcd12cdfde3128 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index ee47dd4c..2a796135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ array-api-extra = { path = ".", editable = true } [tool.pixi.feature.lint.dependencies] typing-extensions = ">=4.15.0" -pylint = ">=4.0.2" +pylint = ">=4.0.3" mypy = ">=1.18.2" basedpyright = ">=1.33.0" numpydoc = ">=1.9.0,<2"