Skip to content

Commit 664b0da

Browse files
chore(deps-dev): update pytest requirement
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.3.4...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>
1 parent e4ceea4 commit 664b0da

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 @@ eth = [
4444
[dependency-groups]
4545
dev = [
4646
"grpcio-tools>=1.76.0,<2",
47-
"pytest>=8.3.4,<9",
47+
"pytest>=8.3.4,<10",
4848
"pytest-cov>=7.0.0,<8",
4949
]
5050

0 commit comments

Comments
 (0)