Skip to content

Commit 6ea7bc9

Browse files
Update pytest requirement from <9 to <10 (#656)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7d2707 commit 6ea7bc9

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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[dependency-groups]
66
dev = [
7-
"pytest<9",
7+
"pytest<10",
88
'click-type-test==1.3.0;python_version>="3.10"',
99
"coverage<8",
1010
"identify>=2.6.9",

0 commit comments

Comments
 (0)