From 70e63a5a5cf0b2e5b8ace75dfb828a28413e0dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 19:57:08 +0000 Subject: [PATCH] Update windnd requirement from <2.0,>=1.0.4 to >=1.0.7,<2.0 in /backend Updates the requirements on [windnd](https://pypi.org/project/windnd/) to permit the latest version. --- updated-dependencies: - dependency-name: windnd dependency-version: 1.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements-gui.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-gui.txt b/backend/requirements-gui.txt index 9938d0a..76ee851 100644 --- a/backend/requirements-gui.txt +++ b/backend/requirements-gui.txt @@ -1,4 +1,4 @@ # Dependências apenas para a GUI Tkinter deprecated (rat_analyzer_gui.py) # Instalar com: pip install -r requirements-gui.lock # Substitutos recomendados: frontend web ou WPF — ver backend/gui/README.md -windnd>=1.0.4,<2.0 +windnd>=1.0.7,<2.0