mirror of
https://github.com/beetbox/beets.git
synced 2026-02-17 12:56:05 +01:00
Update confuse
This commit is contained in:
parent
37e18fbb46
commit
15755c1ff9
2 changed files with 9 additions and 6 deletions
13
poetry.lock
generated
13
poetry.lock
generated
|
|
@ -722,18 +722,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"
|
||||
|
|
@ -4558,4 +4561,4 @@ web = ["flask", "flask-cors"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.10,<4"
|
||||
content-hash = "eefe427d3b3b9b871ca6bcd8405e3578a16d660afd7925c14793514f03c96ac6"
|
||||
content-hash = "9cff39f63616b2654fbf44b006f7eedcae6c1846fbb9f04af82483891b7d77b9"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue