Skip to content

Commit c8af0de

Browse files
Update optional depedencies (#40)
1 parent e1e48fa commit c8af0de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["flit_core >=3.7,<4"]
2+
requires = ["flit_core >=3.8,<4"]
33
build-backend = "flit_core.buildapi"
44

55
[project]
@@ -23,8 +23,8 @@ dynamic = ["description"]
2323

2424

2525
[project.optional-dependencies]
26-
test = ["pytest >= 7.1", "pytest-cov >= 3.0", "codecov >= 2.1"]
27-
lint = ["pre-commit >= 2.20"]
26+
test = ["pytest >= 7.2", "pytest-cov >= 4.0", "codecov >= 2.1"]
27+
lint = ["pre-commit >= 3.1"]
2828

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

0 commit comments

Comments
 (0)