diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b54e12f..f4227e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: check-toml - id: check-added-large-files - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 @@ -29,10 +29,10 @@ repos: hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.7.0 hooks: - id: pyupgrade - args: [--py38-plus] + args: [--py37-plus] - repo: https://github.com/pre-commit/mirrors-prettier rev: v2.7.1 hooks: diff --git a/pyproject.toml b/pyproject.toml index a52d770..c53dced 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,8 @@ dynamic = ["description"] [project.optional-dependencies] -test = ["pytest >= 7.2", "pytest-cov >= 4.0"] -lint = ["pre-commit >= 3.1"] +test = ["pytest >= 7.4", "pytest-cov >= 4.1"] +lint = ["pre-commit >= 3.3"] [project.urls] Home = "https://scientific-python.org/specs/spec-0001/"