Skip to content

Commit 46c04bc

Browse files
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 8f98a7a commit 46c04bc

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 @@ macro-expand = "texthooks.macro_expand:main"
4444
[dependency-groups]
4545
coverage = ["coverage[toml]"]
4646
test = [
47-
"pytest<9",
47+
"pytest<10",
4848
"pytest-cov<8",
4949
"pytest-xdist<4",
5050
{ include-group = "coverage" },

0 commit comments

Comments
 (0)