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

Commit 42d3021

Browse files
Bump pytest from 6.2.1 to 7.1.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.1 to 7.1.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.2.1...7.1.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d3e0dee commit 42d3021

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
@@ -25,7 +25,7 @@
2525
],
2626
extras_require={
2727
"test": [
28-
'pytest==6.2.5',
28+
'pytest==7.1.3',
2929
'pylint==2.6.0',
3030
'pytest-cov==2.10.1',
3131
]

0 commit comments

Comments
 (0)