From af029328b06173b569245545a1b1d45f8f8f75a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:01:50 +0000 Subject: [PATCH] Bump wheel from 0.44.0 to 0.46.2 in /Password Strength Checker Bumps [wheel](https://github.com/pypa/wheel) from 0.44.0 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.44.0...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Password Strength Checker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Password Strength Checker/requirements.txt b/Password Strength Checker/requirements.txt index e2b7e64a..a653ba9e 100644 --- a/Password Strength Checker/requirements.txt +++ b/Password Strength Checker/requirements.txt @@ -42,5 +42,5 @@ typing_extensions==4.12.2 tzdata==2024.2 urllib3==2.2.3 Werkzeug==3.0.4 -wheel==0.44.0 +wheel==0.46.2 wrapt==1.16.0