From 65917efc4f789a1113c5667e43681d76e39a7b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 22:12:09 +0000 Subject: [PATCH] :arrow_up: Update requests requirement from ~=2.32.3 to ~=2.32.4 Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 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 eade6145..6c7de4b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ ruamel.yaml~=0.18.11 # For configuration editor sv-ttk~=2.6.0 # 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.3 # HTTP library +requests~=2.32.4 # HTTP library ping3~=4.0.8 # ICMP ping implementation using raw socket pyinstaller~=6.13.0 # bundles a Python application and all its dependencies into a single package Pillow~=11.2.1 # Image generation