Skip to content

Commit 07ba319

Browse files
build(deps-dev): update pytest requirement from >=9 to >=9.0.2
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29087fa commit 07ba319

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
@@ -68,7 +68,7 @@ test = [
6868
'coverage[toml]',
6969
# Support for [tool.pytest] was added in 9.0
7070
# https://docs.pytest.org/en/9.0.x/reference/customize.html#pyproject-toml
71-
'pytest >= 9',
71+
'pytest >= 9.0.2',
7272
# Support for pyproject.toml added in 2.12.0
7373
# https://github.com/pytest-dev/pytest-cov/pull/410
7474
'pytest-cov >= 2.12.0',

0 commit comments

Comments
 (0)