Update confuse

This commit is contained in:
Šarūnas Nejus 2026-01-28 10:46:37 +00:00
parent 6862106ef2
commit 3c1f696c5a
No known key found for this signature in database
2 changed files with 9 additions and 6 deletions

13
poetry.lock generated
View file

@ -747,18 +747,21 @@ files = [
[[package]]
name = "confuse"
version = "2.1.0"
version = "2.2.0"
description = "Painless YAML config files"
optional = false
python-versions = ">=3.9"
python-versions = ">=3.10"
files = [
{file = "confuse-2.1.0-py3-none-any.whl", hash = "sha256:502be1299aa6bf7c48f7719f56795720c073fb28550c0c7a37394366c9d30316"},
{file = "confuse-2.1.0.tar.gz", hash = "sha256:abb9674a99c7a6efaef84e2fc84403ecd2dd304503073ff76ea18ed4176e218d"},
{file = "confuse-2.2.0-py3-none-any.whl", hash = "sha256:470c6aa1a5008c8d740267f2ad574e3a715b6dd873c1e5f8778b7f7abb954722"},
{file = "confuse-2.2.0.tar.gz", hash = "sha256:35c1b53e81be125f441bee535130559c935917b26aeaa61289010cd1f55c2b9e"},
]
[package.dependencies]
pyyaml = "*"
[package.extras]
docs = ["sphinx (>=7.4.7)", "sphinx-rtd-theme (>=3.0.2)"]
[[package]]
name = "coverage"
version = "7.11.0"
@ -4583,4 +4586,4 @@ web = ["flask", "flask-cors"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<4"
content-hash = "f8ce55ae74c5e3c5d1d330582f83dae30ef963a0b8dd8c8b79f16c3bcfdb525a"
content-hash = "d00ffb911964e9943b08c5ae3de28867cd5636700bdfe4a70534b02843ea80d7"

View file

@ -44,7 +44,7 @@ Changelog = "https://github.com/beetbox/beets/blob/master/docs/changelog.rst"
python = ">=3.10,<4"
colorama = { version = "*", markers = "sys_platform == 'win32'" }
confuse = ">=2.1.0"
confuse = ">=2.2.0"
jellyfish = "*"
lap = ">=0.5.12"
mediafile = ">=0.12.0"