Skip to content

Commit 2092b81

Browse files
Update pytest requirement from <9,>=6.3 to >=6.3,<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@7.0.0.dev0...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e06d48b commit 2092b81

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
@@ -54,7 +54,7 @@ dev = [
5454
]
5555
test = [
5656
"psycopg >=3.2,<4",
57-
"pytest >=6.3,<9",
57+
"pytest >=6.3,<10",
5858
"pytest-cov >=6.0,<7.1",
5959
"requests_mock >=1.9,<2",
6060
"scikit-learn >=1.5,<1.8",

0 commit comments

Comments
 (0)