From 0dd05800e84acaa4e18e35f779d3f8f481bc5e89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:45:15 +0000 Subject: [PATCH] chore(deps): update dependency wheel to ^0.44.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | wheel | 0.43.0 | 0.44.0 | --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9550b75..4b4c125 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1091,13 +1091,13 @@ watchdog = ["watchdog (>=2.3)"] [[package]] name = "wheel" -version = "0.43.0" +version = "0.44.0" description = "A built-package format for Python" optional = false python-versions = ">=3.8" files = [ - {file = "wheel-0.43.0-py3-none-any.whl", hash = "sha256:55c570405f142630c6b9f72fe09d9b67cf1477fcf543ae5b8dcb1f5b7377da81"}, - {file = "wheel-0.43.0.tar.gz", hash = "sha256:465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85"}, + {file = "wheel-0.44.0-py3-none-any.whl", hash = "sha256:2376a90c98cc337d18623527a97c31797bd02bad0033d41547043a1cbfbe448f"}, + {file = "wheel-0.44.0.tar.gz", hash = "sha256:a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49"}, ] [package.extras] @@ -1106,4 +1106,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.0" python-versions = "^3.12.4" -content-hash = "af024ef2decf3dd418f096d6417e3a2e58c6d924e368099268ef94ca80c7bfee" +content-hash = "c9726a95ca0790980af7dffc6815935a62feb6ab8062a52eccc42c3f6bb48cc8" diff --git a/pyproject.toml b/pyproject.toml index 38480f0..c79f0e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pillow = "^10.4.0" pyacoustid = "^1.3.0" pylast = "^5.3.0" requests = "^2.32.3" -wheel = "^0.43.0" +wheel = "^0.44.0" unidecode = "^1.3.8" colorama = "^0.4.6"