Skip to content

Commit a7abb75

Browse files
dependabot[bot]Elladriel80
authored andcommitted
deps(predictor): update pytest requirement in /predictor
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.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6bac369 commit a7abb75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

predictor/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Test-only dependencies. Kept out of the runtime requirements so the
33
# learning pipeline doesn't pull pytest in production. Run the suite with:
44
# python -m pytest predictor/tests
5-
pytest>=8.0
5+
pytest>=9.1.1

0 commit comments

Comments
 (0)