From 2f1834cb333dc012c7f43dd7d9806409bd24a688 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 27 Jun 2023 12:55:20 -0700 Subject: [PATCH] Update requirements --- .pre-commit-config.yaml | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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/"