Skip to content

Commit 1512f2e

Browse files
fix: bump pytest from 7.3.1 to 8.4.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 8.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.3.1...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0537a4c commit 1512f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test = [
4141
"pytest-cov==4.0.0",
4242
"pytest-mock<3.10.1",
4343
"pytest-runner",
44-
"pytest==7.3.1",
44+
"pytest==8.4.2",
4545
"pytest-github-actions-annotate-failures",
4646
"shellcheck-py==0.9.0.2"
4747
]

0 commit comments

Comments
 (0)