From 671dfdf27727f17a13abced684069550bf427dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:33:07 +0000 Subject: [PATCH] chore(deps): bump bottle from 0.12.25 to 0.13.1 Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.25 to 0.13.1. - [Release notes](https://github.com/bottlepy/bottle/releases) - [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst) - [Commits](https://github.com/bottlepy/bottle/compare/0.12.25...0.13.1) --- updated-dependencies: - dependency-name: bottle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index 144efe5..9cf1461 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ pre-commit = "*" [packages] spotipy = "~=2.24" -bottle = "~=0.12" +bottle = "~=0.13" jinja2 = "~=3.1" redis = "~=5.0" diff --git a/Pipfile.lock b/Pipfile.lock index 9abcdab..5fdbe94 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "523d21aaf623c834b0e10d91abc8111dd46aa72ba76395294cd616f9baf410a1" + "sha256": "adac980791263ef76fc95879344555f8d6bfaa93d1d240d63cfc353d5d9b145e" }, "pipfile-spec": 6, "requires": { @@ -26,11 +26,11 @@ }, "bottle": { "hashes": [ - "sha256:d6f15f9d422670b7c073d63bd8d287b135388da187a0f3e3c19293626ce034ea", - "sha256:e1a9c94970ae6d710b3fb4526294dfeb86f2cb4a81eff3a4b98dc40fb0e5e021" + "sha256:a48852dc7a051353d3e4de3dd5590cd25de370bcfd94a72237561e314ceb0c88", + "sha256:d5e068ad0b4ed3422231ad59bd9ea646a141f57a9c90587212d63477ec04fe96" ], "index": "pypi", - "version": "==0.12.25" + "version": "==0.13.1" }, "certifi": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 1983aab..94e8b5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -i https://pypi.org/simple async-timeout==4.0.3; python_full_version <= '3.11.2' -bottle==0.12.25 +bottle==0.13.1 certifi==2024.6.2; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' -idna==3.8; python_version >= '3.5' -jinja2==3.1.4; python_version >= '3.7' -markupsafe==2.1.5; python_version >= '3.7' +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'