Skip to content

Commit 51aebea

Browse files
chore: update pytest requirement from <9,>=8.4.1 to >=8.4.1,<10 in the python-packages group (#94)
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pytest` to 9.0.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Li <li.davidm96@gmail.com>
1 parent 35ac25f commit 51aebea

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
@@ -23,7 +23,7 @@ dependencies = [
2323
"duckdb>=1.4.1,<2",
2424
"jinja2>=3.1.6,<4",
2525
"pyarrow>=22.0.0,<23",
26-
"pytest>=8.4.1,<9",
26+
"pytest>=9.0.0,<10",
2727
"whenever>=0.9.3,<0.10",
2828
]
2929

0 commit comments

Comments
 (0)