From 7148053ad4533633ac2925d1bf89e55fb41b3580 Mon Sep 17 00:00:00 2001 From: mannp Date: Mon, 9 Sep 2024 18:03:56 +0100 Subject: [PATCH] Update pyproject.toml (#79) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 060eb34..e8204d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,12 +8,12 @@ version = "1.0.0" requires-python = ">= 3.10" dependencies = [ - "spotipy~=2.23.0", + "spotipy~=2.24.0", "tidalapi==0.7.6", "pyyaml~=6.0", "tqdm~=4.64", "sqlalchemy~=2.0", - "pytest~=7.0", + "pytest~=8.0", "pytest-mock~=3.8" ]