diff --git a/poetry.lock b/poetry.lock index aedc9fe..6a60de4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1056,13 +1056,13 @@ watchdog = ["watchdog (>=2.3)"] [[package]] name = "wheel" -version = "0.41.1" +version = "0.41.2" description = "A built-package format for Python" optional = false python-versions = ">=3.7" files = [ - {file = "wheel-0.41.1-py3-none-any.whl", hash = "sha256:473219bd4cbedc62cea0cb309089b593e47c15c4a2531015f94e4e3b9a0f6981"}, - {file = "wheel-0.41.1.tar.gz", hash = "sha256:12b911f083e876e10c595779709f8a88a59f45aacc646492a67fe9ef796c1b47"}, + {file = "wheel-0.41.2-py3-none-any.whl", hash = "sha256:75909db2664838d015e3d9139004ee16711748a52c8f336b52882266540215d8"}, + {file = "wheel-0.41.2.tar.gz", hash = "sha256:0c5ac5ff2afb79ac23ab82bab027a0be7b5dbcf2e54dc50efe4bf507de1f7985"}, ] [package.extras] @@ -1086,4 +1086,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "86f6c7dbcfd265f62e96ed88c0934a89c8833983e5dd3adbca220f48f3b9f82e" +content-hash = "9a275cda28fa813b540308b468ec8b5734f1d724b08763f5e4605d871b03a2ab" diff --git a/pyproject.toml b/pyproject.toml index a0fcc63..7fa451e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pillow = "^9.5.0" pyacoustid = "^1.2.2" pylast = "^5.2.0" requests = "^2.31.0" -wheel = "^0.41.1" +wheel = "^0.41.2" [tool.poetry.group.dev.dependencies] pre-commit = "^3.3.3"