From 9fa077876250dc4b237fbc1dba48714096487360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 04:49:49 +0000 Subject: [PATCH] :arrow_up: Update ping3 requirement from ~=5.1.3 to ~=5.1.5 Updates the requirements on [ping3](https://github.com/kyan001/ping3) to permit the latest version. - [Release notes](https://github.com/kyan001/ping3/releases) - [Changelog](https://github.com/kyan001/ping3/blob/master/CHANGELOG.md) - [Commits](https://github.com/kyan001/ping3/commits) --- updated-dependencies: - dependency-name: ping3 dependency-version: 5.1.5 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 3e6f2380..3d2697a3 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~=5.1.3 # ICMP ping implementation using raw socket +ping3~=5.1.5 # 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