Skip to content

Commit 7899426

Browse files
chore(deps-dev): bump pytest from 7.1.2 to 7.2.0 (#71)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4386f17 commit 7899426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ def requirements():
9797
extras_require=extras_require,
9898
setup_requires=[],
9999
tests_require=[
100-
"pytest>=6.2,<7",
100+
"pytest>=6.2,<8",
101101
],
102102
)

0 commit comments

Comments
 (0)