diff --git a/pdm.lock b/pdm.lock index 7ee485b32..653c0fec6 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:7cc2c91196817dda40965e46ac8f4b544858dc929843fa2e592b73b9825aade5" +content_hash = "sha256:bcff96bf786554817a0f448d3b714bdd9cea43ea9cfd3465369bd6252a733e8a" [[metadata.targets]] requires_python = ">=3.9,<3.13" @@ -727,6 +727,7 @@ version = "2.6.1" requires_python = ">=3.8" summary = "DNS toolkit" groups = ["code_gen"] +marker = "python_version < \"4.0\"" files = [ {file = "dnspython-2.6.1-py3-none-any.whl", hash = "sha256:5ef3b9680161f6fa89daf8ad451b5f1a33b18ae8a1c6778cdf4b43f08c0a6e50"}, {file = "dnspython-2.6.1.tar.gz", hash = "sha256:e8f0f9c23a7b7cb99ded64e6c3a6f3e701d78f50c55e002b839dea7225cff7cc"}, @@ -788,6 +789,7 @@ version = "2.1.1" requires_python = ">=3.8" summary = "A robust email address syntax and deliverability validation library." groups = ["code_gen"] +marker = "python_version < \"4.0\"" dependencies = [ "dnspython>=2.0.0", "idna>=2.0.0", @@ -1272,7 +1274,7 @@ files = [ [[package]] name = "importlib-resources" -version = "6.4.0" +version = "6.4.2" requires_python = ">=3.8" summary = "Read resources from Python packages" groups = ["default"] @@ -1281,8 +1283,8 @@ dependencies = [ "zipp>=3.1.0; python_version < \"3.10\"", ] files = [ - {file = "importlib_resources-6.4.0-py3-none-any.whl", hash = "sha256:50d10f043df931902d4194ea07ec57960f66a80449ff867bfe782b4c486ba78c"}, - {file = "importlib_resources-6.4.0.tar.gz", hash = "sha256:cdb2b453b8046ca4e3798eb1d84f3cce1446a0e8e7b5ef4efb600f19fc398145"}, + {file = "importlib_resources-6.4.2-py3-none-any.whl", hash = "sha256:8bba8c54a8a3afaa1419910845fa26ebd706dc716dd208d9b158b4b6966f5c5c"}, + {file = "importlib_resources-6.4.2.tar.gz", hash = "sha256:6cbfbefc449cc6e2095dd184691b7a12a04f40bc75dd4c55d31c34f174cdf57a"}, ] [[package]] @@ -3123,7 +3125,7 @@ version = "0.2.8" requires_python = ">=3.6" summary = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml" groups = ["ruamel_yaml"] -marker = "platform_python_implementation == \"CPython\"" +marker = "platform_python_implementation == \"CPython\" and python_version < \"3.13\"" files = [ {file = "ruamel.yaml.clib-0.2.8-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:b42169467c42b692c19cf539c38d4602069d8c1505e97b86387fcf7afb766e1d"}, {file = "ruamel.yaml.clib-0.2.8-cp310-cp310-macosx_13_0_arm64.whl", hash = "sha256:07238db9cbdf8fc1e9de2489a4f68474e70dffcb32232db7c08fa61ca0c7c462"}, diff --git a/pyproject.toml b/pyproject.toml index 8245fca28..c4dd91923 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.0; python_version < \"3.11\"", + "importlib-resources<7.0.0,>=6.4.2; 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",