Skip to content

Commit 6b5c4a4

Browse files
committed
chore: update development dependencies
1 parent 1e46b93 commit 6b5c4a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Repository = "https://github.com/HogaStack/py-node"
2929
Issues = "https://github.com/HogaStack/py-node/issues"
3030

3131
[project.optional-dependencies]
32-
dev = ["build", "pytest>=6.0.0", "pytest-cov>=6.0.0", "twine"]
32+
dev = ["build", "pytest>=6.0.0", "pytest-cov>=2.10.0", "twine"]
3333

3434
[tool.setuptools]
3535
packages = ["py_node"]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build
22
pytest>=6.0.0
3-
pytest-cov>=6.0.0
3+
pytest-cov>=2.10.0
44
twine

0 commit comments

Comments
 (0)