From b9b41dc5fd46a1e729e69309a6adcbbc7ee2b005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 19:46:27 +0000 Subject: [PATCH] Update deezer-python requirement from <7.0.0,>=6.1.1 to >=6.1.1,<8.0.0 Updates the requirements on [deezer-python](https://github.com/browniebroke/deezer-python) to permit the latest version. - [Release notes](https://github.com/browniebroke/deezer-python/releases) - [Changelog](https://github.com/browniebroke/deezer-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/browniebroke/deezer-python/compare/v6.1.1...v7.0.0) --- updated-dependencies: - dependency-name: deezer-python 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 1deb238..7eaa203 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ PyYAML>=6.0.1,<7.0.0 PyNaCl>=1.5.0,<2.0.0 py-deezer>=1.1.4.post1,<2.0.0 discord.py>=2.3.2,<3.0.0 -deezer-python>=6.1.1,<7.0.0 +deezer-python>=6.1.1,<8.0.0 spotipy>=2.23.0,<3.0.0 coloredlogs>=15.0.1,<16.0.0 aiohttp>=3.9.3,<4.0.0