Skip to content

Commit ed99889

Browse files
build(deps): bump pytest from 8.4.0 to 8.4.1 (#378)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.0 to 8.4.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.0...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5628b2 commit ed99889

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
@@ -85,7 +85,7 @@ docs = [
8585
tests = [
8686
"numpy==2.2.4 ; sys_platform == 'linux' and python_version == '3.13'",
8787
"pillow==11.2.1 ; sys_platform == 'linux' and python_version == '3.13'",
88-
"pytest==8.4.0",
88+
"pytest==8.4.1",
8989
"pytest-cov==6.2.1",
9090
"pytest-rerunfailures==15.1",
9191
"pyvirtualdisplay==3.0 ; sys_platform == 'linux'",

0 commit comments

Comments
 (0)