Skip to content

Commit 3fc20c9

Browse files
chore(deps-dev): bump pytest from 7.1.2 to 7.2.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.2.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.1.2...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4386f17 commit 3fc20c9

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
@@ -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)