Skip to content

Commit d53db22

Browse files
Update requirements (#58)
1 parent a6188ac commit d53db22

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: check-toml
1717
- id: check-added-large-files
1818
- repo: https://github.com/psf/black
19-
rev: 23.1.0
19+
rev: 23.3.0
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/pycqa/flake8
@@ -29,10 +29,10 @@ repos:
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v3.3.1
32+
rev: v3.7.0
3333
hooks:
3434
- id: pyupgrade
35-
args: [--py38-plus]
35+
args: [--py37-plus]
3636
- repo: https://github.com/pre-commit/mirrors-prettier
3737
rev: v2.7.1
3838
hooks:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dynamic = ["description"]
2323

2424

2525
[project.optional-dependencies]
26-
test = ["pytest >= 7.2", "pytest-cov >= 4.0"]
27-
lint = ["pre-commit >= 3.1"]
26+
test = ["pytest >= 7.4", "pytest-cov >= 4.1"]
27+
lint = ["pre-commit >= 3.3"]
2828

2929
[project.urls]
3030
Home = "https://scientific-python.org/specs/spec-0001/"

0 commit comments

Comments
 (0)