Skip to content

Commit 11e1f45

Browse files
deps: update dependency pytest to >=7.4,<7.5 (#217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74444dd commit 11e1f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
],
4848
"test": [
4949
"coverage>=7.2.7,<7.3",
50-
"pytest>=7.3.2,<7.4",
50+
"pytest>=7.4,<7.5",
5151
],
5252
},
5353
include_package_data=True,

0 commit comments

Comments
 (0)