From 317c0aa6a642a5862cfda138371589415a654fe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 09:22:52 +0000 Subject: [PATCH] chore(deps-dev): update pygame requirement from >=2.5.0 to >=2.6.1 Updates the requirements on [pygame](https://github.com/pygame/pygame) to permit the latest version. - [Release notes](https://github.com/pygame/pygame/releases) - [Commits](https://github.com/pygame/pygame/compare/2.5.0...2.6.1) --- updated-dependencies: - dependency-name: pygame dependency-version: 2.6.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cee42b8..5c94f2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ gui = [ "hijri-converter>=2.3.1", ] games = [ - "pygame>=2.5.0", + "pygame>=2.6.1", ] ml = [ "opencv-python>=4.8.0",