Skip to content

Commit 383b7bc

Browse files
build(deps-dev): bump the pip group with 2 updates (#963)
Bumps the pip group with 2 updates: [pytest-run-parallel](https://github.com/Quansight-Labs/pytest-run-parallel) and [gcovr](https://github.com/gcovr/gcovr). Updates `pytest-run-parallel` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/Quansight-Labs/pytest-run-parallel/releases) - [Changelog](https://github.com/Quansight-Labs/pytest-run-parallel/blob/main/RELEASE.md) - [Commits](Quansight-Labs/pytest-run-parallel@v0.8.1...v0.8.2) Updates `gcovr` from 8.4 to 8.5 - [Release notes](https://github.com/gcovr/gcovr/releases) - [Changelog](https://github.com/gcovr/gcovr/blob/main/CHANGELOG.rst) - [Commits](gcovr/gcovr@8.4...8.5) --- updated-dependencies: - dependency-name: pytest-run-parallel dependency-version: 0.8.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: gcovr dependency-version: '8.5' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76995f7 commit 383b7bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test = [
77
"pytest==8.3.5 ; python_version == '3.8'",
88
"pytest==8.4.2 ; python_version == '3.9'",
99
"pytest==9.0.2 ; python_version >= '3.10'",
10-
"pytest-run-parallel==0.8.1 ; python_version >= '3.13'",
10+
"pytest-run-parallel==0.8.2 ; python_version >= '3.13'",
1111
"typing_extensions>=4.6.0",
1212
]
1313
benchmark = [
@@ -16,7 +16,7 @@ benchmark = [
1616
]
1717
coverage = [
1818
{include-group = "test"},
19-
"gcovr==8.4",
19+
"gcovr==8.5",
2020
"pytest-cov==7.0.0",
2121
"coverage==7.13.0",
2222
]

0 commit comments

Comments
 (0)