diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d3cc504..05be56a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/setup-cfg-fmt - rev: v3.1.0 + rev: v3.2.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/pre-commit/pre-commit-hooks @@ -13,7 +13,7 @@ repos: hooks: - id: mypy - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.9 + rev: v0.14.11 hooks: - id: ruff args: ["--fix", "--show-fixes"] diff --git a/pyproject.toml b/pyproject.toml index 63df740..fc03044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,10 +31,10 @@ dependencies = [ [project.optional-dependencies] test = [ - "matplotlib==3.10.1", + "matplotlib==3.10.8", "pytest-cov==7.0.0", "pytest-mpl==0.18.0", - "pytest==8.4.2", + "pytest==9.0.2", ] [project.urls]