diff --git a/poetry.lock b/poetry.lock index 51494d7..e5605bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 646ab51..b587d76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]