diff --git a/poetry.lock b/poetry.lock index e7d2b3210..b0efefc7f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "alabaster" @@ -2657,4 +2657,4 @@ testing = ["pytest", "pytest-durations"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "8005ac5dc1daf888bcf9cab412c76a8d735458944fbf8683538277fdb4fcbb13" +content-hash = "30f98ad63b08edbc9c98babe99abaa24b99274d1d36254cf404b6c49ea62969b" diff --git a/pyproject.toml b/pyproject.toml index 7daca0760..adb3ffcae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ click = "~=8.0" cryptography = ">=3.4.6" fs = ">=2.4.16" importlib-metadata = {version = "<8.0.0", python = "<3.12"} -importlib-resources = {version = ">=5.12.0", python = "<3.9"} +importlib-resources = {version = ">=5.12.0,<6.2.0", python = "<3.9"} inflection = ">=0.5.1" joblib = ">=1.3.0" jsonpath-ng = ">=1.5.3"