Skip to content

Commit d8f2657

Browse files
chore(deps-dev): Update pytest requirement from >=8.0.0 to >=9.1.1
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@8.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9b23c4 commit d8f2657

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
@@ -20,7 +20,7 @@ dev = [
2020
"pre-commit>=4.6.0",
2121
"pytest-cov>=7.1.0",
2222
"pytest-asyncio>=1.4.0",
23-
"pytest>=8.0.0",
23+
"pytest>=9.1.1",
2424
]
2525

2626

0 commit comments

Comments
 (0)