Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 7579f60

Browse files
Merge pull request #400 from CSCfi/dependabot/pip/pytest-lt-7.4
Update pytest requirement from <7.3 to <7.4
2 parents 18e5c64 + 791e668 commit 7579f60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
],
5757
"test": [
5858
"coverage==7.2.3",
59-
"pytest<7.3",
59+
"pytest<7.4",
6060
"pytest-cov==4.0.0",
6161
"testfixtures==7.1.0",
6262
"tox==4.4.8",

0 commit comments

Comments
 (0)