Skip to content

Commit 1742fc8

Browse files
chore: update pytest requirement in the python-packages group
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pytest` to 9.0.0 - [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.4.1...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35ac25f commit 1742fc8

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>=8.4.1,<10",
2727
"whenever>=0.9.3,<0.10",
2828
]
2929

0 commit comments

Comments
 (0)