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

Commit 297a209

Browse files
Bump pytest from 7.2.0 to 7.2.2 (#206)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.2.2. - [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.2.0...7.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c295d7c commit 297a209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
extras_require={
2626
"test": [
27-
'pytest==7.2.0',
27+
'pytest==7.2.2',
2828
'pylint==2.12.*',
2929
'pytest-cov==4.0.0'
3030
]

0 commit comments

Comments
 (0)