diff --git a/pdm.lock b/pdm.lock index f0b7ca23b..2fb4583ba 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "code_gen", "desktop", "docs", "i18n", "linting", "lxml", "packaging", "ruamel_yaml", "test", "ujson", "upath", "webui"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:da6553996063b0684345c1153a2f0fb593bf745a5570675ef99693e044149b5e" +content_hash = "sha256:71cb123439c93b339898115a00ea1219924ddfaf5c15ebbbfbf55d112795798a" [[metadata.targets]] requires_python = ">=3.9,<3.13" @@ -1274,7 +1274,7 @@ files = [ [[package]] name = "importlib-resources" -version = "6.4.3" +version = "6.4.4" requires_python = ">=3.8" summary = "Read resources from Python packages" groups = ["default"] @@ -1283,8 +1283,8 @@ dependencies = [ "zipp>=3.1.0; python_version < \"3.10\"", ] files = [ - {file = "importlib_resources-6.4.3-py3-none-any.whl", hash = "sha256:2d6dfe3b9e055f72495c2085890837fc8c758984e209115c8792bddcb762cd93"}, - {file = "importlib_resources-6.4.3.tar.gz", hash = "sha256:4a202b9b9d38563b46da59221d77bb73862ab5d79d461307bcb826d725448b98"}, + {file = "importlib_resources-6.4.4-py3-none-any.whl", hash = "sha256:dda242603d1c9cd836c3368b1174ed74cb4049ecd209e7a1a0104620c18c5c11"}, + {file = "importlib_resources-6.4.4.tar.gz", hash = "sha256:20600c8b7361938dc0bb2d5ec0297802e575df486f5a544fa414da65e13721f7"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index e63d36961..cf48a4d58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "charset-normalizer<4.0.0,>=3.3.2", "construct-typing<1.0.0,>=0.6.2", "drawsvg<3.0.0,>=2.4.0", - "importlib-resources<7.0.0,>=6.4.3; python_version < \"3.11\"", + "importlib-resources<7.0.0,>=6.4.4; python_version < \"3.11\"", "jinja2<4.0.0,>=3.1.4", "loguru<1.0.0,>=0.7.2", "mido-fix<2.0.0,>=1.2.12",