From 6c89241df86816d3311f4c0905e71d1ac82e2d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 07:30:45 +0000 Subject: [PATCH] Update pygame requirement from 2.0.1 to 2.1.2 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.0.1...2.1.2) --- updated-dependencies: - dependency-name: pygame dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 687c32c..4b703f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ profilehooks = "1.12.0" psutil = "5.8.0" pulsectl = "21.10.5" py7zr = "0.16.1" -pygame = "2.0.1" +pygame = "2.1.2" pyopenssl = "20.0.1" pypresence = "4.2.0" python = "^3.8"