Skip to content

Commit f8983eb

Browse files
committed
unification of method interfaces.
1 parent 0cfaa58 commit f8983eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ version = "3.0.0"
2929

3030
[project.optional-dependencies]
3131
dev = [
32-
"build==1.2.2",
33-
"pre-commit==3.8.0",
34-
"pytest==8.3.3",
35-
"pytest-cov==5.0.0",
36-
"python-dotenv==1.0.1",
37-
"tox==4.21.2",
38-
"twine==5.1.1"
32+
"build==1.3.0",
33+
"pre-commit==4.3.0",
34+
"pytest==8.4.2",
35+
"pytest-cov==7.0.0",
36+
"python-dotenv==1.1.1",
37+
"tox==4.30.2",
38+
"twine==6.2.0"
3939
]
4040

4141
[project.urls]

0 commit comments

Comments
 (0)