From a27609582e0d2b570e896ca5d476461d61420fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:06:59 +0000 Subject: [PATCH] deps: update pyside6 requirement from >=6.6 to >=6.11.1 Updates the requirements on [pyside6](https://pyside.org) to permit the latest version. --- updated-dependencies: - dependency-name: pyside6 dependency-version: 6.11.1 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 7c28999..122d583 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ # psutil - maps live sockets to their owning process (visibility). # Firewall enforcement shells out to the OS firewall (netsh / nft) via argv only, # so there is no extra dependency for blocking. -PySide6>=6.6 +PySide6>=6.11.1 psutil>=5.9