From 2327f24702178d2a3a28dfe4497665aef3337809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:01:28 -0700 Subject: [PATCH] Bump wheel from 0.37.0 to 0.38.1 in /isolation-forest-onnx (#54) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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