From 03c8acc16c7c07e51d2d71b293b56a7ae93de6c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:55:41 +0000 Subject: [PATCH] Update mutagen requirement from ~=1.45.1 to ~=1.47.0 Updates the requirements on [mutagen](https://github.com/quodlibet/mutagen) to permit the latest version. - [Release notes](https://github.com/quodlibet/mutagen/releases) - [Changelog](https://github.com/quodlibet/mutagen/blob/main/NEWS) - [Commits](https://github.com/quodlibet/mutagen/compare/release-1.45.1...release-1.47.0) --- updated-dependencies: - dependency-name: mutagen 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 2e46e93..a698170 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ PyNaCl ~= 1.5.0 ffmpeg -mutagen ~= 1.45.1 +mutagen ~= 1.47.0 git+https://github.com/Rapptz/discord.py#egg=discord.py[voice] \ No newline at end of file