Skip to content

Commit a038724

Browse files
Chore(deps-dev): Update pytest requirement from <9 to <10
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@1.0.0b3...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1dfd2e commit a038724

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
@@ -44,7 +44,7 @@ dev = [
4444
"coverage<8",
4545
"mypy<1.19",
4646
"poethepoet<1",
47-
"pytest<9",
47+
"pytest<10",
4848
"pytz>=2025.2",
4949
"ruff<0.15",
5050
"setuptools>=80.9.0",

0 commit comments

Comments
 (0)