From 10a1fb6787ae7ea8b2d30a3a4b31bc4bc57d30dd Mon Sep 17 00:00:00 2001 From: Xennis Date: Tue, 2 Apr 2024 22:22:13 +0200 Subject: [PATCH] Update wheel because of Python 3.12 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c1b2032..bd15e1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ beautifulsoup4==4.10.0 black==24.3.0 # Code formatter lxml==5.2.1 -wheel==0.38.1 # Only required for publish it as a package +wheel==0.43.0 # Only required for publish it as a package