diff --git a/requirements.txt b/requirements.txt index 7717a8c..28e11d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,4 @@ redis==4.5.1 requests==2.28.2; python_version >= '3.7' and python_version < '4' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' spotipy==2.23.0 -urllib3==1.26.15; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' +urllib3==2.0.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'