From 63225381d0471ecddcc33349d0758f69a6a8c654 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:32:58 +0000 Subject: [PATCH] Update pygame requirement from ~=2.5.1 to ~=2.5.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.5.1...2.5.2) --- updated-dependencies: - dependency-name: pygame 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 1e63cba..75e9015 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ setuptools~=68.2.0 blessed~=1.20.0 cmd2~=2.4.3 -pygame~=2.5.1 \ No newline at end of file +pygame~=2.5.2 \ No newline at end of file