diff --git a/Pipfile.lock b/Pipfile.lock index 9abcdab..4309013 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -395,11 +395,12 @@ }, "setuptools": { "hashes": [ - "sha256:0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e", - "sha256:c21c49fb1042386df081cb5d86759792ab89efca84cf114889191cd09aacc80c" + "sha256:54faa7f2e8d2d11bcd2c07bed282eef1046b5c080d1c32add737d7b5817b1ad4", + "sha256:f211a66637b8fa059bb28183da127d4e86396c991a942b028c6650d4319c3fd0" ], + "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==69.2.0" + "version": "==70.0.0" }, "tomli": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 1f667b7..f8063ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ -i https://pypi.org/simple -async-timeout==5.0.1; python_full_version <= '3.11.2' -bottle==0.13.2 -certifi==2024.8.30; python_version >= '3.6' -charset-normalizer==3.4.0; python_full_version >= '3.7.0' -idna==3.10; python_version >= '3.5' -jinja2==3.1.4; python_version >= '3.7' -markupsafe==3.0.2; python_version >= '3.7' -redis==5.2.0; python_version >= '3.7' +async-timeout==4.0.3; python_full_version <= '3.11.2' +bottle==0.12.25 +certifi==2024.6.2; python_version >= '3.6' +charset-normalizer==3.3.2; python_full_version >= '3.7.0' +idna==3.7; python_version >= '3.5' +jinja2==3.1.3; python_version >= '3.7' +markupsafe==2.1.4; python_version >= '3.7' +redis==5.0.6; python_version >= '3.7' requests==2.32.3; python_version >= '3.8' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' spotipy==2.24.0; python_version >= '3.9' -urllib3==2.2.3; python_version >= '3.8' +urllib3==2.2.2; python_version >= '3.8'