diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc791eb58..f2721a406 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: args: ['--fix=no'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.14.1 hooks: - id: ruff - id: ruff-format diff --git a/pyproject.toml b/pyproject.toml index 3a7914c98..d4640d8ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dynamic = ["version"] dependencies = [ "astropy>=6.0", "docstring-parser>=0.15", - "h5py>=3.7", + "h5py>=3.7,<3.15", "numba>=0.57.0", "numpy>=1.23", "pyerfa>=2.0.1.1",