From 35e2a7f4e9bfb82a7c9e37cb24cd9d39e9151981 Mon Sep 17 00:00:00 2001 From: Mohamed <110548351+oop7@users.noreply.github.com> Date: Thu, 27 Nov 2025 17:30:25 +0200 Subject: [PATCH] Update package versions in requirements.txt Bumped versions for PySide6, pillow, markdown, and pyglet to ensure compatibility with the latest releases and security updates. --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index e5e1ad5..e6aed9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -PySide6>=6.9.2 +PySide6>=6.10.1 requests>=2.32.5 -pillow>=11.3.0 +pillow>=12.0.0 packaging>=25.0 -markdown>=3.9 -pyglet>=2.1.8 +markdown>=3.10 +pyglet>=2.1.11 loguru>=0.7.3 setuptools>=80.9.0 \ No newline at end of file