chore: (deps) 更新依赖

This commit is contained in:
helloplhm-qwq 2024-03-03 14:08:00 +08:00
parent fa53fdb4e1
commit f806ffc32e
No known key found for this signature in database
GPG Key ID: 6BE1B64B905567C7
2 changed files with 5 additions and 4 deletions

8
poetry.lock generated
View File

@ -723,13 +723,13 @@ files = [
[[package]]
name = "urllib3"
version = "2.2.0"
version = "2.2.1"
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
python-versions = ">=3.8"
files = [
{file = "urllib3-2.2.0-py3-none-any.whl", hash = "sha256:ce3711610ddce217e6d113a2732fafad960a03fd0318c91faa79481e35c11224"},
{file = "urllib3-2.2.0.tar.gz", hash = "sha256:051d961ad0c62a94e50ecf1af379c3aba230c66c710493493560c0c223c49f20"},
{file = "urllib3-2.2.1-py3-none-any.whl", hash = "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d"},
{file = "urllib3-2.2.1.tar.gz", hash = "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"},
]
[package.extras]
@ -855,4 +855,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "fa1095705b30ba9a301e39200332edf3e1e0a44e7a8001720e6c88a8ccf3d511"
content-hash = "c3be99fd03abe35c0829efa000820fc8d433bb6322561a27b7ce4206c5fa5e81"

View File

@ -17,6 +17,7 @@ Pygments = "^2.17.2"
xmltodict = "^0.13.0"
pillow = "^10.2.0"
mutagen = "^1.47.0"
colorama = "^0.4.6"
[build-system]
requires = ["poetry-core"]