From 25101d98479bec3e4ef0d69a5b0e460ba60a1db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 21:08:58 +0000 Subject: [PATCH] :arrow_up: Update ruamel-yaml requirement from ~=0.18.15 to ~=0.18.16 Updates the requirements on ruamel-yaml to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.18.16 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 c7c61492..06d5925b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ PyYAML~=6.0.3 # For themes files psutil~=7.1.0 # CPU / disk / network metrics pystray~=0.19.5 # Tray icon (all OS) babel~=2.17.0 # Date/time formatting -ruamel.yaml~=0.18.15 # For configuration editor +ruamel.yaml~=0.18.16 # For configuration editor sv-ttk~=2.6.1 # Tk Sun Valley theme for configuration editor tkinter-tooltip~=3.1.2 # Tooltips for configuration editor uptime~=3.0.1 # For System Uptime