Skip to content

Commit 3182272

Browse files
Update pytest requirement from >=2.7.3 to >=8.4.2
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@2.7.3...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1221a9f commit 3182272

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
@@ -25,7 +25,7 @@ Documentation = "https://deltares.github.io/pyflwdir"
2525
test = [
2626
"black[jupyter]",
2727
"pre-commit",
28-
"pytest>=2.7.3",
28+
"pytest>=8.4.2",
2929
"pytest-cov",
3030
]
3131
doc = [

0 commit comments

Comments
 (0)