From 8b852d0302f89ab290e9aad213c073d4b121d728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:26:20 +0200 Subject: [PATCH] Bump pygame from 2.5.2 to 2.6.0 in the pypi group (#89) Bumps the pypi group with 1 update: [pygame](https://github.com/pygame/pygame). Updates `pygame` from 2.5.2 to 2.6.0 - [Release notes](https://github.com/pygame/pygame/releases) - [Commits](https://github.com/pygame/pygame/compare/2.5.2...2.6.0) --- updated-dependencies: - dependency-name: pygame dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pypi ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44cbc80..0039f53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PyAudio==0.2.14 -pygame==2.5.2 +pygame==2.6.0 pyjokes==0.6.0 pyttsx3==2.90 SpeechRecognition==3.10.4