From 48d521920bd1680937ab1eeb5a3275f0f865c6dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 16:58:56 +0000 Subject: [PATCH] :arrow_up: Update ping3 requirement from ~=4.0.8 to ~=5.1.3 --- updated-dependencies: - dependency-name: ping3 dependency-version: 5.1.3 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 d955de99..3e6f2380 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ 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 requests~=2.32.4 # HTTP library -ping3~=4.0.8 # ICMP ping implementation using raw socket +ping3~=5.1.3 # ICMP ping implementation using raw socket pyinstaller~=6.15.0 # bundles a Python application and all its dependencies into a single package Pillow~=11.3.0 # Image generation