From 04530e49ed47fd58e7dc043ca4a9e51917ee8fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 03:51:43 +0000 Subject: [PATCH] Bump wheel from 0.37.0 to 0.38.1 in /isolation-forest-onnx Bumps [wheel](https://github.com/pypa/wheel) from 0.37.0 to 0.38.1. - [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.37.0...0.38.1) --- updated-dependencies: - dependency-name: wheel 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 57c26e9..7272cab 100644 --- a/isolation-forest-onnx/requirements-dev.txt +++ b/isolation-forest-onnx/requirements-dev.txt @@ -4,7 +4,7 @@ pytest==8.3.2 coverage==7.6.1 # Development utilities -wheel==0.37.0 +wheel==0.38.1 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 e75d87a..9408ee9 100644 --- a/isolation-forest-onnx/setup.cfg +++ b/isolation-forest-onnx/setup.cfg @@ -22,7 +22,7 @@ test = pytest==8.3.2 coverage==7.6.1 dev = - wheel==0.37.0 + wheel==0.38.1 flake8==7.1.1 mypy==1.11 setuptools==74.0.0