Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Commit 73215be

Browse files
chore(deps-dev): update pytest requirement from >=9.0.3 to >=9.1.0 (#11)
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.3...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5bb5189 commit 73215be

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
@@ -21,7 +21,7 @@ classifiers = [
2121

2222
[project.optional-dependencies]
2323
test = [
24-
"pytest>=9.0.3",
24+
"pytest>=9.1.0",
2525
"pytest-cov>=7.1.0",
2626
]
2727

0 commit comments

Comments
 (0)