From be452e63ff8b2f8c65623e92993673d524b417a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:59:37 +0000 Subject: [PATCH] Bump wheel from 0.43.0 to 0.46.2 in /samples/django-postgres/app Bumps [wheel](https://github.com/pypa/wheel) from 0.43.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.43.0...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/django-postgres/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/django-postgres/app/requirements.txt b/samples/django-postgres/app/requirements.txt index 96cf45b0..44867c2a 100644 --- a/samples/django-postgres/app/requirements.txt +++ b/samples/django-postgres/app/requirements.txt @@ -5,5 +5,5 @@ packaging==24.0 psycopg2-binary==2.9.9 setuptools==69.1.1 sqlparse==0.5.0 -wheel==0.43.0 +wheel==0.46.2 whitenoise==6.6.0