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

Commit 1d76a73

Browse files
Bump pytest from 7.2.0 to 7.4.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.4.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.4.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd60332 commit 1d76a73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lint = [
2828
"mypy==1.3.0",
2929
]
3030
test = [
31-
"pytest==7.2.0",
31+
"pytest==7.4.2",
3232
"pytest-cov==4.0.0",
3333
]
3434
all = [

0 commit comments

Comments
 (0)