Skip to content

Commit 07223e5

Browse files
authored
Merge pull request #12 from msetina/dependabot/pip/pytest-cov-gte-4.0-and-lt-7.1
Update pytest-cov requirement from <6.3,>=4.0 to >=4.0,<7.1
2 parents 046d411 + 86a236c commit 07223e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Homepage = "https://github.com/msetina/PKCS11-cryptography-keys"
4848
testing = [
4949
"PKCS11-cryptography-keys",
5050
"pytest>=6.1.1",
51-
"pytest-cov>=4.0,<6.3",
51+
"pytest-cov>=4.0,<7.1",
5252
]
5353
mypy = [
5454
"PKCS11-cryptography-keys",

0 commit comments

Comments
 (0)