Skip to content

Commit 0fe5d72

Browse files
chore(deps-dev): update pytest requirement in the dev-tools group
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pytest` to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: dev-tools ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb3b8e1 commit 0fe5d72

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
@@ -7,7 +7,7 @@ requires-python = ">=3.10"
77

88
[project.optional-dependencies]
99
dev = [
10-
"pytest>=7.0",
10+
"pytest>=9.0.3",
1111
"pre-commit>=3.0",
1212
"mypy>=1.8",
1313
]

0 commit comments

Comments
 (0)