From 4eec6ef097ade23e92562c2a5c8159afa72fc381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 02:37:41 +0000 Subject: [PATCH] :arrow_up: Update babel requirement from ~=2.17.0 to ~=2.18.0 Updates the requirements on [babel](https://github.com/python-babel/babel) to permit the latest version. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/compare/v2.17.0...v2.18.0) --- updated-dependencies: - dependency-name: babel dependency-version: 2.18.0 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 9db16e2f..9ef36ac7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pyserial~=3.5 # Serial link to communicate with the display PyYAML~=6.0.3 # For themes files psutil~=7.2.1 # CPU / disk / network metrics pystray~=0.19.5 # Tray icon (all OS) -babel~=2.17.0 # Date/time formatting +babel~=2.18.0 # Date/time formatting ruamel.yaml~=0.19.1 # For configuration editor sv-ttk~=2.6.1 # Tk Sun Valley theme for configuration editor tkinter-tooltip~=3.1.2 # Tooltips for configuration editor