From ac4dfc006313cf5a1bfae8adec90caf24b91959d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 07:59:18 +0000 Subject: [PATCH] Bump wheel from 0.38.1 to 0.46.2 in /isolation-forest-onnx Bumps [wheel](https://github.com/pypa/wheel) from 0.38.1 to 0.46.2. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.38.1...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- isolation-forest-onnx/requirements-dev.txt | 2 +- isolation-forest-onnx/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/isolation-forest-onnx/requirements-dev.txt b/isolation-forest-onnx/requirements-dev.txt index 8a8e210..67808a2 100644 --- a/isolation-forest-onnx/requirements-dev.txt +++ b/isolation-forest-onnx/requirements-dev.txt @@ -5,7 +5,7 @@ coverage==7.6.1 pandas==2.2.3 # Development utilities -wheel==0.38.1 +wheel==0.46.2 flake8==7.1.1 mypy==1.11 setuptools==74.0.0 diff --git a/isolation-forest-onnx/setup.cfg b/isolation-forest-onnx/setup.cfg index 88f6998..3a2540f 100644 --- a/isolation-forest-onnx/setup.cfg +++ b/isolation-forest-onnx/setup.cfg @@ -24,7 +24,7 @@ test = pytest==8.3.2 coverage==7.6.1 dev = - wheel==0.38.1 + wheel==0.46.2 flake8==7.1.1 mypy==1.11 setuptools==74.0.0