Skip to content

Commit 10b5f0a

Browse files
Bump pytest from 8.3.2 to 9.0.3 in /isolation-forest-onnx (#84)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 9.0.3. - [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.3.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92a27d0 commit 10b5f0a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

isolation-forest-onnx/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt # Include runtime dependencies
22
# Testing dependencies
3-
pytest==8.3.2
3+
pytest==9.0.3
44
coverage==7.6.1
55
pandas==2.2.3
66

isolation-forest-onnx/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install_requires =
2323

2424
[options.extras_require]
2525
test =
26-
pytest==8.3.2
26+
pytest==9.0.3
2727
coverage==7.6.1
2828
dev =
2929
wheel==0.46.2

0 commit comments

Comments
 (0)