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

Commit 2a0af67

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 effbecb commit 2a0af67

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
@@ -29,7 +29,7 @@ lint = [
2929
"mypy==1.5.1",
3030
]
3131
test = [
32-
"pytest==7.2.0",
32+
"pytest==7.4.2",
3333
"pytest-cov==4.0.0",
3434
]
3535
all = [

0 commit comments

Comments
 (0)