From bd20d895b7f251619970b9b0ca3995c46e8dca5b Mon Sep 17 00:00:00 2001 From: Ircama Date: Wed, 18 Jun 2025 10:27:34 +0200 Subject: [PATCH] Update requirements --- requirements.txt | 2 +- ui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2e35571..a51c62a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ tkcalendar pyperclip black tomli -text-console>=2.0.2 +text-console>=2.0.7 diff --git a/ui.py b/ui.py index ff20ee2..fcd6087 100644 --- a/ui.py +++ b/ui.py @@ -37,7 +37,7 @@ from find_printers import PrinterScanner from text_console import TextConsole -VERSION = "6.2.10" +VERSION = "6.2.11" NO_CONF_ERROR = ( " Please select a printer model and a valid IP address,"