From c1a07ddb18e44a9f08086968febf7565aa5a0dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:37:46 +0000 Subject: [PATCH] build(deps): bump wheel from 0.38.0 to 0.38.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.38.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.38.0...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 63fd076..4425634 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ bs4==0.0.1 scikit-learn==1.2.2 Pillow==10.3.0 selenium==4.8.0 -wheel==0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability +wheel==0.38.1 # not directly required, pinned by Snyk to avoid a vulnerability pandas==1.4.2 numpy==1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability