Skip to content

Commit dca3eef

Browse files
build(deps-dev): bump pytest from 8.3.5 to 8.4.2 in the pip group
Bumps the pip group with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 8.3.5 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@8.3.5...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b971b50 commit dca3eef

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
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
test = [
77
"pytest==9.0.2 ; python_version >= '3.10'",
88
"pytest==8.4.2 ; python_version == '3.9'",
9-
"pytest==8.3.5 ; python_version == '3.8'",
9+
"pytest==8.4.2 ; python_version == '3.8'",
1010
"pytest-run-parallel==0.8.0 ; python_version >= '3.13'",
1111
"typing_extensions>=4.6.0",
1212
]

0 commit comments

Comments
 (0)