From 811dacd7898354933d47b3989613a7216be4c79a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 10:23:44 +0000 Subject: [PATCH] Update mutagen requirement from ~=1.45.1 to ~=1.46.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/master/NEWS) - [Commits](https://github.com/quodlibet/mutagen/compare/release-1.45.1...release-1.46.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..7c715de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ PyNaCl ~= 1.5.0 ffmpeg -mutagen ~= 1.45.1 +mutagen ~= 1.46.0 git+https://github.com/Rapptz/discord.py#egg=discord.py[voice] \ No newline at end of file