diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff18568..abcf4db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-yaml - id: detect-private-key - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.21.1" + rev: "v2.23.0" hooks: - id: pyproject-fmt - repo: https://github.com/codespell-project/codespell @@ -50,7 +50,7 @@ repos: hooks: - id: actionlint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.12" + rev: "v0.15.15" hooks: - id: ruff-format - id: ruff-check diff --git a/pyproject.toml b/pyproject.toml index 17f26eb..25653bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "jupyterlab>=4.3,<5", "jupyterlab-code-formatter>=3.0.2,<4", "jupytext>=1.16.4,<2", - "poethepoet>=0.37,<0.46", + "poethepoet>=0.37,<0.47", "pytest>=8.3.3,<10", "pytest-cov>=5,<8", "sqlalchemy>=1.3.6,<3", @@ -59,7 +59,7 @@ docs = [ "dunamai>=1.22,<2", "myst-nb>=1.1.2,<2", "myst-parser>=3,<6", - "pydata-sphinx-theme>=0.16,<0.18", + "pydata-sphinx-theme>=0.16,<0.19", "sphinx>=9,<9.1", "sphinx-multiversion", ]