diff --git a/poetry.lock b/poetry.lock index b2c3d56..08c3e94 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "astroid" @@ -341,7 +341,7 @@ description = "XML bomb protection for Python stdlib modules" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" groups = ["main"] -markers = "extra == \"xml-loader\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"xml-loader\"" files = [ {file = "defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61"}, {file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"}, @@ -443,7 +443,7 @@ description = "Iterative JSON parser with standard Python iterator interfaces" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"json-loader\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"json-loader\"" files = [ {file = "ijson-3.5.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ea8dcac10d86adaeead454bc25c97b68d0bda573d5fd6f86f5e21cf8f7906f88"}, {file = "ijson-3.5.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:92b0495bbb2150bbf14fc5d98fb6d76bcd1c526605a172709e602e6fedc96495"}, @@ -1202,7 +1202,7 @@ description = "YAML parser and emitter for Python" optional = false python-versions = ">=3.8" groups = ["main"] -markers = "extra == \"yaml-loader\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"yaml-loader\"" files = [ {file = "PyYAML-6.0.3-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:c2514fceb77bc5e7a2f7adfaa1feb2fb311607c9cb518dbc378688ec73d8292f"}, {file = "PyYAML-6.0.3-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9c57bb8c96f6d1808c030b1687b9b5fb476abaa47f0db9c0101f5e9f394e97f4"}, @@ -1391,16 +1391,16 @@ files = [ [[package]] name = "tomlkit" -version = "0.13.3" +version = "0.14.0" description = "Style preserving TOML library" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main", "lint", "test"] files = [ - {file = "tomlkit-0.13.3-py3-none-any.whl", hash = "sha256:c89c649d79ee40629a9fda55f8ace8c6a1b42deb912b2a8fd8d942ddadb606b0"}, - {file = "tomlkit-0.13.3.tar.gz", hash = "sha256:430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1"}, + {file = "tomlkit-0.14.0-py3-none-any.whl", hash = "sha256:592064ed85b40fa213469f81ac584f67a4f2992509a7c3ea2d632208623a3680"}, + {file = "tomlkit-0.14.0.tar.gz", hash = "sha256:cf00efca415dbd57575befb1f6634c4f42d2d87dbba376128adb42c121b87064"}, ] -markers = {main = "extra == \"toml-loader\" or extra == \"all\""} +markers = {main = "extra == \"all\" or extra == \"toml-loader\""} [[package]] name = "typing-extensions" @@ -1425,4 +1425,4 @@ yaml-loader = ["pyyaml"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "f2c5681125edbd7634dc356fff1f75814ce64802800d96a1a3dcd731facd928e" +content-hash = "23a6e55890aca74f4896d28a39069dd9390865b1a8f7721806a33cdc628fdfb0" diff --git a/pyproject.toml b/pyproject.toml index 0a51687..9288020 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ joblib = ">=1.2.0" defusedxml = { version = ">=0.7,<0.8", optional = true } ijson = { version = ">=3.1", optional = true } pyyaml = "^6.0.1" -tomlkit = "^0.13.2" +tomlkit = ">=0.13.2,<0.15.0" setuptools = ">=70.0.0" [tool.poetry.extras]