From e0100c7457de9d7e084c75da6e44bb8a65348d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:31:01 +0000 Subject: [PATCH] chore(deps-dev): bump setuptools from 69.2.0 to 70.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 69.2.0 to 70.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.2.0...v70.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 7 ++++--- requirements.txt | 12 ++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index b7a3087..b720903 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -393,11 +393,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 2ef2569..de363da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ -i https://pypi.org/simple async-timeout==4.0.3; python_full_version <= '3.11.2' bottle==0.12.25 -certifi==2024.2.2; python_version >= '3.6' +certifi==2023.11.17; 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.4; python_version >= '3.7' -markupsafe==2.1.5; python_version >= '3.7' +idna==3.6; python_version >= '3.5' +jinja2==3.1.3; python_version >= '3.7' +markupsafe==2.1.4; python_version >= '3.7' redis==5.0.1 -requests==2.32.2; python_version >= '3.7' +requests==2.31.0; python_version >= '3.7' 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==2.2.2; python_version >= '3.8' +urllib3==2.1.0; python_version >= '3.8'