diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aeafe8e..d5ab449 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: ] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: [ @@ -60,6 +60,6 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.2 + rev: 0.28.4 hooks: - id: check-github-workflows diff --git a/pyproject.toml b/pyproject.toml index ac0959a..4999851 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,10 +33,10 @@ tests = [ "coverage==7.5.3", "pytest>=3.5.0", "pytest-cov==5.0.0", - "numpy<1.27", + "numpy<2.1", ] docs = [ - "pydata-sphinx-theme==0.15.2", + "pydata-sphinx-theme==0.15.4", "sphinx==7.3.7", "sphinx_copybutton==0.5.2", "sphinx-notfound-page==1.0.2",